Home
last modified time | relevance | path

Searched refs:getTombstoneKey (Results 1 – 25 of 47) sorted by relevance

12

/NextBSD/contrib/llvm/include/llvm/ADT/
HDDenseMapInfo.h40 static inline T* getTombstoneKey() {
55 static inline char getTombstoneKey() { return ~0 - 1; }
65 static inline unsigned getTombstoneKey() { return ~0U - 1; }
75 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; }
87 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; }
100 static inline int getTombstoneKey() { return -0x7fffffff - 1; }
112 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
124 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; }
145 static inline Pair getTombstoneKey() {
146 return std::make_pair(FirstInfo::getTombstoneKey(),
[all …]
HDDenseMap.h102 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear()
212 TheBucket->getFirst() = getTombstoneKey(); in erase()
220 TheBucket->getFirst() = getTombstoneKey(); in erase()
268 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll()
293 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets()
330 !KeyInfoT::isEqual(getBuckets()[i].getFirst(), getTombstoneKey())) in copyFrom()
346 static const KeyT getTombstoneKey() { in getTombstoneKey() function
347 return KeyInfoT::getTombstoneKey(); in getTombstoneKey()
481 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor()
748 const KeyT TombstoneKey = this->getTombstoneKey(); in swap()
[all …]
HDPointerUnion.h494 static inline Pair getTombstoneKey() {
495 return Pair(FirstInfo::getTombstoneKey());
HDImmutableList.h210 static inline ImmutableList<T> getTombstoneKey() {
HDPointerIntPair.h168 static Ty getTombstoneKey() {
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDBaseSubobject.h62 static clang::BaseSubobject getTombstoneKey() {
64 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(),
65 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
HDTypeOrdering.h43 static inline clang::QualType getTombstoneKey() {
63 static inline clang::CanQualType getTombstoneKey() {
HDCharUnits.h198 static clang::CharUnits getTombstoneKey() {
200 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
HDGlobalDecl.h101 static inline clang::GlobalDecl getTombstoneKey() {
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenTBAA.h137 static clang::CodeGen::TBAAPathTag getTombstoneKey() {
139 DenseMapInfo<const clang::Type *>::getTombstoneKey(),
140 DenseMapInfo<const MDNode *>::getTombstoneKey(),
141 DenseMapInfo<uint64_t>::getTombstoneKey());
/NextBSD/contrib/llvm/include/llvm/CodeGen/PBQP/
HDCostAllocator.h51 static inline PoolEntry* getTombstoneKey() { in getTombstoneKey() function
76 if (P == getEmptyKey() || P == getTombstoneKey()) in isEqual()
82 if (P1 == getEmptyKey() || P1 == getTombstoneKey()) in isEqual()
/NextBSD/contrib/llvm/include/llvm/ProfileData/
HDSampleProf.h86 static inline sampleprof::LineLocation getTombstoneKey() {
87 return sampleprof::LineLocation(OffsetInfo::getTombstoneKey(),
88 DiscriminatorInfo::getTombstoneKey());
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDMemoryLocation.h128 static inline MemoryLocation getTombstoneKey() {
129 return MemoryLocation(DenseMapInfo<const Value *>::getTombstoneKey(), 0);
HDAliasSetTracker.h68 AAInfo = DenseMapInfo<AAMDNodes>::getTombstoneKey(); in updateSizeAndAAInfo()
78 AAInfo == DenseMapInfo<AAMDNodes>::getTombstoneKey()) in getAAInfo()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDEarlyCSE.cpp61 Inst == DenseMapInfo<Instruction *>::getTombstoneKey(); in isSentinel()
82 static inline SimpleValue getTombstoneKey() { in getTombstoneKey() function
83 return DenseMapInfo<Instruction *>::getTombstoneKey(); in getTombstoneKey()
208 Inst == DenseMapInfo<Instruction *>::getTombstoneKey(); in isSentinel()
229 static inline CallValue getTombstoneKey() { in getTombstoneKey() function
230 return DenseMapInfo<Instruction *>::getTombstoneKey(); in getTombstoneKey()
/NextBSD/contrib/llvm/lib/IR/
HDLLVMContextImpl.h55 static inline APInt getTombstoneKey() { in getTombstoneKey() function
70 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus, 2); } in getTombstoneKey() function
101 static inline StructType* getTombstoneKey() { in getTombstoneKey() function
102 return DenseMapInfo<StructType*>::getTombstoneKey(); in getTombstoneKey()
113 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
148 static inline FunctionType* getTombstoneKey() { in getTombstoneKey() function
149 return DenseMapInfo<FunctionType*>::getTombstoneKey(); in getTombstoneKey()
161 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
866 static inline NodeTy *getTombstoneKey() {
867 return DenseMapInfo<NodeTy *>::getTombstoneKey();
[all …]
HDConstantsContext.h528 static inline ConstantClass *getTombstoneKey() {
529 return ConstantClassInfo::getTombstoneKey();
542 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
/NextBSD/contrib/llvm/include/llvm/IR/
HDValueHandle.h105 V != DenseMapInfo<Value *>::getTombstoneKey(); in isValid()
244 static inline AssertingVH<T> getTombstoneKey() {
246 Res.setRawValPtr(DenseMapInfo<Value *>::getTombstoneKey());
HDValueMap.h279 static inline VH getTombstoneKey() {
280 return VH(DenseMapInfo<Value *>::getTombstoneKey());
/NextBSD/contrib/llvm/include/llvm/Linker/
HDLinker.h39 static StructType *getTombstoneKey();
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineInstr.h1217 static inline MachineInstr *getTombstoneKey() {
1225 if (RHS == getEmptyKey() || RHS == getTombstoneKey() ||
1226 LHS == getEmptyKey() || LHS == getTombstoneKey())
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDLocal.cpp841 static PHINode *getTombstoneKey() { in EliminateDuplicatePHINodes() function
842 return DenseMapInfo<PHINode *>::getTombstoneKey(); in EliminateDuplicatePHINodes()
853 if (LHS == getEmptyKey() || LHS == getTombstoneKey() || in EliminateDuplicatePHINodes()
854 RHS == getEmptyKey() || RHS == getTombstoneKey()) in EliminateDuplicatePHINodes()
HDBypassSlowDivision.cpp60 static DivOpInfo getTombstoneKey() { in getTombstoneKey() function
/NextBSD/contrib/llvm/lib/Linker/
HDLinkModules.cpp1662 StructType *Linker::StructTypeKeyInfo::getTombstoneKey() { in getTombstoneKey() function in Linker::StructTypeKeyInfo
1663 return DenseMapInfo<StructType *>::getTombstoneKey(); in getTombstoneKey()
1677 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
1687 if (RHS == getTombstoneKey()) in isEqual()
1688 return LHS == getTombstoneKey(); in isEqual()
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/
HDProgramPoint.h683 static inline clang::ProgramPoint getTombstoneKey() {
685 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getTombstoneKey()) & ~0x7;

12