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
730 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;1125 virtual llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) = 0;1442 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) override { in getCacheAssociativity() function1443 return Impl.getCacheAssociativity(Level); in getCacheAssociativity()
384 llvm::Optional<unsigned> getCacheAssociativity( in getCacheAssociativity() function
370 llvm::Optional<unsigned> TargetTransformInfo::getCacheAssociativity( in getCacheAssociativity() function in TargetTransformInfo372 return TTIImpl->getCacheAssociativity(Level); in getCacheAssociativity()