/external/llvm/include/llvm/ADT/ |
D | DenseMapInfo.h | 38 static inline T* getTombstoneKey() { 53 static inline char getTombstoneKey() { return ~0 - 1; } 63 static inline unsigned getTombstoneKey() { return ~0U - 1; } 73 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; } 85 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; } 98 static inline int getTombstoneKey() { return -0x7fffffff - 1; } 110 static inline long getTombstoneKey() { return getEmptyKey() - 1L; } 122 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; } 143 static inline Pair getTombstoneKey() { 144 return std::make_pair(FirstInfo::getTombstoneKey(), [all …]
|
D | DenseMap.h | 89 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() 195 TheBucket->first = getTombstoneKey(); in erase() 203 TheBucket->first = getTombstoneKey(); in erase() 251 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() 280 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() 320 !KeyInfoT::isEqual(getBuckets()[i].first, getTombstoneKey())) in copyFrom() 340 static const KeyT getTombstoneKey() { in getTombstoneKey() function 341 return KeyInfoT::getTombstoneKey(); in getTombstoneKey() 472 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() 736 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() [all …]
|
D | PointerUnion.h | 488 static inline Pair getTombstoneKey() { 489 return Pair(FirstInfo::getTombstoneKey());
|
D | ImmutableList.h | 210 static inline ImmutableList<T> getTombstoneKey() {
|
D | PointerIntPair.h | 168 static Ty getTombstoneKey() {
|
/external/llvm/lib/IR/ |
D | LLVMContextImpl.h | 63 static inline KeyTy getTombstoneKey() { return KeyTy(APInt(1,1), nullptr); } in getTombstoneKey() function 89 static inline KeyTy getTombstoneKey() { in getTombstoneKey() function 123 static inline StructType* getTombstoneKey() { in getTombstoneKey() function 124 return DenseMapInfo<StructType*>::getTombstoneKey(); in getTombstoneKey() 135 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual() 171 static inline FunctionType* getTombstoneKey() { in getTombstoneKey() function 172 return DenseMapInfo<FunctionType*>::getTombstoneKey(); in getTombstoneKey() 184 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
|
D | ConstantsContext.h | 655 static inline ConstantClass* getTombstoneKey() { 656 return ConstantClassInfo::getTombstoneKey(); 673 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
|
/external/clang/include/clang/AST/ |
D | BaseSubobject.h | 62 static clang::BaseSubobject getTombstoneKey() { 64 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(), 65 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
|
D | TypeOrdering.h | 43 static inline clang::QualType getTombstoneKey() { 63 static inline clang::CanQualType getTombstoneKey() {
|
D | CharUnits.h | 198 static clang::CharUnits getTombstoneKey() { 200 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
|
D | GlobalDecl.h | 101 static inline clang::GlobalDecl getTombstoneKey() {
|
/external/llvm/include/llvm/IR/ |
D | DebugLoc.h | 42 static DebugLoc getTombstoneKey() { 117 static DebugLoc getTombstoneKey() { return DebugLoc::getTombstoneKey(); }
|
D | ValueHandle.h | 111 V != DenseMapInfo<Value *>::getTombstoneKey(); in isValid() 245 static inline T* getTombstoneKey() { 246 return AssertingVH<T>(PointerInfo::getTombstoneKey());
|
D | ValueMap.h | 261 static inline VH getTombstoneKey() { 262 return VH(PointerInfo::getTombstoneKey(), nullptr);
|
D | Attributes.h | 375 static inline AttributeSet getTombstoneKey() {
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.h | 137 static clang::CodeGen::TBAAPathTag getTombstoneKey() { 139 DenseMapInfo<const clang::Type *>::getTombstoneKey(), 140 DenseMapInfo<const MDNode *>::getTombstoneKey(), 141 DenseMapInfo<uint64_t>::getTombstoneKey());
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 59 Inst == DenseMapInfo<Instruction*>::getTombstoneKey(); in isSentinel() 80 static inline SimpleValue getTombstoneKey() { in getTombstoneKey() function 81 return DenseMapInfo<Instruction*>::getTombstoneKey(); in getTombstoneKey() 202 Inst == DenseMapInfo<Instruction*>::getTombstoneKey(); in isSentinel() 223 static inline CallValue getTombstoneKey() { in getTombstoneKey() function 224 return DenseMapInfo<Instruction*>::getTombstoneKey(); in getTombstoneKey()
|
D | SampleProfile.cpp | 92 static inline InstructionLocation getTombstoneKey() { in getTombstoneKey() function 93 return InstructionLocation(OffsetInfo::getTombstoneKey(), in getTombstoneKey() 94 DiscriminatorInfo::getTombstoneKey()); in getTombstoneKey()
|
/external/llvm/unittests/ADT/ |
D | DenseMapTest.cpp | 62 static inline CtorTester getTombstoneKey() { return CtorTester(-2); } in getTombstoneKey() function 324 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey() function 363 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey() function
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 1153 static inline MachineInstr *getTombstoneKey() { 1161 if (RHS == getEmptyKey() || RHS == getTombstoneKey() || 1162 LHS == getEmptyKey() || LHS == getTombstoneKey())
|
/external/llvm/include/llvm/Analysis/ |
D | AliasSetTracker.h | 67 TBAAInfo = DenseMapInfo<const MDNode *>::getTombstoneKey(); in updateSizeAndTBAAInfo() 77 TBAAInfo == DenseMapInfo<const MDNode *>::getTombstoneKey()) in getTBAAInfo()
|
D | AliasAnalysis.h | 573 static inline AliasAnalysis::Location getTombstoneKey() { 575 AliasAnalysis::Location(DenseMapInfo<const Value *>::getTombstoneKey(),
|
/external/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 60 static DivOpInfo getTombstoneKey() { in getTombstoneKey() function
|
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 683 static inline clang::ProgramPoint getTombstoneKey() { 685 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getTombstoneKey()) & ~0x7;
|
/external/clang/include/clang/Basic/ |
D | SourceLocation.h | 405 static inline clang::FileID getTombstoneKey() {
|