Home
last modified time | relevance | path

Searched defs:getCacheAssociativity (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp344 MCSubtargetInfo::getCacheAssociativity(unsigned Level) const { getCacheAssociativity() function in MCSubtargetInfo
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h701 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { getCacheAssociativity() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h502 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { getCacheAssociativity() function
H A DTargetTransformInfo.h2533 getCacheAssociativity(CacheLevel Level) const override { getCacheAssociativity() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp770 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { getCacheAssociativity() function in TargetTransformInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp142 std::optional<unsigned> X86TTIImpl::getCacheAssociativity( getCacheAssociativity() function in X86TTIImpl