Searched refs:getCacheAssociativity (Results 1 – 5 of 5) sorted by relevance
54 llvm::Optional<unsigned> getCacheAssociativity(
99 llvm::Optional<unsigned> X86TTIImpl::getCacheAssociativity( in getCacheAssociativity() function in X86TTIImpl
721 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;1097 virtual llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) = 0;1406 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) override { in getCacheAssociativity() function1407 return Impl.getCacheAssociativity(Level); in getCacheAssociativity()
379 llvm::Optional<unsigned> getCacheAssociativity( in getCacheAssociativity() function
366 llvm::Optional<unsigned> TargetTransformInfo::getCacheAssociativity( in getCacheAssociativity() function in TargetTransformInfo368 return TTIImpl->getCacheAssociativity(Level); in getCacheAssociativity()