Searched refs:TombstoneKey (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | DenseMap.h | 67 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in ~DenseMap() local 70 !KeyInfoT::isEqual(P->first, TombstoneKey)) in ~DenseMap() 117 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local 120 if (!KeyInfoT::isEqual(P->first, TombstoneKey)) { in clear() 241 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in CopyFrom() local 244 !KeyInfoT::isEqual(P->first, TombstoneKey)) in CopyFrom() 337 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local 339 !KeyInfoT::isEqual(Val, TombstoneKey) && in LookupBucketFor() 362 if (KeyInfoT::isEqual(ThisBucket->first, TombstoneKey) && !FoundTombstone) in LookupBucketFor() 409 const KeyT TombstoneKey = getTombstoneKey(); in grow() local [all …]
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 104 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local 108 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear() 290 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local 293 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll() 326 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local 329 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets() 526 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local 528 !KeyInfoT::isEqual(Val, TombstoneKey) && in LookupBucketFor() 552 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) && in LookupBucketFor() 794 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 105 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local 109 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear() 305 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local 308 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll() 341 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local 344 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets() 524 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local 526 !KeyInfoT::isEqual(Val, TombstoneKey) && in LookupBucketFor() 550 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) && in LookupBucketFor() 794 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 118 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local 127 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { in clear() 330 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local 333 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) in destroyAll() 366 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local 369 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { in moveFromOldBuckets() 586 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local 588 !KeyInfoT::isEqual(Val, TombstoneKey) && in LookupBucketFor() 612 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) && in LookupBucketFor() 861 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | ReverseIterationTest.cpp | 70 static PtrLikeInt TombstoneKey; in getTombstoneKey() local 71 return &TombstoneKey; in getTombstoneKey()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 99 static const ComparableFunction TombstoneKey; member in __anon382367a50111::ComparableFunction 127 const ComparableFunction ComparableFunction::TombstoneKey = member in __anon382367a50111::ComparableFunction 140 return ComparableFunction::TombstoneKey; in getTombstoneKey()
|