Home
last modified time | relevance | path

Searched refs:CacheKey (Results 1 – 20 of 20) sorted by relevance

/external/skia/src/gpu/
DGrDDLContext.cpp68 typedef const GrProgramDesc CacheKey; typedef in GrDDLContext::ProgramInfoMap
79 void add(CacheKey& desc, const GrProgramInfo* programInfo) { in add()
91 fMap.foreach([dst](CacheKey* programDesc, CacheValue* programInfo) { in toArray()
101 uint32_t operator()(CacheKey& desc) const { in operator ()()
106 SkLRUCache<CacheKey, CacheValue, DescHash> fMap;
/external/icu/icu4c/source/common/
Dunifiedcache.h102 class CacheKey : public CacheKeyBase {
104 virtual ~CacheKey() { } in ~CacheKey()
136 class LocaleCacheKey : public CacheKey<T> {
142 : CacheKey<T>(other), fLoc(other.fLoc) { } in LocaleCacheKey()
145 return (int32_t)(37u * (uint32_t)CacheKey<T>::hashCode() + (uint32_t)fLoc.hashCode()); in hashCode()
152 if (!CacheKey<T>::operator == (other)) {
203 const CacheKey<T>& key, in get()
225 const CacheKey<T>& key, in get()
/external/icu/libicu/cts_headers/
Dunifiedcache.h102 class CacheKey : public CacheKeyBase {
104 virtual ~CacheKey() { } in ~CacheKey()
136 class LocaleCacheKey : public CacheKey<T> {
142 : CacheKey<T>(other), fLoc(other.fLoc) { } in LocaleCacheKey()
145 return (int32_t)(37u * (uint32_t)CacheKey<T>::hashCode() + (uint32_t)fLoc.hashCode()); in hashCode()
152 if (!CacheKey<T>::operator == (other)) {
203 const CacheKey<T>& key, in get()
225 const CacheKey<T>& key, in get()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder_test.cc73 TEST(AttrTypeMap, CacheKey) { in TEST() argument
77 tensorflow::Fprint128 cache_key = a.CacheKey("cpu:0"); in TEST()
79 ASSERT_FALSE(cache_key == a.CacheKey("cpu:1")); in TEST()
80 ASSERT_TRUE(cache_key == a.CacheKey("cpu:0")); in TEST()
83 ASSERT_FALSE(cache_key == a.CacheKey("cpu:0")); in TEST()
Dattr_builder.h150 tensorflow::Fprint128 CacheKey(const StringPiece device);
Dattr_builder.cc283 tensorflow::Fprint128 AttrBuilder::CacheKey(const StringPiece device) { in CacheKey() function in tensorflow::AttrBuilder
Dexecute.cc389 Fprint128 cache_key = op->MutableAttrs()->CacheKey(op->DeviceName()); in GetOrCreateKernelAndDevice()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompilation_cache.h51 using CacheKey = int64; variable
53 absl::flat_hash_map<CacheKey, std::shared_ptr<Executable>> cache_
Dcompilation_cache.cc44 CacheKey key = GetUniqueId(); in Insert()
58 CacheKey key = handle.handle(); in LookUp()
/external/llvm-project/polly/include/polly/Support/
DSCEVAffinator.h58 using CacheKey = std::pair<const llvm::SCEV *, llvm::BasicBlock *>;
61 llvm::DenseMap<CacheKey, PWACtx> CachedExpressions;
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp963 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
964 RemoveFromReverseMap(ReverseNonLocalPtrDeps, &*ScanPos, CacheKey); in GetNonLocalInfoForBlock()
990 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
991 ReverseNonLocalPtrDeps[Inst].insert(CacheKey); in GetNonLocalInfoForBlock()
1051 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local
1064 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI)); in getNonLocalPointerDepFromBB()
1077 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB()
1096 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB()
1349 NonLocalPointerInfo &NLPI = NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB()
1356 CacheInfo = &NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1011 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
1012 RemoveFromReverseMap(ReverseNonLocalPtrDeps, &*ScanPos, CacheKey); in GetNonLocalInfoForBlock()
1038 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
1039 ReverseNonLocalPtrDeps[Inst].insert(CacheKey); in GetNonLocalInfoForBlock()
1099 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local
1112 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI)); in getNonLocalPointerDepFromBB()
1139 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB()
1159 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB()
1412 NonLocalPointerInfo &NLPI = NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB()
1419 CacheInfo = &NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB()
[all …]
/external/llvm-project/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp957 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
958 RemoveFromReverseMap(ReverseNonLocalPtrDeps, &*ScanPos, CacheKey); in GetNonLocalInfoForBlock()
988 ValueIsLoadPair CacheKey(Loc.Ptr, isLoad); in GetNonLocalInfoForBlock() local
989 ReverseNonLocalPtrDeps[Inst].insert(CacheKey); in GetNonLocalInfoForBlock()
1050 ValueIsLoadPair CacheKey(Pointer.getAddr(), isLoad); in getNonLocalPointerDepFromBB() local
1067 NonLocalPointerDeps.insert(std::make_pair(CacheKey, InitialNLPI)); in getNonLocalPointerDepFromBB()
1095 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB()
1119 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Inst, CacheKey); in getNonLocalPointerDepFromBB()
1387 NonLocalPointerInfo &NLPI = NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB()
1394 CacheInfo = &NonLocalPointerDeps[CacheKey]; in getNonLocalPointerDepFromBB()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tfr/integration/
Dnode_expansion_pass.cc66 orig_op->MutableAttrs()->CacheKey(orig_op->DeviceName()); in Run()
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp803 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format() local
805 auto CacheIt = PenaltyCache.find(CacheKey); in format()
902 PenaltyCache[CacheKey] = Penalty; in format()
/external/llvm-project/clang/lib/Format/
DUnwrappedLineFormatter.cpp1067 std::pair<const SmallVectorImpl<AnnotatedLine *> *, unsigned> CacheKey( in format() local
1069 auto CacheIt = PenaltyCache.find(CacheKey); in format()
1179 PenaltyCache[CacheKey] = Penalty; in format()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel.cc266 op_->MutableAttrs()->CacheKey(op_->DeviceName()); in BuildEagerOp()
/external/tensorflow/tensorflow/python/eager/
Dfunction.py153 CacheKey = collections.namedtuple("CacheKey", [ variable
3169 return CacheKey(hashable_input_signature, parent_graph, device_functions,
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...