/external/llvm/include/llvm/ADT/ |
D | DenseMapInfo.h | 33 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 …]
|
D | DenseMap.h | 102 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() 268 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() 287 const KeyT EmptyKey = getEmptyKey(); in initEmpty() 296 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() 339 if (!KeyInfoT::isEqual(getBuckets()[i].getFirst(), getEmptyKey()) && in copyFrom() 353 static const KeyT getEmptyKey() { in getEmptyKey() function 354 return KeyInfoT::getEmptyKey(); in getEmptyKey() 466 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() 490 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() 757 const KeyT EmptyKey = this->getEmptyKey(); in swap() [all …]
|
D | PointerUnion.h | 491 static inline Pair getEmptyKey() { 492 return Pair(FirstInfo::getEmptyKey());
|
D | PointerIntPair.h | 163 static Ty getEmptyKey() {
|
D | ImmutableList.h | 207 static inline ImmutableList<T> getEmptyKey() {
|
/external/clang/include/clang/AST/ |
D | BaseSubobject.h | 56 static clang::BaseSubobject getEmptyKey() { 58 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(), 59 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
|
D | TypeOrdering.h | 41 static inline clang::QualType getEmptyKey() { return clang::QualType(); } 59 static inline clang::CanQualType getEmptyKey() {
|
D | CharUnits.h | 191 static clang::CharUnits getEmptyKey() { 193 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
|
D | GlobalDecl.h | 97 static inline clang::GlobalDecl getEmptyKey() {
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.h | 130 static clang::CodeGen::TBAAPathTag getEmptyKey() { 132 DenseMapInfo<const clang::Type *>::getEmptyKey(), 133 DenseMapInfo<const MDNode *>::getEmptyKey(), 134 DenseMapInfo<uint64_t>::getEmptyKey());
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | 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()
|
/external/llvm/include/llvm/ProfileData/ |
D | SampleProf.h | 82 static inline sampleprof::LineLocation getEmptyKey() { 83 return sampleprof::LineLocation(OffsetInfo::getEmptyKey(), 84 DiscriminatorInfo::getEmptyKey());
|
/external/llvm/lib/IR/ |
D | 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() 832 static inline NodeTy *getEmptyKey() { 833 return DenseMapInfo<NodeTy *>::getEmptyKey(); [all …]
|
D | ConstantsContext.h | 521 static inline ConstantClass *getEmptyKey() { 522 return ConstantClassInfo::getEmptyKey(); 538 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
|
/external/llvm/lib/Transforms/Scalar/ |
D | 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()
|
/external/llvm/include/llvm/IR/ |
D | ValueHandle.h | 104 V != DenseMapInfo<Value *>::getEmptyKey() && in isValid() 237 static inline AssertingVH<T> getEmptyKey() { 239 Res.setRawValPtr(DenseMapInfo<Value *>::getEmptyKey());
|
D | ValueMap.h | 276 static inline VH getEmptyKey() { 277 return VH(DenseMapInfo<Value *>::getEmptyKey());
|
/external/llvm/include/llvm/Analysis/ |
D | 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()
|
D | AliasAnalysis.h | 603 static inline AliasAnalysis::Location getEmptyKey() { 604 return AliasAnalysis::Location(DenseMapInfo<const Value *>::getEmptyKey(),
|
/external/llvm/unittests/ADT/ |
D | DenseMapTest.cpp | 62 static inline CtorTester getEmptyKey() { return CtorTester(-1); } in getEmptyKey() function 329 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function 368 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
|
D | DenseSetTest.cpp | 31 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
|
/external/llvm/include/llvm/Linker/ |
D | Linker.h | 38 static StructType *getEmptyKey();
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1220 static inline MachineInstr *getEmptyKey() { 1232 if (RHS == getEmptyKey() || RHS == getTombstoneKey() || 1233 LHS == getEmptyKey() || LHS == getTombstoneKey())
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 1637 StructType *Linker::StructTypeKeyInfo::getEmptyKey() { in getEmptyKey() function in Linker::StructTypeKeyInfo 1638 return DenseMapInfo<StructType *>::getEmptyKey(); in getEmptyKey() 1656 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual() 1663 if (RHS == getEmptyKey()) in isEqual() 1664 return LHS == getEmptyKey(); in isEqual()
|
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 677 static inline clang::ProgramPoint getEmptyKey() { 679 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getEmptyKey()) & ~0x7;
|