Home
last modified time | relevance | path

Searched refs:LookupBucketFor (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDenseMap.h134 return LookupBucketFor(Val, TheBucket); in count()
139 if (LookupBucketFor(Val, TheBucket)) in find()
145 if (LookupBucketFor(Val, TheBucket)) in find()
154 if (LookupBucketFor(Val, TheBucket)) in lookup()
164 if (LookupBucketFor(KV.first, TheBucket)) in insert()
184 if (!LookupBucketFor(Val, TheBucket)) in erase()
210 if (LookupBucketFor(Key, TheBucket)) in FindAndConstruct()
294 LookupBucketFor(Key, TheBucket); in InsertIntoBucket()
298 LookupBucketFor(Key, TheBucket); in InsertIntoBucket()
324 bool LookupBucketFor(const KeyT &Val, BucketT *&FoundBucket) const { in LookupBucketFor() function
[all …]
DStringMap.h88 unsigned LookupBucketFor(StringRef Key);
322 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert()
359 unsigned BucketNo = LookupBucketFor(Key); in GetOrCreateValue()
/external/llvm/include/llvm/ADT/
DDenseMap.h123 return LookupBucketFor(Val, TheBucket) ? 1 : 0; in count()
128 if (LookupBucketFor(Val, TheBucket)) in find()
134 if (LookupBucketFor(Val, TheBucket)) in find()
147 if (LookupBucketFor(Val, TheBucket)) in find_as()
154 if (LookupBucketFor(Val, TheBucket)) in find_as()
163 if (LookupBucketFor(Val, TheBucket)) in lookup()
173 if (LookupBucketFor(KV.first, TheBucket)) in insert()
188 if (LookupBucketFor(KV.first, TheBucket)) in insert()
209 if (LookupBucketFor(Val, TheBucket)) in insert_as()
230 if (!LookupBucketFor(Val, TheBucket)) in erase()
[all …]
DStringMap.h77 unsigned LookupBucketFor(StringRef Key);
345 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert()
374 unsigned BucketNo = LookupBucketFor(Key); in emplace_second()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h124 return LookupBucketFor(Val, TheBucket) ? 1 : 0; in count()
129 if (LookupBucketFor(Val, TheBucket)) in find()
135 if (LookupBucketFor(Val, TheBucket)) in find()
148 if (LookupBucketFor(Val, TheBucket)) in find_as()
155 if (LookupBucketFor(Val, TheBucket)) in find_as()
164 if (LookupBucketFor(Val, TheBucket)) in lookup()
189 if (LookupBucketFor(Key, TheBucket)) in try_emplace()
206 if (LookupBucketFor(Key, TheBucket)) in try_emplace()
225 if (LookupBucketFor(Val, TheBucket)) in insert_as()
245 if (!LookupBucketFor(Val, TheBucket)) in erase()
[all …]
DStringMap.h84 unsigned LookupBucketFor(StringRef Key);
349 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert()
378 unsigned BucketNo = LookupBucketFor(Key); in try_emplace()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DDenseMap.h143 return LookupBucketFor(Val, TheBucket) ? 1 : 0; in count()
148 if (LookupBucketFor(Val, TheBucket)) in find()
154 if (LookupBucketFor(Val, TheBucket)) in find()
167 if (LookupBucketFor(Val, TheBucket)) in find_as()
174 if (LookupBucketFor(Val, TheBucket)) in find_as()
183 if (LookupBucketFor(Val, TheBucket)) in lookup()
208 if (LookupBucketFor(Key, TheBucket)) in try_emplace()
227 if (LookupBucketFor(Key, TheBucket)) in try_emplace()
248 if (LookupBucketFor(Val, TheBucket)) in insert_as()
270 if (!LookupBucketFor(Val, TheBucket)) in erase()
[all …]
DStringMap.h82 unsigned LookupBucketFor(StringRef Key);
367 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert()
396 unsigned BucketNo = LookupBucketFor(Key); in try_emplace()
/external/swiftshader/third_party/LLVM/lib/Support/
DStringMap.cpp55 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor() function in StringMapImpl
/external/llvm/lib/Support/
DStringMap.cpp72 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor() function in StringMapImpl
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DStringMap.cpp78 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor() function in StringMapImpl
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringMap.cpp73 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor() function in StringMapImpl