Home
last modified time | relevance | path

Searched refs:getEmptyKey (Results 1 – 25 of 46) sorted by relevance

12

/NextBSD/contrib/llvm/include/llvm/ADT/
HDDenseMapInfo.h35 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 …]
HDDenseMap.h102 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 …]
HDPointerUnion.h491 static inline Pair getEmptyKey() {
492 return Pair(FirstInfo::getEmptyKey());
HDImmutableList.h207 static inline ImmutableList<T> getEmptyKey() {
HDPointerIntPair.h163 static Ty getEmptyKey() {
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDBaseSubobject.h56 static clang::BaseSubobject getEmptyKey() {
58 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(),
59 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
HDTypeOrdering.h41 static inline clang::QualType getEmptyKey() { return clang::QualType(); }
59 static inline clang::CanQualType getEmptyKey() {
HDCharUnits.h191 static clang::CharUnits getEmptyKey() {
193 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
HDGlobalDecl.h97 static inline clang::GlobalDecl getEmptyKey() {
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenTBAA.h130 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/
HDCostAllocator.h49 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/
HDSampleProf.h82 static inline sampleprof::LineLocation getEmptyKey() {
83 return sampleprof::LineLocation(OffsetInfo::getEmptyKey(),
84 DiscriminatorInfo::getEmptyKey());
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDMemoryLocation.h125 static inline MemoryLocation getEmptyKey() {
126 return MemoryLocation(DenseMapInfo<const Value *>::getEmptyKey(), 0);
HDAliasSetTracker.h48 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/
HDEarlyCSE.cpp60 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/
HDLLVMContextImpl.h50 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 …]
HDConstantsContext.h525 static inline ConstantClass *getEmptyKey() {
526 return ConstantClassInfo::getEmptyKey();
542 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
/NextBSD/contrib/llvm/include/llvm/IR/
HDValueHandle.h104 V != DenseMapInfo<Value *>::getEmptyKey() && in isValid()
239 static inline AssertingVH<T> getEmptyKey() {
241 Res.setRawValPtr(DenseMapInfo<Value *>::getEmptyKey());
HDValueMap.h276 static inline VH getEmptyKey() {
277 return VH(DenseMapInfo<Value *>::getEmptyKey());
/NextBSD/contrib/llvm/include/llvm/Linker/
HDLinker.h38 static StructType *getEmptyKey();
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineInstr.h1213 static inline MachineInstr *getEmptyKey() {
1225 if (RHS == getEmptyKey() || RHS == getTombstoneKey() ||
1226 LHS == getEmptyKey() || LHS == getTombstoneKey())
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDLocal.cpp838 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()
HDBypassSlowDivision.cpp56 static DivOpInfo getEmptyKey() { in getEmptyKey() function
/NextBSD/contrib/llvm/lib/Linker/
HDLinkModules.cpp1658 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/
HDProgramPoint.h677 static inline clang::ProgramPoint getEmptyKey() {
679 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getEmptyKey()) & ~0x7;

12