/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DenseMapInfo.h | 39 static inline T* getEmptyKey() { 61 static inline char getEmptyKey() { return ~0; } 72 static inline unsigned char getEmptyKey() { return ~0; } 83 static inline unsigned short getEmptyKey() { return 0xFFFF; } 94 static inline unsigned getEmptyKey() { return ~0U; } 105 static inline unsigned long getEmptyKey() { return ~0UL; } 119 static inline unsigned long long getEmptyKey() { return ~0ULL; } 134 static inline short getEmptyKey() { return 0x7FFF; } 142 static inline int getEmptyKey() { return 0x7fffffff; } 153 static inline long getEmptyKey() { [all …]
|
D | CachedHashString.h | 51 static CachedHashStringRef getEmptyKey() { 52 return CachedHashStringRef(DenseMapInfo<StringRef>::getEmptyKey(), 0); 58 assert(!isEqual(S, getEmptyKey()) && "Cannot hash the empty key!"); 79 static char *getEmptyKeyPtr() { return DenseMapInfo<char *>::getEmptyKey(); } 154 static CachedHashString getEmptyKey() { 163 assert(!isEqual(S, getEmptyKey()) && "Cannot hash the empty key!");
|
/external/llvm/include/llvm/ADT/ |
D | DenseMapInfo.h | 44 static CachedHash<T> getEmptyKey() { 45 T N = DenseMapInfo<T>::getEmptyKey(); 53 assert(!isEqual(Val, getEmptyKey()) && "Cannot hash the empty key!"); 66 static inline T* getEmptyKey() { 85 static inline char getEmptyKey() { return ~0; } 95 static inline unsigned getEmptyKey() { return ~0U; } 105 static inline unsigned long getEmptyKey() { return ~0UL; } 117 static inline unsigned long long getEmptyKey() { return ~0ULL; } 130 static inline int getEmptyKey() { return 0x7fffffff; } 140 static inline long getEmptyKey() { [all …]
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | DenseMapInfo.h | 67 static inline T* getEmptyKey() { 89 static inline char getEmptyKey() { return ~0; } 100 static inline unsigned char getEmptyKey() { return ~0; } 111 static inline unsigned short getEmptyKey() { return 0xFFFF; } 122 static inline unsigned getEmptyKey() { return ~0U; } 133 static inline unsigned long getEmptyKey() { return ~0UL; } 147 static inline unsigned long long getEmptyKey() { return ~0ULL; } 162 static inline short getEmptyKey() { return 0x7FFF; } 170 static inline int getEmptyKey() { return 0x7fffffff; } 181 static inline long getEmptyKey() { [all …]
|
D | CachedHashString.h | 50 static CachedHashStringRef getEmptyKey() { 51 return CachedHashStringRef(DenseMapInfo<StringRef>::getEmptyKey(), 0); 57 assert(!isEqual(S, getEmptyKey()) && "Cannot hash the empty key!"); 78 static char *getEmptyKeyPtr() { return DenseMapInfo<char *>::getEmptyKey(); } 153 static CachedHashString getEmptyKey() { 162 assert(!isEqual(S, getEmptyKey()) && "Cannot hash the empty key!");
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMapInfo.h | 36 static inline T* getEmptyKey() { 55 static inline char getEmptyKey() { return ~0; } 65 static inline unsigned getEmptyKey() { return ~0U; } 75 static inline unsigned long getEmptyKey() { return ~0UL; } 87 static inline unsigned long long getEmptyKey() { return ~0ULL; } 100 static inline int getEmptyKey() { return 0x7fffffff; } 110 static inline long getEmptyKey() { 113 static inline long getTombstoneKey() { return getEmptyKey() - 1L; } 124 static inline long long getEmptyKey() { return 0x7fffffffffffffffLL; } 142 static inline Pair getEmptyKey() { [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
D | SpecialMemberFunctionsCheck.h | 87 static inline ClassDefId getEmptyKey() { 88 return ClassDefId(DenseMapInfo<clang::SourceLocation>::getEmptyKey(), 98 assert(Val != getEmptyKey() && "Cannot hash the empty key!"); 106 if (RHS == getEmptyKey()) 107 return LHS == getEmptyKey();
|
/external/llvm-project/llvm/tools/llvm-dwp/ |
D | DWPStringPool.h | 13 static inline const char *getEmptyKey() { in getEmptyKey() function 20 assert(Val != getEmptyKey() && "Cannot hash the empty key!"); in getHashValue() 25 if (RHS == getEmptyKey()) in isEqual() 26 return LHS == getEmptyKey(); in isEqual()
|
/external/llvm/tools/llvm-dwp/ |
D | DWPStringPool.h | 13 static inline const char *getEmptyKey() { in getEmptyKey() function 20 assert(Val != getEmptyKey() && "Cannot hash the empty key!"); in getHashValue() 25 if (RHS == getEmptyKey()) in isEqual() 26 return LHS == getEmptyKey(); in isEqual()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenTBAA.h | 220 static clang::CodeGen::TBAAAccessInfo getEmptyKey() { 221 unsigned UnsignedKey = DenseMapInfo<unsigned>::getEmptyKey(); 224 DenseMapInfo<MDNode *>::getEmptyKey(), 225 DenseMapInfo<MDNode *>::getEmptyKey(), 226 DenseMapInfo<uint64_t>::getEmptyKey(), 227 DenseMapInfo<uint64_t>::getEmptyKey());
|
/external/llvm-project/clang/include/clang/AST/ |
D | BaseSubobject.h | 58 static clang::BaseSubobject getEmptyKey() { 60 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(), 61 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
|
/external/clang/include/clang/AST/ |
D | BaseSubobject.h | 55 static clang::BaseSubobject getEmptyKey() { 57 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(), 58 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.h | 127 static clang::CodeGen::TBAAPathTag getEmptyKey() { 129 DenseMapInfo<const clang::Type *>::getEmptyKey(), 130 DenseMapInfo<const MDNode *>::getEmptyKey(), 131 DenseMapInfo<uint64_t>::getEmptyKey());
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysisSummary.h | 172 static inline cflaa::InstantiatedValue getEmptyKey() { 173 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getEmptyKey(), 174 DenseMapInfo<unsigned>::getEmptyKey()};
|
/external/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 104 static inline MemOpKey getEmptyKey() { in getEmptyKey() function 105 return MemOpKey(PtrInfo::getEmptyKey(), PtrInfo::getEmptyKey(), in getEmptyKey() 106 PtrInfo::getEmptyKey(), PtrInfo::getEmptyKey(), in getEmptyKey() 107 PtrInfo::getEmptyKey()); in getEmptyKey() 119 assert(Val.Disp != PtrInfo::getEmptyKey() && "Cannot hash the empty key"); in getHashValue() 162 if (RHS.Disp == PtrInfo::getEmptyKey()) in isEqual() 163 return LHS.Disp == PtrInfo::getEmptyKey(); in isEqual()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ValueHandle.h | 99 V != DenseMapInfo<Value *>::getEmptyKey() && in isValid() 176 static inline WeakVH getEmptyKey() { 177 return WeakVH(DenseMapInfo<Value *>::getEmptyKey()); 309 static inline AssertingVH<T> getEmptyKey() { 311 Res.setRawValPtr(DenseMapInfo<Value *>::getEmptyKey()); 540 static inline PoisoningVH<T> getEmptyKey() { 542 Res.setRawValPtr(DenseMapInfo<Value *>::getEmptyKey());
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 121 static inline MemOpKey getEmptyKey() { in getEmptyKey() function 122 return MemOpKey(PtrInfo::getEmptyKey(), PtrInfo::getEmptyKey(), in getEmptyKey() 123 PtrInfo::getEmptyKey(), PtrInfo::getEmptyKey(), in getEmptyKey() 124 PtrInfo::getEmptyKey()); in getEmptyKey() 136 assert(Val.Disp != PtrInfo::getEmptyKey() && "Cannot hash the empty key"); in getHashValue() 179 if (RHS.Disp == PtrInfo::getEmptyKey()) in isEqual() 180 return LHS.Disp == PtrInfo::getEmptyKey(); in isEqual()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 121 static inline MemOpKey getEmptyKey() { in getEmptyKey() function 122 return MemOpKey(PtrInfo::getEmptyKey(), PtrInfo::getEmptyKey(), in getEmptyKey() 123 PtrInfo::getEmptyKey(), PtrInfo::getEmptyKey(), in getEmptyKey() 124 PtrInfo::getEmptyKey()); in getEmptyKey() 136 assert(Val.Disp != PtrInfo::getEmptyKey() && "Cannot hash the empty key"); in getHashValue() 179 if (RHS.Disp == PtrInfo::getEmptyKey()) in isEqual() 180 return LHS.Disp == PtrInfo::getEmptyKey(); in isEqual()
|
/external/llvm-project/mlir/include/mlir/Dialect/SDBM/ |
D | SDBMExpr.h | 501 static mlir::SDBMExpr getEmptyKey() { 502 auto *pointer = llvm::DenseMapInfo<void *>::getEmptyKey(); 519 static mlir::SDBMDirectExpr getEmptyKey() { 520 auto *pointer = llvm::DenseMapInfo<void *>::getEmptyKey(); 539 static mlir::SDBMTermExpr getEmptyKey() { 540 auto *pointer = llvm::DenseMapInfo<void *>::getEmptyKey(); 557 static mlir::SDBMConstantExpr getEmptyKey() { 558 auto *pointer = llvm::DenseMapInfo<void *>::getEmptyKey();
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | CostAllocator.h | 49 static inline PoolEntry* getEmptyKey() { return nullptr; } in getEmptyKey() 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 | 50 static inline PoolEntry *getEmptyKey() { return nullptr; } in getEmptyKey() 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 | 50 static inline PoolEntry *getEmptyKey() { return nullptr; } in getEmptyKey() 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 | 56 static mlir::spirv::FuncOp getEmptyKey() { 57 auto pointer = llvm::DenseMapInfo<void *>::getEmptyKey();
|
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
D | FileEntry.h | 49 static inline gsym::FileEntry getEmptyKey() { 50 uint32_t key = DenseMapInfo<uint32_t>::getEmptyKey();
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | FileEntry.h | 49 static inline gsym::FileEntry getEmptyKey() { 50 uint32_t key = DenseMapInfo<uint32_t>::getEmptyKey();
|