Searched refs:local_cache_size (Results 1 – 5 of 5) sorted by relevance
20 result->local_cache_size = 32 * 1024; in MakeDummyCacheParams()48 int local_cache_size = 0; in QueryCacheParams() local65 local_cache_size = cache->size; in QueryCacheParams()70 if (!local_cache_size) { in QueryCacheParams()71 local_cache_size = last_level_cache_size; in QueryCacheParams()73 RUY_DCHECK_GT(local_cache_size, 0); in QueryCacheParams()75 RUY_DCHECK_GE(last_level_cache_size, local_cache_size); in QueryCacheParams()77 std::min(overall_local_cache_size, local_cache_size); in QueryCacheParams()81 cache_params->local_cache_size = overall_local_cache_size; in QueryCacheParams()
75 int local_cache_size = 0; member
142 if (kAnyFractal && (working_set_size > cpu_cache_params.local_cache_size)) { in GetTraversalOrder()264 total_read_bytes_log2 - floor_log2(cpu_cache_params.local_cache_size); in GetCacheLocalityScore()
42 cpu_cache_params.local_cache_size = 128 * 1024; in MakeBlockMapTuningTest()
642 cpu_cache_params.local_cache_size, \