Searched refs:getTombstoneKey (Results 1 - 25 of 43) sorted by relevance

12

/external/llvm/include/llvm/ADT/
H A DDenseMapInfo.h25 //static inline T getTombstoneKey();
38 static inline T* getTombstoneKey() { function in struct:llvm::DenseMapInfo
53 static inline char getTombstoneKey() { return ~0 - 1; } function in struct:llvm::DenseMapInfo
63 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:llvm::DenseMapInfo
73 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; } function in struct:llvm::DenseMapInfo
85 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; } function in struct:llvm::DenseMapInfo
98 static inline int getTombstoneKey() { return -0x7fffffff - 1; } function in struct:llvm::DenseMapInfo
110 static inline long getTombstoneKey() { return getEmptyKey() - 1L; } function in struct:llvm::DenseMapInfo
122 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; } function in struct:llvm::DenseMapInfo
143 static inline Pair getTombstoneKey() { function in struct:llvm::DenseMapInfo
[all...]
H A DDenseMap.h89 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
195 TheBucket->first = getTombstoneKey();
203 TheBucket->first = getTombstoneKey();
251 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
280 const KeyT TombstoneKey = getTombstoneKey();
320 !KeyInfoT::isEqual(getBuckets()[i].first, getTombstoneKey()))
340 static const KeyT getTombstoneKey() { function in class:llvm::DenseMapBase
341 return KeyInfoT::getTombstoneKey();
472 const KeyT TombstoneKey = getTombstoneKey();
736 const KeyT TombstoneKey = this->getTombstoneKey();
[all...]
H A DPointerUnion.h488 static inline Pair getTombstoneKey() { function in struct:llvm::DenseMapInfo
489 return Pair(FirstInfo::getTombstoneKey());
H A DImmutableList.h210 static inline ImmutableList<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DPointerIntPair.h168 static Ty getTombstoneKey() {
/external/clang/include/clang/AST/
H A DBaseSubobject.h62 static clang::BaseSubobject getTombstoneKey() { function in struct:llvm::DenseMapInfo
64 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(),
65 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
H A DTypeOrdering.h43 static inline clang::QualType getTombstoneKey() { function in struct:llvm::DenseMapInfo
63 static inline clang::CanQualType getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DCharUnits.h198 static clang::CharUnits getTombstoneKey() { function in struct:llvm::DenseMapInfo
200 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
H A DGlobalDecl.h101 static inline clang::GlobalDecl getTombstoneKey() { function in struct:llvm::DenseMapInfo
/external/llvm/include/llvm/IR/
H A DDebugLoc.h40 /// getTombstoneKey() - A private constructor that returns an unknown that
42 static DebugLoc getTombstoneKey() { function in class:llvm::DebugLoc
117 static DebugLoc getTombstoneKey() { return DebugLoc::getTombstoneKey(); } function in struct:llvm::DenseMapInfo
H A DValueHandle.h111 V != DenseMapInfo<Value *>::getTombstoneKey();
245 static inline T* getTombstoneKey() { function in struct:llvm::DenseMapInfo
246 return AssertingVH<T>(PointerInfo::getTombstoneKey());
H A DValueMap.h261 static inline VH getTombstoneKey() { function in struct:llvm::DenseMapInfo
262 return VH(PointerInfo::getTombstoneKey(), nullptr);
H A DAttributes.h375 static inline AttributeSet getTombstoneKey() { function in struct:llvm::AttributeSet::DenseMapInfo
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.h137 static clang::CodeGen::TBAAPathTag getTombstoneKey() { function in struct:llvm::DenseMapInfo
139 DenseMapInfo<const clang::Type *>::getTombstoneKey(),
140 DenseMapInfo<const MDNode *>::getTombstoneKey(),
141 DenseMapInfo<uint64_t>::getTombstoneKey());
/external/llvm/lib/IR/
H A DLLVMContextImpl.h63 static inline KeyTy getTombstoneKey() { return KeyTy(APInt(1,1), nullptr); } function in struct:llvm::DenseMapAPIntKeyInfo
89 static inline KeyTy getTombstoneKey() { function in struct:llvm::DenseMapAPFloatKeyInfo
123 static inline StructType* getTombstoneKey() { function in struct:llvm::AnonStructTypeKeyInfo
124 return DenseMapInfo<StructType*>::getTombstoneKey();
135 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
171 static inline FunctionType* getTombstoneKey() { function in struct:llvm::FunctionTypeKeyInfo
172 return DenseMapInfo<FunctionType*>::getTombstoneKey();
184 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
H A DConstantsContext.h655 static inline ConstantClass* getTombstoneKey() { function in struct:llvm::ConstantAggrUniqueMap::MapInfo
656 return ConstantClassInfo::getTombstoneKey();
673 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp59 Inst == DenseMapInfo<Instruction*>::getTombstoneKey();
80 static inline SimpleValue getTombstoneKey() { function in struct:llvm::DenseMapInfo
81 return DenseMapInfo<Instruction*>::getTombstoneKey();
202 Inst == DenseMapInfo<Instruction*>::getTombstoneKey();
223 static inline CallValue getTombstoneKey() { function in struct:llvm::DenseMapInfo
224 return DenseMapInfo<Instruction*>::getTombstoneKey();
H A DSampleProfile.cpp92 static inline InstructionLocation getTombstoneKey() { function in struct:llvm::DenseMapInfo
93 return InstructionLocation(OffsetInfo::getTombstoneKey(),
94 DiscriminatorInfo::getTombstoneKey());
/external/llvm/unittests/ADT/
H A DDenseMapTest.cpp62 static inline CtorTester getTombstoneKey() { return CtorTester(-2); }
324 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:__anon26440::TestDenseMapInfo
363 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:__anon26440::ContiguousDenseMapInfo
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1153 static inline MachineInstr *getTombstoneKey() {
1161 if (RHS == getEmptyKey() || RHS == getTombstoneKey() ||
1162 LHS == getEmptyKey() || LHS == getTombstoneKey())
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h573 static inline AliasAnalysis::Location getTombstoneKey() { function in struct:llvm::DenseMapInfo
575 AliasAnalysis::Location(DenseMapInfo<const Value *>::getTombstoneKey(),
H A DAliasSetTracker.h67 TBAAInfo = DenseMapInfo<const MDNode *>::getTombstoneKey();
77 TBAAInfo == DenseMapInfo<const MDNode *>::getTombstoneKey())
/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp60 static DivOpInfo getTombstoneKey() { function in struct:llvm::DenseMapInfo
/external/clang/include/clang/Analysis/
H A DProgramPoint.h683 static inline clang::ProgramPoint getTombstoneKey() { function in struct:llvm::DenseMapInfo
685 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getTombstoneKey()) & ~0x7;
/external/clang/include/clang/Basic/
H A DSourceLocation.h405 static inline clang::FileID getTombstoneKey() { function in struct:clang::llvm::DenseMapInfo

Completed in 1778 milliseconds

12