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
111 llvm::Optional<unsigned> getCacheAssociativity(
98 llvm::Optional<unsigned> X86TTIImpl::getCacheAssociativity( in getCacheAssociativity() function in X86TTIImpl
952 Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;1574 virtual Optional<unsigned> getCacheAssociativity(CacheLevel Level) const = 0;2037 Optional<unsigned> getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity() function2038 return Impl.getCacheAssociativity(Level); in getCacheAssociativity()
426 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function
627 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity() function in TargetTransformInfo628 return TTIImpl->getCacheAssociativity(Level); in getCacheAssociativity()
612 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function614 getST()->getCacheAssociativity(static_cast<unsigned>(Level)); in getCacheAssociativity()619 return BaseT::getCacheAssociativity(Level); in getCacheAssociativity()