Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h462 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()
464 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()
466 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()
473 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()
475 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()
477 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
H A DTargetTransformInfo.h1025 enum class CacheLevel { enum
1035 std::optional<unsigned> getCacheSize(CacheLevel Level) const;
1038 std::optional<unsigned> getCacheAssociativity(CacheLevel Level) const;
1738 virtual std::optional<unsigned> getCacheSize(CacheLevel Level) const = 0;
1739 virtual std::optional<unsigned> getCacheAssociativity(CacheLevel Level)
2286 std::optional<unsigned> getCacheSize(CacheLevel Level) const override { in getCacheSize()
2290 getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h119 TargetTransformInfo::CacheLevel Level) const override;
121 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()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp699 TargetTransformInfo::getCacheSize(CacheLevel Level) const { in getCacheSize()
704 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h661 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()
667 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()