Home
last modified time | relevance | path

Searched refs:ia64_tune (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/ia64/
Dia64.c105 enum processor_type ia64_tune = PROCESSOR_ITANIUM2; variable
5116 ia64_tune = processor_alias_table[i].processor; in ia64_handle_option()
6463 if (ia64_tune == PROCESSOR_ITANIUM && reload_completed && last_scheduled_insn) in ia64_sched_reorder2()
6581 if (setup_clocks_p && ia64_tune == PROCESSOR_ITANIUM in ia64_dfa_new_cycle()
6633 if (ia64_tune == PROCESSOR_ITANIUM) in ia64_h_i_d_extended()
7843 && ia64_tune == PROCESSOR_ITANIUM in bundling()
7879 (ia64_tune == PROCESSOR_ITANIUM in bundling()
7938 (ia64_tune == PROCESSOR_ITANIUM in bundling()
8039 if (ia64_tune == PROCESSOR_ITANIUM) in bundling()
8463 if (ia64_tune == PROCESSOR_ITANIUM) in ia64_reorg()
[all …]
Dia64.h116 extern enum processor_type ia64_tune;
Dia64.md113 (define_attr "cpu" "itanium,itanium2" (const (symbol_ref "ia64_tune")))
/freebsd-10-stable/contrib/gcc/
DChangeLog-200336793 (ia64_tune, ia64_tune_string): New external declarations.
36796 * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
36798 (ia64_override_options): Set up `ia64_tune'.
DChangeLog-200528326 (ia64_tune): Init to PROCESSOR_ITANIUM2.