Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h512 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()
514 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()
516 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()
523 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()
525 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()
527 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
H A DTargetTransformInfo.h1202 enum class CacheLevel { enum
1212 std::optional<unsigned> getCacheSize(CacheLevel Level) const;
1215 std::optional<unsigned> getCacheAssociativity(CacheLevel Level) const;
2002 virtual std::optional<unsigned> getCacheSize(CacheLevel Level) const = 0;
2003 virtual std::optional<unsigned> getCacheAssociativity(CacheLevel Level)
2623 std::optional<unsigned> getCacheSize(CacheLevel Level) const override { in getCacheSize()
2627 getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity()
/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.cpp795 TargetTransformInfo::getCacheSize(CacheLevel Level) const { in getCacheSize()
800 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h708 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()
714 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()