Home
last modified time | relevance | path

Searched defs:TombstoneKey (Results 1 – 8 of 8) 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
306 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
342 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
525 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
795 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local
910 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
335 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
371 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
592 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
910 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local
1022 const KeyT TombstoneKey = this->getTombstoneKey(); in grow() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DDenseMap.h121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
364 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
400 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local
621 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local
944 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local
1056 const KeyT TombstoneKey = this->getTombstoneKey(); in grow() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DAttributes.h93 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DAttributor.h452 static const IRPosition TombstoneKey; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp698 auto TombstoneKey = DenseMapInfo<int64_t>::getTombstoneKey(); in getTombstoneKey() local
3453 static ReachabilityQueryInfo<ToTy> TombstoneKey; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp481 const IRPosition IRPosition::TombstoneKey(256); member in IRPosition