| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-protos.h | 368 int l1_cache_size; member in struct:tune_params::__anon12682
|
| arm.cc | 3847 if (current_tune->prefetch.l1_cache_size >= 0) 3850 current_tune->prefetch.l1_cache_size); 28692 "prefetch.l1_cache_size:\t%d\n", 28693 current_tune->prefetch.l1_cache_size);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm-protos.h | 337 int l1_cache_size; member in struct:tune_params::__anon15297
|
| arm.cc | 3746 if (current_tune->prefetch.l1_cache_size >= 0) 3749 current_tune->prefetch.l1_cache_size); 28377 "prefetch.l1_cache_size:\t%d\n", 28378 current_tune->prefetch.l1_cache_size);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64-protos.h | 498 const int l1_cache_size; member in struct:cpu_prefetch_tune
|
| aarch64.cc | 1211 -1, /* l1_cache_size */ 1222 -1, /* l1_cache_size */ 1233 32, /* l1_cache_size */ 1244 32, /* l1_cache_size */ 1255 32, /* l1_cache_size */ 1266 32, /* l1_cache_size */ 1277 32, /* l1_cache_size */ 1288 64, /* l1_cache_size */ 1299 32, /* l1_cache_size */ 1310 64, /* l1_cache_size */ [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-protos.h | 499 const int l1_cache_size; member in struct:cpu_prefetch_tune
|
| aarch64.cc | 18371 if (aarch64_tune_params.prefetch->l1_cache_size >= 0) 18374 aarch64_tune_params.prefetch->l1_cache_size);
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000.h | 1857 const int l1_cache_size; /* size of l1 cache, in kilobytes. */ 1843 const int l1_cache_size; \/* size of l1 cache, in kilobytes. *\/ member in struct:processor_costs
|
| rs6000.cc | 3319 rs6000_cost->l1_cache_size, 4742 rs6000_cost->l1_cache_size);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000.h | 1901 const int l1_cache_size; /* size of l1 cache, in kilobytes. */ 1887 const int l1_cache_size; \/* size of l1 cache, in kilobytes. *\/ member in struct:processor_costs
|
| rs6000.cc | 3321 rs6000_cost->l1_cache_size, 4797 rs6000_cost->l1_cache_size);
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386.h | 183 const int l1_cache_size; /* size of l1 cache, in kilobytes. */ member in struct:processor_costs
|
| i386-options.cc | 2971 ix86_tune_cost->l1_cache_size);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386.h | 178 const int l1_cache_size; /* size of l1 cache, in kilobytes. */ member in struct:processor_costs
|
| i386-options.cc | 2672 ix86_tune_cost->l1_cache_size);
|