| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | DenseMapInfo.h | 35 static inline T* getEmptyKey() { 54 static inline char getEmptyKey() { return ~0; } 64 static inline unsigned getEmptyKey() { return ~0U; } 74 static inline unsigned long getEmptyKey() { return ~0UL; } 86 static inline unsigned long long getEmptyKey() { return ~0ULL; } 99 static inline int getEmptyKey() { return 0x7fffffff; } 109 static inline long getEmptyKey() { 112 static inline long getTombstoneKey() { return getEmptyKey() - 1L; } 123 static inline long long getEmptyKey() { return 0x7fffffffffffffffLL; } 141 static inline Pair getEmptyKey() { [all …]
|
| HD | DenseMap.h | 102 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() 268 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() 283 const KeyT EmptyKey = getEmptyKey(); in initEmpty() 292 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() 329 if (!KeyInfoT::isEqual(getBuckets()[i].getFirst(), getEmptyKey()) && in copyFrom() 343 static const KeyT getEmptyKey() { in getEmptyKey() function 344 return KeyInfoT::getEmptyKey(); in getEmptyKey() 456 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() 480 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() 747 const KeyT EmptyKey = this->getEmptyKey(); in swap() [all …]
|
| HD | PointerUnion.h | 491 static inline Pair getEmptyKey() { 492 return Pair(FirstInfo::getEmptyKey());
|
| HD | ImmutableList.h | 207 static inline ImmutableList<T> getEmptyKey() {
|
| HD | PointerIntPair.h | 163 static Ty getEmptyKey() {
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | BaseSubobject.h | 56 static clang::BaseSubobject getEmptyKey() { 58 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(), 59 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
|
| HD | TypeOrdering.h | 41 static inline clang::QualType getEmptyKey() { return clang::QualType(); } 59 static inline clang::CanQualType getEmptyKey() {
|
| HD | CharUnits.h | 191 static clang::CharUnits getEmptyKey() { 193 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
|
| HD | GlobalDecl.h | 97 static inline clang::GlobalDecl getEmptyKey() {
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenTBAA.h | 130 static clang::CodeGen::TBAAPathTag getEmptyKey() { 132 DenseMapInfo<const clang::Type *>::getEmptyKey(), 133 DenseMapInfo<const MDNode *>::getEmptyKey(), 134 DenseMapInfo<uint64_t>::getEmptyKey());
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/PBQP/ |
| HD | CostAllocator.h | 49 static inline PoolEntry* getEmptyKey() { return nullptr; } in getEmptyKey() 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 | 82 static inline sampleprof::LineLocation getEmptyKey() { 83 return sampleprof::LineLocation(OffsetInfo::getEmptyKey(), 84 DiscriminatorInfo::getEmptyKey());
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | MemoryLocation.h | 125 static inline MemoryLocation getEmptyKey() { 126 return MemoryLocation(DenseMapInfo<const Value *>::getEmptyKey(), 0);
|
| HD | AliasSetTracker.h | 48 AAInfo(DenseMapInfo<AAMDNodes>::getEmptyKey()) {} in PointerRec() 63 if (AAInfo == DenseMapInfo<AAMDNodes>::getEmptyKey()) in updateSizeAndAAInfo() 77 if (AAInfo == DenseMapInfo<AAMDNodes>::getEmptyKey() || in getAAInfo()
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | EarlyCSE.cpp | 60 return Inst == DenseMapInfo<Instruction *>::getEmptyKey() || in isSentinel() 79 static inline SimpleValue getEmptyKey() { in getEmptyKey() function 80 return DenseMapInfo<Instruction *>::getEmptyKey(); in getEmptyKey() 207 return Inst == DenseMapInfo<Instruction *>::getEmptyKey() || in isSentinel() 226 static inline CallValue getEmptyKey() { in getEmptyKey() function 227 return DenseMapInfo<Instruction *>::getEmptyKey(); in getEmptyKey()
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | LLVMContextImpl.h | 50 static inline APInt getEmptyKey() { in getEmptyKey() function 69 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus, 1); } in getEmptyKey() function 98 static inline StructType* getEmptyKey() { in getEmptyKey() function 99 return DenseMapInfo<StructType*>::getEmptyKey(); in getEmptyKey() 113 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual() 145 static inline FunctionType* getEmptyKey() { in getEmptyKey() function 146 return DenseMapInfo<FunctionType*>::getEmptyKey(); in getEmptyKey() 161 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual() 863 static inline NodeTy *getEmptyKey() { 864 return DenseMapInfo<NodeTy *>::getEmptyKey(); [all …]
|
| HD | ConstantsContext.h | 525 static inline ConstantClass *getEmptyKey() { 526 return ConstantClassInfo::getEmptyKey(); 542 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | ValueHandle.h | 104 V != DenseMapInfo<Value *>::getEmptyKey() && in isValid() 239 static inline AssertingVH<T> getEmptyKey() { 241 Res.setRawValPtr(DenseMapInfo<Value *>::getEmptyKey());
|
| HD | ValueMap.h | 276 static inline VH getEmptyKey() { 277 return VH(DenseMapInfo<Value *>::getEmptyKey());
|
| /NextBSD/contrib/llvm/include/llvm/Linker/ |
| HD | Linker.h | 38 static StructType *getEmptyKey();
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | MachineInstr.h | 1213 static inline MachineInstr *getEmptyKey() { 1225 if (RHS == getEmptyKey() || RHS == getTombstoneKey() || 1226 LHS == getEmptyKey() || LHS == getTombstoneKey())
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | Local.cpp | 838 static PHINode *getEmptyKey() { in EliminateDuplicatePHINodes() function 839 return DenseMapInfo<PHINode *>::getEmptyKey(); in EliminateDuplicatePHINodes() 853 if (LHS == getEmptyKey() || LHS == getTombstoneKey() || in EliminateDuplicatePHINodes() 854 RHS == getEmptyKey() || RHS == getTombstoneKey()) in EliminateDuplicatePHINodes()
|
| HD | BypassSlowDivision.cpp | 56 static DivOpInfo getEmptyKey() { in getEmptyKey() function
|
| /NextBSD/contrib/llvm/lib/Linker/ |
| HD | LinkModules.cpp | 1658 StructType *Linker::StructTypeKeyInfo::getEmptyKey() { in getEmptyKey() function in Linker::StructTypeKeyInfo 1659 return DenseMapInfo<StructType *>::getEmptyKey(); in getEmptyKey() 1677 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual() 1684 if (RHS == getEmptyKey()) in isEqual() 1685 return LHS == getEmptyKey(); in isEqual()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/ |
| HD | ProgramPoint.h | 677 static inline clang::ProgramPoint getEmptyKey() { 679 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getEmptyKey()) & ~0x7;
|