Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h286 virtual std::optional<unsigned> getCacheAssociativity(unsigned Level) const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp379 MCSubtargetInfo::getCacheAssociativity(unsigned Level) const { in getCacheAssociativity() function in MCSubtargetInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h127 std::optional<unsigned> getCacheAssociativity(
H A DX86TargetTransformInfo.cpp143 std::optional<unsigned> X86TTIImpl::getCacheAssociativity( in getCacheAssociativity() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp839 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity() function in TargetTransformInfo
840 return TTIImpl->getCacheAssociativity(Level); in getCacheAssociativity()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h815 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const override { in getCacheAssociativity() function
817 getST()->getCacheAssociativity(static_cast<unsigned>(Level)); in getCacheAssociativity()
822 return BaseT::getCacheAssociativity(Level); in getCacheAssociativity()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1282 getCacheAssociativity(CacheLevel Level) const;
H A DTargetTransformInfoImpl.h631 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function