Home
last modified time | relevance | path

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

12345678910>>...12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMapInfo.h45 static inline T* getTombstoneKey() {
62 static inline char getTombstoneKey() { return ~0 - 1; }
73 static inline unsigned char getTombstoneKey() { return ~0 - 1; }
84 static inline unsigned short getTombstoneKey() { return 0xFFFF - 1; }
95 static inline unsigned getTombstoneKey() { return ~0U - 1; }
106 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; }
120 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; }
135 static inline short getTombstoneKey() { return -0x7FFF - 1; }
143 static inline int getTombstoneKey() { return -0x7fffffff - 1; }
157 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
[all …]
DCachedHashString.h54 static CachedHashStringRef getTombstoneKey() {
55 return CachedHashStringRef(DenseMapInfo<StringRef>::getTombstoneKey(), 1);
59 assert(!isEqual(S, getTombstoneKey()) && "Cannot hash the tombstone key!");
81 return DenseMapInfo<char *>::getTombstoneKey();
158 static CachedHashString getTombstoneKey() {
164 assert(!isEqual(S, getTombstoneKey()) && "Cannot hash the tombstone key!");
/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 …]
/external/llvm-project/llvm/include/llvm/ADT/
DDenseMapInfo.h73 static inline T* getTombstoneKey() {
90 static inline char getTombstoneKey() { return ~0 - 1; }
101 static inline unsigned char getTombstoneKey() { return ~0 - 1; }
112 static inline unsigned short getTombstoneKey() { return 0xFFFF - 1; }
123 static inline unsigned getTombstoneKey() { return ~0U - 1; }
134 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; }
148 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; }
163 static inline short getTombstoneKey() { return -0x7FFF - 1; }
171 static inline int getTombstoneKey() { return -0x7fffffff - 1; }
185 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
[all …]
DCachedHashString.h53 static CachedHashStringRef getTombstoneKey() {
54 return CachedHashStringRef(DenseMapInfo<StringRef>::getTombstoneKey(), 1);
58 assert(!isEqual(S, getTombstoneKey()) && "Cannot hash the tombstone key!");
80 return DenseMapInfo<char *>::getTombstoneKey();
157 static CachedHashString getTombstoneKey() {
163 assert(!isEqual(S, getTombstoneKey()) && "Cannot hash the tombstone key!");
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMapInfo.h41 static inline T* getTombstoneKey() {
56 static inline char getTombstoneKey() { return ~0 - 1; }
66 static inline unsigned getTombstoneKey() { return ~0U - 1; }
76 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; }
88 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; }
101 static inline int getTombstoneKey() { return -0x7fffffff - 1; }
113 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
125 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; }
146 static inline Pair getTombstoneKey() {
147 return std::make_pair(FirstInfo::getTombstoneKey(),
[all …]
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DSpecialMemberFunctionsCheck.h92 static inline ClassDefId getTombstoneKey() {
93 return ClassDefId(DenseMapInfo<clang::SourceLocation>::getTombstoneKey(),
99 assert(Val != getTombstoneKey() && "Cannot hash the tombstone key!");
108 if (RHS == getTombstoneKey())
109 return LHS == getTombstoneKey();
/external/llvm-project/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/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/llvm-project/clang/lib/CodeGen/
DCodeGenTBAA.h230 static clang::CodeGen::TBAAAccessInfo getTombstoneKey() {
231 unsigned UnsignedKey = DenseMapInfo<unsigned>::getTombstoneKey();
234 DenseMapInfo<MDNode *>::getTombstoneKey(),
235 DenseMapInfo<MDNode *>::getTombstoneKey(),
236 DenseMapInfo<uint64_t>::getTombstoneKey(),
237 DenseMapInfo<uint64_t>::getTombstoneKey());
/external/llvm-project/clang/include/clang/AST/
DBaseSubobject.h64 static clang::BaseSubobject getTombstoneKey() {
66 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(),
67 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
/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()));
/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-10.0/llvm/include/llvm/IR/
DValueHandle.h100 V != DenseMapInfo<Value *>::getTombstoneKey(); in isValid()
180 static inline WeakVH getTombstoneKey() {
181 return WeakVH(DenseMapInfo<Value *>::getTombstoneKey());
315 static inline AssertingVH<T> getTombstoneKey() {
317 Res.setRawValPtr(DenseMapInfo<Value *>::getTombstoneKey());
546 static inline PoisoningVH<T> getTombstoneKey() {
548 Res.setRawValPtr(DenseMapInfo<Value *>::getTombstoneKey());
/external/llvm-project/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp127 static inline MemOpKey getTombstoneKey() { in getTombstoneKey() function
128 return MemOpKey(PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(), in getTombstoneKey()
129 PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(), in getTombstoneKey()
130 PtrInfo::getTombstoneKey()); in getTombstoneKey()
137 assert(Val.Disp != PtrInfo::getTombstoneKey() && in getHashValue()
181 if (RHS.Disp == PtrInfo::getTombstoneKey()) in isEqual()
182 return LHS.Disp == PtrInfo::getTombstoneKey(); in isEqual()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp127 static inline MemOpKey getTombstoneKey() { in getTombstoneKey() function
128 return MemOpKey(PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(), in getTombstoneKey()
129 PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(), in getTombstoneKey()
130 PtrInfo::getTombstoneKey()); in getTombstoneKey()
137 assert(Val.Disp != PtrInfo::getTombstoneKey() && in getHashValue()
181 if (RHS.Disp == PtrInfo::getTombstoneKey()) in isEqual()
182 return LHS.Disp == PtrInfo::getTombstoneKey(); in isEqual()
/external/llvm-project/mlir/include/mlir/Dialect/SDBM/
DSDBMExpr.h505 static mlir::SDBMExpr getTombstoneKey() {
506 auto *pointer = llvm::DenseMapInfo<void *>::getTombstoneKey();
524 static mlir::SDBMDirectExpr getTombstoneKey() {
525 auto *pointer = llvm::DenseMapInfo<void *>::getTombstoneKey();
543 static mlir::SDBMTermExpr getTombstoneKey() {
544 auto *pointer = llvm::DenseMapInfo<void *>::getTombstoneKey();
562 static mlir::SDBMConstantExpr getTombstoneKey() {
563 auto *pointer = llvm::DenseMapInfo<void *>::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-10.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h52 static inline PoolEntry *getTombstoneKey() { in getTombstoneKey() function
76 if (P == getEmptyKey() || P == getTombstoneKey()) in isEqual()
82 if (P1 == getEmptyKey() || P1 == getTombstoneKey()) in isEqual()
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h52 static inline PoolEntry *getTombstoneKey() { in getTombstoneKey() function
76 if (P == getEmptyKey() || P == getTombstoneKey()) in isEqual()
82 if (P1 == getEmptyKey() || P1 == getTombstoneKey()) in isEqual()
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DSPIRVOps.h60 static mlir::spirv::FuncOp getTombstoneKey() {
61 auto pointer = llvm::DenseMapInfo<void *>::getTombstoneKey();
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DFileEntry.h53 static inline gsym::FileEntry getTombstoneKey() {
54 uint32_t key = DenseMapInfo<uint32_t>::getTombstoneKey();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DFileEntry.h53 static inline gsym::FileEntry getTombstoneKey() {
54 uint32_t key = DenseMapInfo<uint32_t>::getTombstoneKey();

12345678910>>...12