Searched refs:getCacheAssociativity (Results 1 – 8 of 8) sorted by relevance
244 virtual Optional<unsigned> getCacheAssociativity(unsigned Level) const;
343 MCSubtargetInfo::getCacheAssociativity(unsigned Level) const { in getCacheAssociativity() function in MCSubtargetInfo
110 llvm::Optional<unsigned> getCacheAssociativity(
98 llvm::Optional<unsigned> X86TTIImpl::getCacheAssociativity( in getCacheAssociativity() function in X86TTIImpl
983 Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;1585 virtual Optional<unsigned> getCacheAssociativity(CacheLevel Level) const = 0;2048 Optional<unsigned> getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity() function2049 return Impl.getCacheAssociativity(Level); in getCacheAssociativity()
426 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function
612 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function614 getST()->getCacheAssociativity(static_cast<unsigned>(Level)); in getCacheAssociativity()619 return BaseT::getCacheAssociativity(Level); in getCacheAssociativity()
630 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity() function in TargetTransformInfo631 return TTIImpl->getCacheAssociativity(Level); in getCacheAssociativity()