| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-options.h | 36 extern enum processor_type ix86_tune;
|
| i386-options.cc | 706 ptr->tune = ix86_tune; 738 gcc_assert (ptr->tune == ix86_tune); 832 enum processor_type ix86_tune, bool dump); 841 enum processor_type old_tune = ix86_tune; 851 ix86_tune = (enum processor_type) ptr->tune; 878 ix86_tune_cost = processor_cost_table[ix86_tune]; 896 if (old_tune != ix86_tune) 897 set_ix86_tune_features (opts, ix86_tune, false); 1842 /* Helper function to set ix86_tune_features. IX86_TUNE is the 1847 enum processor_type ix86_tune, bool dump [all...] |
| x86-tune-sched.cc | 41 switch (ix86_tune) 286 switch (ix86_tune)
|
| i386-c.cc | 929 ix86_tune,
|
| i386.h | 291 #define TARGET_CPU_P(CPU) (ix86_tune == PROCESSOR_ ## CPU) 2522 extern enum processor_type ix86_tune;
|
| i386.cc | 357 enum processor_type ix86_tune; variable in typeref:enum:processor_type 17964 switch (ix86_tune) 24608 if ((ix86_tune == PROCESSOR_ZNVER1 || ix86_tune == PROCESSOR_ZNVER2 24609 || ix86_tune == PROCESSOR_ZNVER3 || ix86_tune == PROCESSOR_ZNVER4) 24614 if (ix86_tune == PROCESSOR_ZNVER5
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-options.h | 36 extern enum processor_type ix86_tune;
|
| i386-options.cc | 678 ptr->tune = ix86_tune; 707 gcc_assert (ptr->tune == ix86_tune); 791 enum processor_type ix86_tune, bool dump); 800 enum processor_type old_tune = ix86_tune; 810 ix86_tune = (enum processor_type) ptr->tune; 834 ix86_tune_cost = processor_cost_table[ix86_tune]; 852 if (old_tune != ix86_tune) 853 set_ix86_tune_features (opts, ix86_tune, false); 1758 /* Helper function to set ix86_tune_features. IX86_TUNE is the 1763 enum processor_type ix86_tune, bool dump [all...] |
| x86-tune-sched.cc | 41 switch (ix86_tune) 264 switch (ix86_tune)
|
| i386-c.cc | 804 ix86_tune,
|
| i386.h | 281 #define TARGET_CPU_P(CPU) (ix86_tune == PROCESSOR_ ## CPU) 2416 extern enum processor_type ix86_tune;
|
| i386.cc | 345 enum processor_type ix86_tune; variable in typeref:enum:processor_type 17182 switch (ix86_tune) 22971 if ((ix86_tune == PROCESSOR_ZNVER1 || ix86_tune == PROCESSOR_ZNVER2 22972 || ix86_tune == PROCESSOR_ZNVER3 || ix86_tune == PROCESSOR_ZNVER4) 22977 if (ix86_tune == PROCESSOR_ZNVER5
|