Searched refs:targetm (Results 51 - 75 of 101) sorted by relevance

12345

/freebsd-11-stable/contrib/gcc/cp/
H A Dexcept.c83 if (targetm.arm_eabi_unwinder)
H A Dtypeck.c270 attributes = (*targetm.merge_type_attributes) (t1, t2);
468 attributes = (*targetm.merge_type_attributes) (t1, t2);
528 attributes = (*targetm.merge_type_attributes) (t1, t2);
624 attributes = (*targetm.merge_type_attributes) (t1, t2);
1137 return targetm.comp_type_attributes (t1, t2);
3205 = targetm.invalid_binary_op (code, type0, type1)))
4138 = targetm.invalid_unary_op ((code == UNARY_PLUS_EXPR
H A Dcvt.c618 = targetm.invalid_conversion (TREE_TYPE (expr), type)))
H A Drtti.c1438 if (!flag_weak || ! targetm.cxx.library_rtti_comdat ())
/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c302 attributes = targetm.merge_type_attributes (t1, t2);
560 attributes = targetm.merge_type_attributes (t1, t2);
858 if (!(attrval = targetm.comp_type_attributes (t1, t2)))
2370 resolve_overloaded_builtin and targetm.resolve_overloaded_builtin
2702 if (targetm.calls.promote_prototypes (fundecl ? TREE_TYPE (fundecl) : 0)
2716 targetm.calls.invalid_arg_for_unprototyped_fn (typelist, fundecl, val)))
2921 = targetm.invalid_unary_op (code, TREE_TYPE (xarg))))
4386 is_opaque_pointer = (targetm.vector_opaque_p (type)
4387 || targetm.vector_opaque_p (rhstype))
4648 if (targetm
[all...]
H A Dtree-vectorizer.c1611 && (!targetm.vectorize.builtin_mask_for_load
1612 || targetm.vectorize.builtin_mask_for_load ()))
H A Dstmt.c705 clobbers = targetm.md_asm_clobbers (outputs, inputs, clobbers);
1550 if (targetm.calls.promote_function_return (TREE_TYPE (current_function_decl)))
1661 && (targetm.calls.return_in_msb (TREE_TYPE (retval_rhs))
H A Dtree-ssa-ccp.c999 || !targetm.binds_local_p (base))
1072 || !targetm.binds_local_p (base))
H A Dbb-reorder.c1901 if (targetm.cannot_modify_jumps_p ())
1993 if (targetm.cannot_modify_jumps_p ())
H A Dcselib.c514 && targetm.commutative_p (x, UNKNOWN)
H A Dpostreload-gcse.c1079 || targetm.cannot_modify_jumps_p ())
H A Drtlanal.c3267 Note that targetm.rtx_costs can override the defaults. */
3304 if (targetm.rtx_costs (x, code, outer_code, &total))
3337 return targetm.address_cost (x);
4670 gcc_assert (targetm.mode_rep_extended (mode, in_mode) == UNKNOWN
4679 if (targetm.mode_rep_extended (i, wider) == SIGN_EXTEND
H A Dbuiltins.c639 emit_move_insn (mem, targetm.builtin_setjmp_frame_value ());
1176 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0))
1282 rtx struct_incoming_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 1);
1290 if (targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0))
1384 rtx struct_value = targetm.calls.struct_value_rtx (cfun ? TREE_TYPE (cfun->decl) : 0, 0);
4082 val = targetm.calls.expand_builtin_saveregs ();
4441 if (!targetm.gimplify_va_arg_expr)
4446 *expr_p = targetm.gimplify_va_arg_expr (valist, type, pre_p, post_p);
5680 return targetm.expand_builtin (exp, target, subtarget, mode, ignore);
8953 return targetm
[all...]
H A Dexpr.c1265 if (targetm.calls.arg_partial_bytes (&args_so_far, mode, NULL, 1))
2099 && (targetm.calls.return_in_msb (type)
7342 && targetm.binds_local_p (array))
9014 || ! targetm.binds_local_p (array))
9497 if (targetm.vector_mode_supported_p (mode))
9507 return targetm.scalar_mode_supported_p (innermode);
H A Dreorg.c3833 return targetm.machine_dependent_reorg != 0;
3840 targetm.machine_dependent_reorg ();
H A Dsched-rgn.c2693 if (targetm.sched.dependencies_evaluation_hook)
2694 targetm.sched.dependencies_evaluation_hook (head, tail);
H A Dtree-vect-transform.c1914 if (targetm.vectorize.builtin_mask_for_load)
1920 builtin_decl = targetm.vectorize.builtin_mask_for_load ();
H A Dcfgrtl.c1115 && targetm.have_named_sections
1442 && targetm.have_named_sections
H A Djump.c1923 if (targetm.commutative_p (x, UNKNOWN))
H A Dpredict.c1886 || !targetm.have_named_sections
H A Dstruct-equiv.c675 if (targetm.commutative_p (x, UNKNOWN))
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin.c490 real_name = targetm.strip_name_encoding (XSTR (p->symbol, 0));
1392 base = targetm.strip_name_encoding (base);
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c156 /* Support targetm.vectorize.builtin_mask_for_load. */
1055 struct gcc_target targetm = TARGET_INITIALIZER;
1474 targetm.asm_out.aligned_op.di = NULL;
1475 targetm.asm_out.unaligned_op.di = NULL;
1502 targetm.calls.split_complex_arg = NULL;
1585 /* Implement targetm.vectorize.builtin_mask_for_load. */
5728 if (targetm.calls.must_pass_in_stack (mode, type))
5953 if (targetm.calls.split_complex_arg && TREE_CODE (type) == COMPLEX_TYPE)
8663 targetm.vectorize.builtin_mask_for_load. */
11155 name = ((* targetm
1050 struct gcc_target targetm = TARGET_INITIALIZER; variable in typeref:struct:gcc_target
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c473 struct gcc_target targetm = TARGET_INITIALIZER;
3792 (*targetm.asm_out.globalize_label) (asm_out_file,
4296 return decl && (*targetm.binds_local_p) (decl);
6627 /* Implement targetm.sched.h_i_d_extended hook.
6753 /* Implement targetm.sched.speculate_insn hook.
9214 int need_visibility = ((*targetm.binds_local_p) (decl)
9223 (*targetm.asm_out.globalize_label) (file, name);
9226 (*targetm.asm_out.globalize_label) (file, name);
9712 label_name = (*targetm.strip_name_encoding) (ggc_strdup (buf));
471 struct gcc_target targetm = TARGET_INITIALIZER; variable in typeref:struct:gcc_target
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c1202 struct gcc_target targetm = TARGET_INITIALIZER;
1273 && targetm.binds_local_p (SYMBOL_REF_DECL (x))))
5218 targetm.have_tls = false;
6047 targetm.asm_out.globalize_label (stream, name);
7652 return targetm.calls.must_pass_in_stack (mode, type);
9460 (*targetm.asm_out.internal_label) (asm_out_file, "L",
1199 struct gcc_target targetm = TARGET_INITIALIZER; variable in typeref:struct:gcc_target

Completed in 535 milliseconds

12345