Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DScheduleOptimizer.cpp927 auto L2DCache = llvm::TargetTransformInfo::CacheLevel::L2D; in getTargetCacheParameters() local
935 if (TTI->getCacheSize(L2DCache).hasValue()) in getTargetCacheParameters()
936 SecondCacheLevelSize = TTI->getCacheSize(L2DCache).getValue(); in getTargetCacheParameters()
949 if (TTI->getCacheAssociativity(L2DCache).hasValue()) in getTargetCacheParameters()
951 TTI->getCacheAssociativity(L2DCache).getValue(); in getTargetCacheParameters()