Searched defs:getCacheAssociativity (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/MC/ | ||
H A D | MCSubtargetInfo.cpp | 354 MCSubtargetInfo::getCacheAssociativity(unsigned Level) const { getCacheAssociativity() function in MCSubtargetInfo |
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 521 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { getCacheAssociativity() function |
H A D | TargetTransformInfo.h | 2602 getCacheAssociativity(CacheLevel Level) const override { getCacheAssociativity() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 714 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { getCacheAssociativity() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 796 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { getCacheAssociativity() function in TargetTransformInfo |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86TargetTransformInfo.cpp | 143 std::optional<unsigned> X86TTIImpl::getCacheAssociativity( getCacheAssociativity() function in X86TTIImpl |