Home
last modified time | relevance | path

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

1234

/external/llvm/include/llvm/ADT/
DDenseMapInfo.h48 static CachedHash<T> getTombstoneKey() {
49 T N = DenseMapInfo<T>::getTombstoneKey();
54 assert(!isEqual(Val, getTombstoneKey()) &&
71 static inline T* getTombstoneKey() {
86 static inline char getTombstoneKey() { return ~0 - 1; }
96 static inline unsigned getTombstoneKey() { return ~0U - 1; }
106 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; }
118 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; }
131 static inline int getTombstoneKey() { return -0x7fffffff - 1; }
143 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
[all …]
DDenseMap.h104 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear()
234 TheBucket->getFirst() = getTombstoneKey(); in erase()
242 TheBucket->getFirst() = getTombstoneKey(); in erase()
290 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll()
326 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets()
363 !KeyInfoT::isEqual(getBuckets()[i].getFirst(), getTombstoneKey())) in copyFrom()
379 static const KeyT getTombstoneKey() { in getTombstoneKey() function
380 return KeyInfoT::getTombstoneKey(); in getTombstoneKey()
526 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor()
794 const KeyT TombstoneKey = this->getTombstoneKey(); in swap()
[all …]
DPointerEmbeddedInt.h109 static inline T getTombstoneKey() { return IntInfo::getTombstoneKey(); }
DPointerSumType.h190 static inline SumType getTombstoneKey() {
192 SomePointerInfo::getTombstoneKey());
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDenseMapInfo.h38 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 …]
DDenseMap.h67 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in ~DenseMap()
117 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear()
188 TheBucket->first = getTombstoneKey(); in erase()
196 TheBucket->first = getTombstoneKey(); in erase()
241 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in CopyFrom()
275 !KeyInfoT::isEqual(Buckets[i].first, getTombstoneKey())) in CopyFrom()
316 static const KeyT getTombstoneKey() { in getTombstoneKey() function
317 return KeyInfoT::getTombstoneKey(); in getTombstoneKey()
337 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor()
409 const KeyT TombstoneKey = getTombstoneKey(); in grow()
[all …]
/external/llvm/tools/llvm-dwp/
DDWPStringPool.h16 static inline const char *getTombstoneKey() { in getTombstoneKey() function
21 assert(Val != getTombstoneKey() && "Cannot hash the tombstone key!"); in getHashValue()
27 if (RHS == getTombstoneKey()) in isEqual()
28 return LHS == getTombstoneKey(); in isEqual()
/external/clang/include/clang/AST/
DBaseSubobject.h61 static clang::BaseSubobject getTombstoneKey() {
63 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(),
64 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
DTypeOrdering.h43 static inline clang::QualType getTombstoneKey() {
63 static inline clang::CanQualType getTombstoneKey() {
DASTTypeTraits.h102 static inline ASTNodeKind getTombstoneKey() { in getTombstoneKey() function
334 static inline DynTypedNode getTombstoneKey() {
336 Node.NodeKind = ASTNodeKind::DenseMapInfo::getTombstoneKey();
359 auto TombStone = ASTNodeKind::DenseMapInfo::getTombstoneKey();
DCharUnits.h223 static clang::CharUnits getTombstoneKey() {
225 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
/external/clang/lib/CodeGen/
DCodeGenTBAA.h134 static clang::CodeGen::TBAAPathTag getTombstoneKey() {
136 DenseMapInfo<const clang::Type *>::getTombstoneKey(),
137 DenseMapInfo<const MDNode *>::getTombstoneKey(),
138 DenseMapInfo<uint64_t>::getTombstoneKey());
/external/llvm/lib/Analysis/
DAliasAnalysisSummary.h176 static inline cflaa::InstantiatedValue getTombstoneKey() {
177 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getTombstoneKey(),
178 DenseMapInfo<unsigned>::getTombstoneKey()};
/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp110 static inline MemOpKey getTombstoneKey() { in getTombstoneKey() function
111 return MemOpKey(PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(), in getTombstoneKey()
112 PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(), in getTombstoneKey()
113 PtrInfo::getTombstoneKey()); in getTombstoneKey()
120 assert(Val.Disp != PtrInfo::getTombstoneKey() && in getHashValue()
164 if (RHS.Disp == PtrInfo::getTombstoneKey()) in isEqual()
165 return LHS.Disp == PtrInfo::getTombstoneKey(); in isEqual()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DEarlyCSE.cpp55 Inst == DenseMapInfo<Instruction*>::getTombstoneKey(); in isSentinel()
81 static inline SimpleValue getTombstoneKey() { in getTombstoneKey() function
82 return DenseMapInfo<Instruction*>::getTombstoneKey(); in getTombstoneKey()
148 Inst == DenseMapInfo<Instruction*>::getTombstoneKey(); in isSentinel()
174 static inline CallValue getTombstoneKey() { in getTombstoneKey() function
175 return DenseMapInfo<Instruction*>::getTombstoneKey(); in getTombstoneKey()
/external/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h51 static inline PoolEntry* getTombstoneKey() { in getTombstoneKey() function
76 if (P == getEmptyKey() || P == getTombstoneKey()) in isEqual()
82 if (P1 == getEmptyKey() || P1 == getTombstoneKey()) in isEqual()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDebugLoc.h40 static DebugLoc getTombstoneKey() {
107 static DebugLoc getTombstoneKey();
DValueHandle.h101 V != DenseMapInfo<Value *>::getTombstoneKey(); in isValid()
248 static inline T* getTombstoneKey() {
249 return AssertingVH<T>(PointerInfo::getTombstoneKey());
/external/llvm/include/llvm/IR/
DDominators.h64 static inline BasicBlockEdge getTombstoneKey() {
65 return BasicBlockEdge(BBInfo::getTombstoneKey(), BBInfo::getTombstoneKey());
DValueHandle.h109 V != DenseMapInfo<Value *>::getTombstoneKey(); in isValid()
250 static inline AssertingVH<T> getTombstoneKey() {
252 Res.setRawValPtr(DenseMapInfo<Value *>::getTombstoneKey());
/external/llvm/include/llvm/Analysis/
DMemoryLocation.h128 static inline MemoryLocation getTombstoneKey() {
129 return MemoryLocation(DenseMapInfo<const Value *>::getTombstoneKey(), 0);
/external/llvm/lib/IR/
DLLVMContextImpl.h56 static inline APInt getTombstoneKey() { in getTombstoneKey() function
71 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus, 2); } in getTombstoneKey() function
102 static inline StructType* getTombstoneKey() { in getTombstoneKey() function
103 return DenseMapInfo<StructType*>::getTombstoneKey(); in getTombstoneKey()
114 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
149 static inline FunctionType* getTombstoneKey() { in getTombstoneKey() function
150 return DenseMapInfo<FunctionType*>::getTombstoneKey(); in getTombstoneKey()
162 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
945 static inline NodeTy *getTombstoneKey() {
946 return DenseMapInfo<NodeTy *>::getTombstoneKey();
[all …]
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp63 Inst == DenseMapInfo<Instruction *>::getTombstoneKey(); in isSentinel()
84 static inline SimpleValue getTombstoneKey() { in getTombstoneKey() function
85 return DenseMapInfo<Instruction *>::getTombstoneKey(); in getTombstoneKey()
192 Inst == DenseMapInfo<Instruction *>::getTombstoneKey(); in isSentinel()
213 static inline CallValue getTombstoneKey() { in getTombstoneKey() function
214 return DenseMapInfo<Instruction *>::getTombstoneKey(); in getTombstoneKey()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstr.h586 static inline MachineInstr *getTombstoneKey() {
594 if (RHS == getEmptyKey() || RHS == getTombstoneKey() ||
595 LHS == getEmptyKey() || LHS == getTombstoneKey())
/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.h56 static inline KeyTy getTombstoneKey() { return KeyTy(APInt(1,1), 0); } in getTombstoneKey() function
81 static inline KeyTy getTombstoneKey() { in getTombstoneKey() function

1234