Searched refs:getCacheAssociativity (Results 1 – 8 of 8) sorted by relevance
237 virtual Optional<unsigned> getCacheAssociativity(unsigned Level) const;
111 llvm::Optional<unsigned> getCacheAssociativity(
98 llvm::Optional<unsigned> X86TTIImpl::getCacheAssociativity( in getCacheAssociativity() function in X86TTIImpl
863 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;1296 virtual llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const = 0;1681 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity() function1682 return Impl.getCacheAssociativity(Level); in getCacheAssociativity()
414 llvm::Optional<unsigned> getCacheAssociativity( in getCacheAssociativity() function
324 MCSubtargetInfo::getCacheAssociativity(unsigned Level) const { in getCacheAssociativity() function in MCSubtargetInfo
534 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function536 getST()->getCacheAssociativity(static_cast<unsigned>(Level)); in getCacheAssociativity()541 return BaseT::getCacheAssociativity(Level); in getCacheAssociativity()
524 llvm::Optional<unsigned> TargetTransformInfo::getCacheAssociativity( in getCacheAssociativity() function in TargetTransformInfo526 return TTIImpl->getCacheAssociativity(Level); in getCacheAssociativity()