Home
last modified time | relevance | path

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

/external/marisa-trie/lib/marisa/grimoire/trie/
Dconfig.h31 CacheLevel cache_level() const { in cache_level()
53 CacheLevel cache_level_;
Dlouds-trie.h42 CacheLevel cache_level() const { in cache_level()
/external/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()
/external/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()
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h369 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()
371 case TargetTransformInfo::CacheLevel::L1D: in getCacheSize()
373 case TargetTransformInfo::CacheLevel::L2D: in getCacheSize()
380 getCacheAssociativity(TargetTransformInfo::CacheLevel Level) const { in getCacheAssociativity()
382 case TargetTransformInfo::CacheLevel::L1D: in getCacheAssociativity()
384 case TargetTransformInfo::CacheLevel::L2D: in getCacheAssociativity()
DTargetTransformInfo.h948 enum class CacheLevel { enum
958 Optional<unsigned> getCacheSize(CacheLevel Level) const;
961 Optional<unsigned> getCacheAssociativity(CacheLevel Level) const;
1498 virtual Optional<unsigned> getCacheSize(CacheLevel Level) const = 0;
1499 virtual Optional<unsigned> getCacheAssociativity(CacheLevel Level) const = 0;
1920 Optional<unsigned> getCacheSize(CacheLevel Level) const override { in getCacheSize()
1923 Optional<unsigned> getCacheAssociativity(CacheLevel Level) const override { in getCacheAssociativity()
/external/marisa-trie/include/marisa/
Dbase.h181 typedef ::marisa_cache_level CacheLevel; typedef
/external/llvm-project/llvm/lib/Target/X86/
DX86TargetTransformInfo.h109 TargetTransformInfo::CacheLevel Level) const override;
111 TargetTransformInfo::CacheLevel Level) const override;
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()
/external/marisa-trie/bindings/perl/
Dmarisa-swig.h30 enum CacheLevel { enum
/external/marisa-trie/bindings/python/
Dmarisa-swig.h30 enum CacheLevel { enum
/external/marisa-trie/bindings/
Dmarisa-swig.h30 enum CacheLevel { enum
/external/marisa-trie/tools/
Dmarisa-build.cc21 marisa::CacheLevel param_cache_level = MARISA_DEFAULT_CACHE;
Dmarisa-benchmark.cc19 marisa::CacheLevel param_cache_level = MARISA_DEFAULT_CACHE;
/external/marisa-trie/bindings/ruby/
Dmarisa-swig.h30 enum CacheLevel { enum
/external/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()
/external/llvm-project/llvm/lib/Analysis/
DTargetTransformInfo.cpp649 TargetTransformInfo::getCacheSize(CacheLevel Level) const { in getCacheSize()
654 TargetTransformInfo::getCacheAssociativity(CacheLevel Level) const { in getCacheAssociativity()
/external/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()
/external/llvm-project/polly/lib/Transform/
DScheduleOptimizer.cpp926 auto L1DCache = llvm::TargetTransformInfo::CacheLevel::L1D; in getTargetCacheParameters()
927 auto L2DCache = llvm::TargetTransformInfo::CacheLevel::L2D; in getTargetCacheParameters()
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h523 getCacheSize(TargetTransformInfo::CacheLevel Level) const { in getCacheSize()
529 getCacheAssociativity(TargetTransformInfo::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()
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp8876 Value *CacheLevel = EmitScalarExpr(E->getArg(2)); in EmitAArch64BuiltinExpr() local
8884 -cast<llvm::ConstantInt>(CacheLevel)->getValue() + 3); in EmitAArch64BuiltinExpr()