Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h491 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()
493 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()
495 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()
502 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()
504 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()
506 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
H A DTargetTransformInfo.h1168 enum class CacheLevel { enum
1178 std::optional<unsigned> getCacheSize(CacheLevel Level) const;
1181 std::optional<unsigned> getCacheAssociativity(CacheLevel Level) const;
1933 virtual std::optional<unsigned> getCacheSize(CacheLevel Level) const = 0;
1934 virtual std::optional<unsigned> getCacheAssociativity(CacheLevel Level)
2529 std::optional<unsigned> getCacheSize(CacheLevel Level) const override { in getCacheSize()
2533 getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h125 TargetTransformInfo::CacheLevel Level) const override;
127 TargetTransformInfo::CacheLevel Level) const override;
H A DX86TargetTransformInfo.cpp113 TargetTransformInfo::CacheLevel Level) const { in getCacheSize()
115 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()
126 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()
143 TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()
154 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()
156 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp765 TargetTransformInfo::getCacheSize(CacheLevel Level) const { in getCacheSize()
770 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h695 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()
701 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()