Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h368 llvm::Optional<unsigned> getCacheSize(TargetTransformInfo::CacheLevel Level) { in getCacheSize()
370 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()
372 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()
380 TargetTransformInfo::CacheLevel Level) { in getCacheAssociativity()
382 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()
384 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
DTargetTransformInfo.h708 enum class CacheLevel { enum
718 llvm::Optional<unsigned> getCacheSize(CacheLevel Level) const;
721 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;
1096 virtual llvm::Optional<unsigned> getCacheSize(CacheLevel Level) = 0;
1097 virtual llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) = 0;
1403 llvm::Optional<unsigned> getCacheSize(CacheLevel Level) override { in getCacheSize()
1406 llvm::Optional<unsigned> getCacheAssociativity(CacheLevel Level) override { in getCacheAssociativity()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h53 TargetTransformInfo::CacheLevel Level) const;
55 TargetTransformInfo::CacheLevel Level) const;
DX86TargetTransformInfo.cpp70 TargetTransformInfo::CacheLevel Level) const { in getCacheSize()
72 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()
83 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()
100 TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()
111 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()
113 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp361 llvm::Optional<unsigned> TargetTransformInfo::getCacheSize(CacheLevel Level) in getCacheSize()
367 CacheLevel Level) const { in getCacheAssociativity()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp4817 Value *CacheLevel = EmitScalarExpr(E->getArg(2)); in EmitAArch64BuiltinExpr() local
4825 -cast<llvm::ConstantInt>(CacheLevel)->getValue() + 3); in EmitAArch64BuiltinExpr()