Home
last modified time | relevance | path

Searched defs:TombstoneKey (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/ADT/
DDenseMap.h104 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
290 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
326 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
526 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
794 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local
909 const KeyT TombstoneKey = this->getTombstoneKey(); in grow() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h105 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
305 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
341 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
524 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
794 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local
909 const KeyT TombstoneKey = this->getTombstoneKey(); in grow() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMap.h121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
334 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
370 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
591 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
909 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local
1021 const KeyT TombstoneKey = this->getTombstoneKey(); in grow() local
/external/llvm-project/llvm/include/llvm/ADT/
DDenseMap.h121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
363 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
399 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
620 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
938 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local
1050 const KeyT TombstoneKey = this->getTombstoneKey(); in grow() local
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h78 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
/external/llvm-project/llvm/unittests/Support/
DReverseIterationTest.cpp69 static PtrLikeInt TombstoneKey; in getTombstoneKey() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DAttributor.h452 static const IRPosition TombstoneKey; member
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DAttributor.h541 static const IRPosition TombstoneKey; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp481 const IRPosition IRPosition::TombstoneKey(256); member in IRPosition