Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DDenseMapInfo.h33 static inline T* getEmptyKey() {
52 static inline char getEmptyKey() { return ~0; }
62 static inline unsigned getEmptyKey() { return ~0U; }
72 static inline unsigned long getEmptyKey() { return ~0UL; }
84 static inline unsigned long long getEmptyKey() { return ~0ULL; }
97 static inline int getEmptyKey() { return 0x7fffffff; }
107 static inline long getEmptyKey() {
110 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
121 static inline long long getEmptyKey() { return 0x7fffffffffffffffLL; }
139 static inline Pair getEmptyKey() {
[all …]
H A DDenseMap.h98 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear()
260 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll()
279 const KeyT EmptyKey = getEmptyKey(); in initEmpty()
288 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets()
331 if (!KeyInfoT::isEqual(getBuckets()[i].getFirst(), getEmptyKey()) && in copyFrom()
350 static const KeyT getEmptyKey() { in getEmptyKey() function
351 return KeyInfoT::getEmptyKey(); in getEmptyKey()
460 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl()
484 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor()
749 const KeyT EmptyKey = this->getEmptyKey(); in swap()
[all …]
H A DImmutableList.h207 static inline ImmutableList<T> getEmptyKey() {
H A DPointerIntPair.h163 static Ty getEmptyKey() {
H A DPointerUnion.h485 static inline Pair getEmptyKey() {
486 return Pair(FirstInfo::getEmptyKey());
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h49 static inline APInt getEmptyKey() { in getEmptyKey() function
68 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus, 1); } in getEmptyKey() function
97 static inline StructType* getEmptyKey() { in getEmptyKey() function
98 return DenseMapInfo<StructType*>::getEmptyKey(); in getEmptyKey()
112 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
144 static inline FunctionType* getEmptyKey() { in getEmptyKey() function
145 return DenseMapInfo<FunctionType*>::getEmptyKey(); in getEmptyKey()
160 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
186 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
200 static inline MDTuple *getEmptyKey() { in getEmptyKey() function
[all …]
H A DConstantsContext.h521 static inline ConstantClass *getEmptyKey() {
522 return ConstantClassInfo::getEmptyKey();
538 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DBaseSubobject.h56 static clang::BaseSubobject getEmptyKey() {
58 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(),
59 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
H A DTypeOrdering.h41 static inline clang::QualType getEmptyKey() { return clang::QualType(); }
59 static inline clang::CanQualType getEmptyKey() {
H A DCharUnits.h191 static clang::CharUnits getEmptyKey() {
193 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
H A DGlobalDecl.h97 static inline clang::GlobalDecl getEmptyKey() {
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.h130 static clang::CodeGen::TBAAPathTag getEmptyKey() {
132 DenseMapInfo<const clang::Type *>::getEmptyKey(),
133 DenseMapInfo<const MDNode *>::getEmptyKey(),
134 DenseMapInfo<uint64_t>::getEmptyKey());
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.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()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProf.h82 static inline sampleprof::LineLocation getEmptyKey() {
83 return sampleprof::LineLocation(OffsetInfo::getEmptyKey(),
84 DiscriminatorInfo::getEmptyKey());
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp62 return Inst == DenseMapInfo<Instruction*>::getEmptyKey() || in isSentinel()
81 static inline SimpleValue getEmptyKey() { in getEmptyKey() function
82 return DenseMapInfo<Instruction*>::getEmptyKey(); in getEmptyKey()
205 return Inst == DenseMapInfo<Instruction*>::getEmptyKey() || in isSentinel()
224 static inline CallValue getEmptyKey() { in getEmptyKey() function
225 return DenseMapInfo<Instruction*>::getEmptyKey(); in getEmptyKey()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DValueHandle.h104 V != DenseMapInfo<Value *>::getEmptyKey() && in isValid()
237 static inline AssertingVH<T> getEmptyKey() {
239 Res.setRawValPtr(DenseMapInfo<Value *>::getEmptyKey());
H A DValueMap.h273 static inline VH getEmptyKey() {
274 return VH(DenseMapInfo<Value *>::getEmptyKey());
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DDenseSetTest.cpp31 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
H A DDenseMapTest.cpp61 static inline CtorTester getEmptyKey() { return CtorTester(-1); } in getEmptyKey() function
328 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
367 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h48 AAInfo(DenseMapInfo<AAMDNodes>::getEmptyKey()) {} in PointerRec()
63 if (AAInfo == DenseMapInfo<AAMDNodes>::getEmptyKey()) in updateSizeAndAAInfo()
77 if (AAInfo == DenseMapInfo<AAMDNodes>::getEmptyKey() || in getAAInfo()
H A DAliasAnalysis.h573 static inline AliasAnalysis::Location getEmptyKey() {
574 return AliasAnalysis::Location(DenseMapInfo<const Value *>::getEmptyKey(),
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Linker/
H A DLinker.h38 static StructType *getEmptyKey();
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1211 static inline MachineInstr *getEmptyKey() {
1223 if (RHS == getEmptyKey() || RHS == getTombstoneKey() ||
1224 LHS == getEmptyKey() || LHS == getTombstoneKey())
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp56 static DivOpInfo getEmptyKey() { in getEmptyKey() function
/minix3/external/bsd/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp1625 StructType *Linker::StructTypeKeyInfo::getEmptyKey() { in getEmptyKey() function in Linker::StructTypeKeyInfo
1626 return DenseMapInfo<StructType *>::getEmptyKey(); in getEmptyKey()
1644 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
1651 if (RHS == getEmptyKey()) in isEqual()
1652 return LHS == getEmptyKey(); in isEqual()

12