/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DenseMapInfo.h | 45 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 …]
|
D | CachedHashString.h | 54 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/ |
D | DenseMapInfo.h | 48 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/ |
D | DenseMapInfo.h | 73 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 …]
|
D | CachedHashString.h | 53 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/ |
D | DenseMapInfo.h | 41 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/ |
D | SpecialMemberFunctionsCheck.h | 92 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/ |
D | DWPStringPool.h | 16 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/ |
D | DWPStringPool.h | 16 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/ |
D | CodeGenTBAA.h | 230 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/ |
D | BaseSubobject.h | 64 static clang::BaseSubobject getTombstoneKey() { 66 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(), 67 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
|
/external/clang/include/clang/AST/ |
D | BaseSubobject.h | 61 static clang::BaseSubobject getTombstoneKey() { 63 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(), 64 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.h | 134 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/ |
D | AliasAnalysisSummary.h | 176 static inline cflaa::InstantiatedValue getTombstoneKey() { 177 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getTombstoneKey(), 178 DenseMapInfo<unsigned>::getTombstoneKey()};
|
/external/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 110 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/ |
D | ValueHandle.h | 100 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/ |
D | X86OptimizeLEAs.cpp | 127 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/ |
D | X86OptimizeLEAs.cpp | 127 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/ |
D | SDBMExpr.h | 505 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/ |
D | CostAllocator.h | 51 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/ |
D | CostAllocator.h | 52 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/ |
D | CostAllocator.h | 52 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/ |
D | SPIRVOps.h | 60 static mlir::spirv::FuncOp getTombstoneKey() { 61 auto pointer = llvm::DenseMapInfo<void *>::getTombstoneKey();
|
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
D | FileEntry.h | 53 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/ |
D | FileEntry.h | 53 static inline gsym::FileEntry getTombstoneKey() { 54 uint32_t key = DenseMapInfo<uint32_t>::getTombstoneKey();
|