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

/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.h111 extern enum processor_type alpha_tune;
H A Dalpha.c109 enum processor_type alpha_tune; variable in typeref:enum:processor_type
339 return ((alpha_tune == PROCESSOR_EV4
340 || alpha_tune == PROCESSOR_EV5)
503 alpha_tune = alpha_cpu = cpu_table[i].processor;
520 alpha_tune = cpu_table[i].processor;
599 if (lat <= 0 || lat > 3 || cache_latency[alpha_tune][lat-1] == -1)
602 lat, alpha_cpu_name[alpha_tune]);
606 lat = cache_latency[alpha_tune][lat-1];
1402 cost_data = &alpha_rtx_cost_data[alpha_tune];
2960 && (diff <= 8 || alpha_tune
[all...]

Completed in 67 milliseconds