Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h245 virtual std::optional<unsigned> getCacheAssociativity(unsigned Level) const;
/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/lib/Target/X86/
H A DX86TargetTransformInfo.h120 std::optional<unsigned> getCacheAssociativity(
H A DX86TargetTransformInfo.cpp142 std::optional<unsigned> X86TTIImpl::getCacheAssociativity( in getCacheAssociativity() function in X86TTIImpl
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1038 std::optional<unsigned> getCacheAssociativity(CacheLevel Level) const;
1739 virtual std::optional<unsigned> getCacheAssociativity(CacheLevel Level)
2290 getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity() function
2291 return Impl.getCacheAssociativity(Level); in getCacheAssociativity()
H A DTargetTransformInfoImpl.h473 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp704 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity() function in TargetTransformInfo
705 return TTIImpl->getCacheAssociativity(Level); in getCacheAssociativity()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h667 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity() function
669 getST()->getCacheAssociativity(static_cast<unsigned>(Level)); in getCacheAssociativity()
674 return BaseT::getCacheAssociativity(Level); in getCacheAssociativity()