Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Transform/
DScheduleOptimizer.cpp926 auto L1DCache = llvm::TargetTransformInfo::CacheLevel::L1D; in getTargetCacheParameters() local
929 if (TTI->getCacheSize(L1DCache).hasValue()) in getTargetCacheParameters()
930 FirstCacheLevelSize = TTI->getCacheSize(L1DCache).getValue(); in getTargetCacheParameters()
941 if (TTI->getCacheAssociativity(L1DCache).hasValue()) in getTargetCacheParameters()
943 TTI->getCacheAssociativity(L1DCache).getValue(); in getTargetCacheParameters()