Searched refs:L1DCache (Results 1 – 1 of 1) sorted by relevance
926 auto L1DCache = llvm::TargetTransformInfo::CacheLevel::L1D; in getTargetCacheParameters() local929 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()