Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h404 llvm::Optional<unsigned> getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()
406 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()
408 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()
415 TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()
417 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()
419 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
DTargetTransformInfo.h850 enum class CacheLevel { enum
860 llvm::Optional<unsigned> getCacheSize(CacheLevel Level) const;
863 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;
1295 virtual llvm::Optional<unsigned> getCacheSize(CacheLevel Level) const = 0;
1296 virtual llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const = 0;
1678 llvm::Optional<unsigned> getCacheSize(CacheLevel Level) const override { in getCacheSize()
1681 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h110 TargetTransformInfo::CacheLevel Level) const;
112 TargetTransformInfo::CacheLevel Level) const;
DX86TargetTransformInfo.cpp69 TargetTransformInfo::CacheLevel Level) const { in getCacheSize()
71 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()
82 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()
99 TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()
110 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()
112 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp519 llvm::Optional<unsigned> TargetTransformInfo::getCacheSize(CacheLevel Level) in getCacheSize()
525 CacheLevel Level) const { in getCacheAssociativity()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h528 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()
534 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()