Home
last modified time | relevance | path

Searched refs:getCacheAssociativity (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h54 llvm::Optional<unsigned> getCacheAssociativity(
H A DX86TargetTransformInfo.cpp99 llvm::Optional<unsigned> X86TTIImpl::getCacheAssociativity( in getCacheAssociativity() function in X86TTIImpl
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h730 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() function
1443 return Impl.getCacheAssociativity(Level); in getCacheAssociativity()
H A DTargetTransformInfoImpl.h384 llvm::Optional<unsigned> getCacheAssociativity( in getCacheAssociativity() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp370 llvm::Optional<unsigned> TargetTransformInfo::getCacheAssociativity( in getCacheAssociativity() function in TargetTransformInfo
372 return TTIImpl->getCacheAssociativity(Level); in getCacheAssociativity()