Searched refs:L2DCache (Results 1 – 1 of 1) sorted by relevance
927 auto L2DCache = llvm::TargetTransformInfo::CacheLevel::L2D; in getTargetCacheParameters() local935 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()