Searched refs:targetm (Results 1 - 25 of 328) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/lto/
H A D20091016-1_1.c6 extern struct gcc_target targetm;
9 (*targetm.builtin_vec_perm) (&t);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dvxworks.c128 targetm.have_tls = false;
130 targetm.emutls.get_address = "__builtin___tls_lookup";
131 targetm.emutls.register_common = NULL;
132 targetm.emutls.var_section = ".tls_vars";
133 targetm.emutls.tmpl_section = ".tls_data";
134 targetm.emutls.var_prefix = "__tls__";
135 targetm.emutls.tmpl_prefix = "";
136 targetm.emutls.var_fields = vxworks_emutls_var_fields;
137 targetm.emutls.var_init = vxworks_emutls_var_init;
138 targetm
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/
H A Dvxworks.h87 targetm.have_ctors_dtors = TARGET_VXWORKS_RTP; \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore-pe.h50 (* targetm.strip_name_encoding) (NAME)); \
H A Dmcore-elf.h39 (* targetm.strip_name_encoding) (NAME)); \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mn10300/
H A Dlinux.h80 real_name = (*targetm.strip_name_encoding) (NAME); \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mn10300/
H A Dlinux.h79 real_name = (*targetm.strip_name_encoding) (NAME); \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dintegrate.c77 if (targetm.attribute_table)
86 for (i = 0; targetm.attribute_table[i].name != NULL; i++)
87 if (is_attribute_p (targetm.attribute_table[i].name, name))
88 return targetm.function_attribute_inlinable_p (fndecl);
339 if (targetm.allocate_initial_value)
350 rtx x = targetm.allocate_initial_value (ivs->entries[i].hard_reg);
H A Dc-convert.c84 = targetm.invalid_conversion (TREE_TYPE (expr), type)))
92 ret = targetm.convert_to_type (type, expr);
H A Dtoplev.c1078 if (!targetm.have_tls)
1089 targetm.asm_out.code_end ();
1151 targetm.asm_out.file_end ();
1467 targetm.asm_out.file_start ();
1471 if (targetm.asm_out.record_gcc_switches)
1474 targetm.asm_out.record_gcc_switches (SWITCH_TYPE_DESCRIPTIVE,
1477 print_switch_values (targetm.asm_out.record_gcc_switches);
1479 targetm.asm_out.record_gcc_switches (SWITCH_TYPE_DESCRIPTIVE,
1509 if (targetm.check_pch_target_flags)
1526 if (targetm
[all...]
H A Dvarasm.c232 const char *prefix = (targetm.emutls.var_prefix
233 ? targetm.emutls.var_prefix
285 field = targetm.emutls.var_fields (type, &type_name);
305 if (targetm.emutls.register_common && !DECL_INITIAL (decl)
310 if (!targetm.emutls.tmpl_prefix || targetm.emutls.tmpl_prefix[0])
312 const char *prefix = (targetm.emutls.tmpl_prefix
313 ? targetm.emutls.tmpl_prefix
357 if (targetm.have_tls || decl == NULL || decl == error_mark_node
397 if (targetm
[all...]
H A Dtarghooks.c195 return (targetm.calls.setup_incoming_varargs
202 return targetm.unwind_word_mode ();
304 return targetm.calls.must_pass_in_stack (mode, type);
878 return (mode == targetm.addr_space.pointer_mode (as)
879 || mode == targetm.addr_space.address_mode (as));
881 return targetm.valid_pointer_mode (mode);
892 if (targetm.addr_space.address_mode != default_addr_space_address_mode)
894 if (targetm.addr_space.pointer_mode != default_addr_space_pointer_mode)
909 return targetm.legitimate_address_p (mode, mem, strict);
921 return targetm
[all...]
H A Dhaifa-sched.c897 if (targetm.sched.adjust_cost_2)
898 cost = targetm.sched.adjust_cost_2 (used, (int) dep_type, insn, cost,
900 else if (targetm.sched.adjust_cost != NULL)
913 cost = targetm.sched.adjust_cost (used, dep_cost_rtx_link,
1526 if (targetm.sched.adjust_priority)
1528 targetm.sched.adjust_priority (prev, INSN_PRIORITY (prev));
1535 if (targetm.sched.dfa_pre_advance_cycle)
1536 targetm.sched.dfa_pre_advance_cycle ();
1538 if (targetm.sched.dfa_pre_cycle_insn)
1540 targetm
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dintegrate.c76 if (targetm.attribute_table)
85 for (i = 0; targetm.attribute_table[i].name != NULL; i++)
86 if (is_attribute_p (targetm.attribute_table[i].name, name))
87 return targetm.function_attribute_inlinable_p (fndecl);
327 if (targetm.allocate_initial_value)
338 rtx x = targetm.allocate_initial_value (ivs->entries[i].hard_reg);
H A Dhaifa-sched.c575 if (targetm.sched.adjust_cost)
576 cost = targetm.sched.adjust_cost (used, link, insn, cost);
860 if (targetm.sched.adjust_priority)
862 targetm.sched.adjust_priority (prev, INSN_PRIORITY (prev));
869 if (targetm.sched.dfa_pre_cycle_insn)
871 targetm.sched.dfa_pre_cycle_insn ());
875 if (targetm.sched.dfa_post_cycle_insn)
877 targetm.sched.dfa_post_cycle_insn ());
1461 if (targetm.sched.is_costly_dependence)
1476 if (targetm
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa-linux.h97 /* NOTE: (*targetm.asm_out.internal_label)() is defined for us by elfos.h, and
131 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0)); \
H A Dpa-netbsd.h91 /* NOTE: (*targetm.asm_out.internal_label)() is defined for us by elfos.h, and
125 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0)); \
H A Dsom.h235 name = targetm.strip_name_encoding (XSTR ((RTL), 0)); \
333 targetm.asm_out.globalize_label (FILE, NAME); \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsysv4.h74 (*targetm.asm_out.internal_label) ((FILE), PREFIX, NUM); \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mcore/
H A Dmcore-pe.h74 (* targetm.strip_name_encoding) (NAME)); \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/pa/
H A Dpa-linux.h106 /* NOTE: (*targetm.asm_out.internal_label)() is defined for us by elfos.h, and
140 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0)); \
H A Dpa-netbsd.h91 /* NOTE: (*targetm.asm_out.internal_label)() is defined for us by elfos.h, and
125 (*targetm.asm_out.globalize_label) (FILE, XSTR (FUN, 0)); \
H A Dsom.h260 name = targetm.strip_name_encoding (XSTR ((RTL), 0)); \
358 targetm.asm_out.globalize_label (FILE, NAME); \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sparc/
H A Dsysv4.h89 (*targetm.asm_out.internal_label) ((FILE), PREFIX, NUM); \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/alpha/
H A Dosf.h194 (*targetm.asm_out.globalize_label) (FILE, NAME); \

Completed in 295 milliseconds

1234567891011>>