Home
last modified time | relevance | path

Searched refs:l1_cache_size (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-protos.h325 int l1_cache_size; member
H A Darm.c3667 if (current_tune->prefetch.l1_cache_size >= 0) in arm_option_override()
3670 current_tune->prefetch.l1_cache_size); in arm_option_override()
28051 current_tune->prefetch.l1_cache_size); in arm_print_tune_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-protos.h337 int l1_cache_size; member
H A Darm.cc3742 if (current_tune->prefetch.l1_cache_size >= 0) in arm_option_override()
3745 current_tune->prefetch.l1_cache_size); in arm_option_override()
28351 current_tune->prefetch.l1_cache_size); in arm_print_tune_info()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-protos.h254 const int l1_cache_size; member
H A Daarch64.c14756 if (aarch64_tune_params.prefetch->l1_cache_size >= 0) in aarch64_override_options_internal()
14759 aarch64_tune_params.prefetch->l1_cache_size); in aarch64_override_options_internal()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-protos.h498 const int l1_cache_size; member
H A Daarch64.cc17806 if (aarch64_tune_params.prefetch->l1_cache_size >= 0) in aarch64_override_options_internal()
17809 aarch64_tune_params.prefetch->l1_cache_size); in aarch64_override_options_internal()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.h1885 const int l1_cache_size; /* size of l1 cache, in kilobytes. */ member
H A Drs6000.cc3312 rs6000_cost->l1_cache_size, in rs6000_init_hard_regno_mode_ok()
4788 rs6000_cost->l1_cache_size); in rs6000_option_override_internal()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.h1891 const int l1_cache_size; /* size of l1 cache, in kilobytes. */ member
H A Drs6000.c3305 rs6000_cost->l1_cache_size, in rs6000_init_hard_regno_mode_ok()
4652 rs6000_cost->l1_cache_size); in rs6000_option_override_internal()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h178 const int l1_cache_size; /* size of l1 cache, in kilobytes. */ member
H A Di386-options.cc2668 ix86_tune_cost->l1_cache_size); in ix86_option_override_internal()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.h314 const int l1_cache_size; /* size of l1 cache, in kilobytes. */ member
H A Di386-options.c2678 ix86_tune_cost->l1_cache_size); in ix86_option_override_internal()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200712627 l1_cache_lines to l1_cache_size. Add l2_cache_size.
13055 * config/i386/i386.h (struct processor_costs): Add l1_cache_size
13062 generic64_cost, generic32_cost): Add l1_cache_size and l2_cache_size.
H A DChangeLog-201221999 l1_cache_size and l2_cache_size.