Searched refs:getCacheAssociativity (Results 1 – 9 of 9) sorted by relevance
582 if (TTI->getCacheAssociativity(L1DCache)) in getTargetCacheParameters()584 TTI->getCacheAssociativity(L1DCache).value(); in getTargetCacheParameters()590 if (TTI->getCacheAssociativity(L2DCache)) in getTargetCacheParameters()592 TTI->getCacheAssociativity(L2DCache).value(); in getTargetCacheParameters()
245 virtual Optional<unsigned> getCacheAssociativity(unsigned Level) const;
343 MCSubtargetInfo::getCacheAssociativity(unsigned Level) const { in getCacheAssociativity() function in MCSubtargetInfo
118 llvm::Optional<unsigned> getCacheAssociativity(
99 llvm::Optional<unsigned> X86TTIImpl::getCacheAssociativity( in getCacheAssociativity() function in X86TTIImpl
1009 Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;1686 virtual Optional<unsigned> getCacheAssociativity(CacheLevel Level) const = 0;2206 Optional<unsigned> getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity() function2207 return Impl.getCacheAssociativity(Level); in getCacheAssociativity()
459 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function
684 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity() function in TargetTransformInfo685 return TTIImpl->getCacheAssociativity(Level); in getCacheAssociativity()
652 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function654 getST()->getCacheAssociativity(static_cast<unsigned>(Level)); in getCacheAssociativity()659 return BaseT::getCacheAssociativity(Level); in getCacheAssociativity()