/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | DenseMap.h | 134 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 …]
|
D | StringMap.h | 88 unsigned LookupBucketFor(StringRef Key); 322 unsigned BucketNo = LookupBucketFor(KeyValue->getKey()); in insert() 359 unsigned BucketNo = LookupBucketFor(Key); in GetOrCreateValue()
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 123 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 …]
|
D | StringMap.h | 77 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/ |
D | DenseMap.h | 124 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 …]
|
D | StringMap.h | 84 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/ |
D | DenseMap.h | 143 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 …]
|
D | StringMap.h | 82 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/ |
D | StringMap.cpp | 55 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor() function in StringMapImpl
|
/external/llvm/lib/Support/ |
D | StringMap.cpp | 72 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor() function in StringMapImpl
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | StringMap.cpp | 78 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor() function in StringMapImpl
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | StringMap.cpp | 73 unsigned StringMapImpl::LookupBucketFor(StringRef Name) { in LookupBucketFor() function in StringMapImpl
|