Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h244 virtual Optional<unsigned> getCacheAssociativity(unsigned Level) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp343 MCSubtargetInfo::getCacheAssociativity(unsigned Level) const { in getCacheAssociativity() function in MCSubtargetInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h111 llvm::Optional<unsigned> getCacheAssociativity(
H A DX86TargetTransformInfo.cpp98 llvm::Optional<unsigned> X86TTIImpl::getCacheAssociativity( in getCacheAssociativity() function in X86TTIImpl
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h952 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() function
2038 return Impl.getCacheAssociativity(Level); in getCacheAssociativity()
H A DTargetTransformInfoImpl.h426 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp627 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity() function in TargetTransformInfo
628 return TTIImpl->getCacheAssociativity(Level); in getCacheAssociativity()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h612 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function
614 getST()->getCacheAssociativity(static_cast<unsigned>(Level)); in getCacheAssociativity()
619 return BaseT::getCacheAssociativity(Level); in getCacheAssociativity()