Searched refs:arm_tune (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c397 enum processor_type arm_tune = arm_none;
917 arm_tune = (enum processor_type) (sel - ptr->processors);
948 if (arm_tune == arm_none)
949 arm_tune = target_arch_cpu;
1036 if (arm_tune == arm_none)
1037 arm_tune = arm_default_cpu;
1042 gcc_assert (arm_tune != arm_none);
1044 tune_flags = all_cores[(int)arm_tune].flags;
1048 targetm.rtx_costs = all_cores[(int)arm_tune].rtx_costs;
395 enum processor_type arm_tune = arm_none; variable in typeref:enum:processor_type
H A Darm.h104 extern enum processor_type arm_tune;

Completed in 257 milliseconds