| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | DenseMapInfo.h | 40 static inline T* getTombstoneKey() { 55 static inline char getTombstoneKey() { return ~0 - 1; } 65 static inline unsigned getTombstoneKey() { return ~0U - 1; } 75 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; } 87 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; } 100 static inline int getTombstoneKey() { return -0x7fffffff - 1; } 112 static inline long getTombstoneKey() { return getEmptyKey() - 1L; } 124 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; } 145 static inline Pair getTombstoneKey() { 146 return std::make_pair(FirstInfo::getTombstoneKey(), [all …]
|
| HD | 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 …]
|
| HD | PointerUnion.h | 494 static inline Pair getTombstoneKey() { 495 return Pair(FirstInfo::getTombstoneKey());
|
| HD | ImmutableList.h | 210 static inline ImmutableList<T> getTombstoneKey() {
|
| HD | PointerIntPair.h | 168 static Ty getTombstoneKey() {
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | BaseSubobject.h | 62 static clang::BaseSubobject getTombstoneKey() { 64 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(), 65 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
|
| HD | TypeOrdering.h | 43 static inline clang::QualType getTombstoneKey() { 63 static inline clang::CanQualType getTombstoneKey() {
|
| HD | CharUnits.h | 198 static clang::CharUnits getTombstoneKey() { 200 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
|
| HD | GlobalDecl.h | 101 static inline clang::GlobalDecl getTombstoneKey() {
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenTBAA.h | 137 static clang::CodeGen::TBAAPathTag getTombstoneKey() { 139 DenseMapInfo<const clang::Type *>::getTombstoneKey(), 140 DenseMapInfo<const MDNode *>::getTombstoneKey(), 141 DenseMapInfo<uint64_t>::getTombstoneKey());
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/PBQP/ |
| HD | 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()
|
| /NextBSD/contrib/llvm/include/llvm/ProfileData/ |
| HD | SampleProf.h | 86 static inline sampleprof::LineLocation getTombstoneKey() { 87 return sampleprof::LineLocation(OffsetInfo::getTombstoneKey(), 88 DiscriminatorInfo::getTombstoneKey());
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | MemoryLocation.h | 128 static inline MemoryLocation getTombstoneKey() { 129 return MemoryLocation(DenseMapInfo<const Value *>::getTombstoneKey(), 0);
|
| HD | AliasSetTracker.h | 68 AAInfo = DenseMapInfo<AAMDNodes>::getTombstoneKey(); in updateSizeAndAAInfo() 78 AAInfo == DenseMapInfo<AAMDNodes>::getTombstoneKey()) in getAAInfo()
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | EarlyCSE.cpp | 61 Inst == DenseMapInfo<Instruction *>::getTombstoneKey(); in isSentinel() 82 static inline SimpleValue getTombstoneKey() { in getTombstoneKey() function 83 return DenseMapInfo<Instruction *>::getTombstoneKey(); in getTombstoneKey() 208 Inst == DenseMapInfo<Instruction *>::getTombstoneKey(); in isSentinel() 229 static inline CallValue getTombstoneKey() { in getTombstoneKey() function 230 return DenseMapInfo<Instruction *>::getTombstoneKey(); in getTombstoneKey()
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | 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() 866 static inline NodeTy *getTombstoneKey() { 867 return DenseMapInfo<NodeTy *>::getTombstoneKey(); [all …]
|
| HD | ConstantsContext.h | 528 static inline ConstantClass *getTombstoneKey() { 529 return ConstantClassInfo::getTombstoneKey(); 542 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | ValueHandle.h | 105 V != DenseMapInfo<Value *>::getTombstoneKey(); in isValid() 244 static inline AssertingVH<T> getTombstoneKey() { 246 Res.setRawValPtr(DenseMapInfo<Value *>::getTombstoneKey());
|
| HD | ValueMap.h | 279 static inline VH getTombstoneKey() { 280 return VH(DenseMapInfo<Value *>::getTombstoneKey());
|
| /NextBSD/contrib/llvm/include/llvm/Linker/ |
| HD | Linker.h | 39 static StructType *getTombstoneKey();
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | MachineInstr.h | 1217 static inline MachineInstr *getTombstoneKey() { 1225 if (RHS == getEmptyKey() || RHS == getTombstoneKey() || 1226 LHS == getEmptyKey() || LHS == getTombstoneKey())
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | Local.cpp | 841 static PHINode *getTombstoneKey() { in EliminateDuplicatePHINodes() function 842 return DenseMapInfo<PHINode *>::getTombstoneKey(); in EliminateDuplicatePHINodes() 853 if (LHS == getEmptyKey() || LHS == getTombstoneKey() || in EliminateDuplicatePHINodes() 854 RHS == getEmptyKey() || RHS == getTombstoneKey()) in EliminateDuplicatePHINodes()
|
| HD | BypassSlowDivision.cpp | 60 static DivOpInfo getTombstoneKey() { in getTombstoneKey() function
|
| /NextBSD/contrib/llvm/lib/Linker/ |
| HD | LinkModules.cpp | 1662 StructType *Linker::StructTypeKeyInfo::getTombstoneKey() { in getTombstoneKey() function in Linker::StructTypeKeyInfo 1663 return DenseMapInfo<StructType *>::getTombstoneKey(); in getTombstoneKey() 1677 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual() 1687 if (RHS == getTombstoneKey()) in isEqual() 1688 return LHS == getTombstoneKey(); in isEqual()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/ |
| HD | ProgramPoint.h | 683 static inline clang::ProgramPoint getTombstoneKey() { 685 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getTombstoneKey()) & ~0x7;
|