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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-prefetch.c194 #define L2_CACHE_SIZE_BYTES ((unsigned) (param_l2_cache_size * 1024)) macro
197 after L2_CACHE_SIZE_BYTES of memory are accessed. However, we ignore
850 if (prefetch_before > absu_hwi (L2_CACHE_SIZE_BYTES / step))
882 if (prefetch_before > L2_CACHE_SIZE_BYTES / PREFETCH_BLOCK)
1168 bool nontemporal = ref->reuse_distance >= L2_CACHE_SIZE_BYTES;
1256 || ref->reuse_distance < L2_CACHE_SIZE_BYTES)
1646 if (volume > L2_CACHE_SIZE_BYTES)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-prefetch.cc194 #define L2_CACHE_SIZE_BYTES ((unsigned) (param_l2_cache_size * 1024)) macro
197 after L2_CACHE_SIZE_BYTES of memory are accessed. However, we ignore
852 if (prefetch_before > absu_hwi (L2_CACHE_SIZE_BYTES / step))
884 if (prefetch_before > L2_CACHE_SIZE_BYTES / PREFETCH_BLOCK)
1170 bool nontemporal = ref->reuse_distance >= L2_CACHE_SIZE_BYTES;
1258 || ref->reuse_distance < L2_CACHE_SIZE_BYTES)
1645 if (volume > L2_CACHE_SIZE_BYTES)

Completed in 75 milliseconds