Home
last modified time | relevance | path

Searched refs:CacheLevel (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h620 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()
622 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()
624 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()
631 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()
633 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()
635 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
H A DTargetTransformInfo.h1268 enum class CacheLevel { enum
1278 LLVM_ABI std::optional<unsigned> getCacheSize(CacheLevel Level) const;
1282 getCacheAssociativity(CacheLevel Level) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h126 TargetTransformInfo::CacheLevel Level) const override;
128 TargetTransformInfo::CacheLevel Level) const override;
H A DX86TargetTransformInfo.cpp114 TargetTransformInfo::CacheLevel Level) const { in getCacheSize()
116 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()
127 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()
144 TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()
155 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()
157 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp834 TargetTransformInfo::getCacheSize(CacheLevel Level) const { in getCacheSize()
839 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h809 getCacheSize(TargetTransformInfo::CacheLevel Level) const override { in getCacheSize()
815 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const override { in getCacheAssociativity()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp2219 const uint32_t CacheLevel = getConstFromIntrinsic(Call->Arguments[3], MRI); in generateCoopMatrInst() local
2224 .addImm(CacheLevel) // cache level in generateCoopMatrInst()