Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSubtargetInfo.cpp344 MCSubtargetInfo::getCacheAssociativity(unsigned Level) const { in getCacheAssociativity() function in MCSubtargetInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h667 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h473 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function
H A DTargetTransformInfo.h2290 getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp704 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity() function in TargetTransformInfo
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp142 std::optional<unsigned> X86TTIImpl::getCacheAssociativity( in getCacheAssociativity() function in X86TTIImpl