/external/llvm/include/llvm/ADT/ |
D | DenseMapInfo.h | 41 static inline T* getTombstoneKey() { 56 static inline char getTombstoneKey() { return ~0 - 1; } 66 static inline unsigned getTombstoneKey() { return ~0U - 1; } 76 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; } 88 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; } 101 static inline int getTombstoneKey() { return -0x7fffffff - 1; } 113 static inline long getTombstoneKey() { return getEmptyKey() - 1L; } 125 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; } 146 static inline Pair getTombstoneKey() { 147 return std::make_pair(FirstInfo::getTombstoneKey(), [all …]
|
D | DenseMap.h | 102 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() 212 TheBucket->getFirst() = getTombstoneKey(); in erase() 220 TheBucket->getFirst() = getTombstoneKey(); in erase() 268 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() 293 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() 330 !KeyInfoT::isEqual(getBuckets()[i].getFirst(), getTombstoneKey())) in copyFrom() 346 static const KeyT getTombstoneKey() { in getTombstoneKey() function 347 return KeyInfoT::getTombstoneKey(); in getTombstoneKey() 481 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() 748 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() [all …]
|
D | PointerUnion.h | 494 static inline Pair getTombstoneKey() { 495 return Pair(FirstInfo::getTombstoneKey());
|
D | PointerIntPair.h | 171 static Ty getTombstoneKey() {
|
D | ImmutableList.h | 210 static inline ImmutableList<T> getTombstoneKey() {
|
/external/clang/include/clang/AST/ |
D | BaseSubobject.h | 62 static clang::BaseSubobject getTombstoneKey() { 64 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(), 65 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
|
D | TypeOrdering.h | 43 static inline clang::QualType getTombstoneKey() { 63 static inline clang::CanQualType getTombstoneKey() {
|
D | ASTTypeTraits.h | 100 static inline ASTNodeKind getTombstoneKey() { in getTombstoneKey() function 332 static inline DynTypedNode getTombstoneKey() { 334 Node.NodeKind = ASTNodeKind::DenseMapInfo::getTombstoneKey(); 357 auto TombStone = ASTNodeKind::DenseMapInfo::getTombstoneKey();
|
D | CharUnits.h | 216 static clang::CharUnits getTombstoneKey() { 218 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
|
D | GlobalDecl.h | 101 static inline clang::GlobalDecl getTombstoneKey() {
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.h | 137 static clang::CodeGen::TBAAPathTag getTombstoneKey() { 139 DenseMapInfo<const clang::Type *>::getTombstoneKey(), 140 DenseMapInfo<const MDNode *>::getTombstoneKey(), 141 DenseMapInfo<uint64_t>::getTombstoneKey());
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | CostAllocator.h | 51 static inline PoolEntry* getTombstoneKey() { in getTombstoneKey() function 76 if (P == getEmptyKey() || P == getTombstoneKey()) in isEqual() 82 if (P1 == getEmptyKey() || P1 == getTombstoneKey()) in isEqual()
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryLocation.h | 128 static inline MemoryLocation getTombstoneKey() { 129 return MemoryLocation(DenseMapInfo<const Value *>::getTombstoneKey(), 0);
|
D | AliasSetTracker.h | 69 AAInfo = DenseMapInfo<AAMDNodes>::getTombstoneKey(); in updateSizeAndAAInfo() 79 AAInfo == DenseMapInfo<AAMDNodes>::getTombstoneKey()) in getAAInfo()
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.h | 55 static inline APInt getTombstoneKey() { in getTombstoneKey() function 70 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus, 2); } in getTombstoneKey() function 101 static inline StructType* getTombstoneKey() { in getTombstoneKey() function 102 return DenseMapInfo<StructType*>::getTombstoneKey(); in getTombstoneKey() 113 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual() 148 static inline FunctionType* getTombstoneKey() { in getTombstoneKey() function 149 return DenseMapInfo<FunctionType*>::getTombstoneKey(); in getTombstoneKey() 161 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual() 844 static inline NodeTy *getTombstoneKey() { 845 return DenseMapInfo<NodeTy *>::getTombstoneKey(); [all …]
|
D | ConstantsContext.h | 561 static inline ConstantClass *getTombstoneKey() { 562 return ConstantClassInfo::getTombstoneKey(); 575 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 62 Inst == DenseMapInfo<Instruction *>::getTombstoneKey(); in isSentinel() 83 static inline SimpleValue getTombstoneKey() { in getTombstoneKey() function 84 return DenseMapInfo<Instruction *>::getTombstoneKey(); in getTombstoneKey() 209 Inst == DenseMapInfo<Instruction *>::getTombstoneKey(); in isSentinel() 230 static inline CallValue getTombstoneKey() { in getTombstoneKey() function 231 return DenseMapInfo<Instruction *>::getTombstoneKey(); in getTombstoneKey()
|
/external/llvm/include/llvm/IR/ |
D | ValueHandle.h | 109 V != DenseMapInfo<Value *>::getTombstoneKey(); in isValid() 250 static inline AssertingVH<T> getTombstoneKey() { 252 Res.setRawValPtr(DenseMapInfo<Value *>::getTombstoneKey());
|
D | ValueMap.h | 279 static inline VH getTombstoneKey() { 280 return VH(DenseMapInfo<Value *>::getTombstoneKey());
|
/external/llvm/unittests/ADT/ |
D | DenseSetTest.cpp | 32 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey() function
|
D | DenseMapTest.cpp | 63 static inline CtorTester getTombstoneKey() { return CtorTester(-2); } in getTombstoneKey() function 371 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey() function 410 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey() function
|
/external/llvm/include/llvm/Linker/ |
D | IRMover.h | 35 static StructType *getTombstoneKey();
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 1420 static inline TargetInstrInfo::RegSubRegPair getTombstoneKey() { 1421 return TargetInstrInfo::RegSubRegPair(RegInfo::getTombstoneKey(), 1422 RegInfo::getTombstoneKey());
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1233 static inline MachineInstr *getTombstoneKey() { 1241 if (RHS == getEmptyKey() || RHS == getTombstoneKey() || 1242 LHS == getEmptyKey() || LHS == getTombstoneKey())
|
/external/clang/include/clang/Serialization/ |
D | ASTBitCodes.h | 111 static inline QualType getTombstoneKey() { in getTombstoneKey() function 1591 static clang::serialization::DeclarationNameKey getTombstoneKey() {
|