Searched refs:getTombstoneKey (Results 1 - 25 of 109) sorted by relevance

12345

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDenseMapInfo.h49 //static inline T getTombstoneKey();
73 static inline T* getTombstoneKey() { function in struct:llvm::DenseMapInfo
90 static inline char getTombstoneKey() { return ~0 - 1; } function in struct:llvm::DenseMapInfo
101 static inline unsigned char getTombstoneKey() { return ~0 - 1; } function in struct:llvm::DenseMapInfo
112 static inline unsigned short getTombstoneKey() { return 0xFFFF - 1; } function in struct:llvm::DenseMapInfo
123 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:llvm::DenseMapInfo
134 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; } function in struct:llvm::DenseMapInfo
148 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; } function in struct:llvm::DenseMapInfo
163 static inline short getTombstoneKey() { return -0x7FFF - 1; } function in struct:llvm::DenseMapInfo
171 static inline int getTombstoneKey() { retur function in struct:llvm::DenseMapInfo
185 static inline long getTombstoneKey() { return getEmptyKey() - 1L; } function in struct:llvm::DenseMapInfo
199 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; } function in struct:llvm::DenseMapInfo
223 static inline Pair getTombstoneKey() { function in struct:llvm::DenseMapInfo
247 static inline Tuple getTombstoneKey() { function in struct:llvm::DenseMapInfo
296 static inline StringRef getTombstoneKey() { function in struct:llvm::DenseMapInfo
324 static inline ArrayRef<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
347 static inline hash_code getTombstoneKey() { return hash_code(-2); } function in struct:llvm::DenseMapInfo
360 static inline APInt getTombstoneKey() { function in struct:llvm::DenseMapInfo
381 static inline APSInt getTombstoneKey() { function in struct:llvm::DenseMapInfo
[all...]
H A DCachedHashString.h53 static CachedHashStringRef getTombstoneKey() { function in struct:llvm::DenseMapInfo
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() { function in struct:llvm::DenseMapInfo
163 assert(!isEqual(S, getTombstoneKey()) && "Cannot hash the tombstone key!");
H A DPointerEmbeddedInt.h108 static inline T getTombstoneKey() { return IntInfo::getTombstoneKey(); }
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A DDWPStringPool.h16 static inline const char *getTombstoneKey() { function in struct:llvm::DWPStringPool::CStrDenseMapInfo
21 assert(Val != getTombstoneKey() && "Cannot hash the tombstone key!");
27 if (RHS == getTombstoneKey())
28 return LHS == getTombstoneKey();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DBaseSubobject.h64 static clang::BaseSubobject getTombstoneKey() { function in struct:llvm::DenseMapInfo
66 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(),
67 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
H A DTypeOrdering.h42 static inline clang::QualType getTombstoneKey() { function in struct:llvm::DenseMapInfo
62 static inline clang::CanQualType getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DCharUnits.h227 static clang::CharUnits getTombstoneKey() { function in struct:llvm::DenseMapInfo
229 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
H A DNestedNameSpecifier.h542 static clang::NestedNameSpecifierLoc getTombstoneKey() { function in struct:llvm::DenseMapInfo
543 return clang::NestedNameSpecifierLoc(FirstInfo::getTombstoneKey(),
544 SecondInfo::getTombstoneKey());
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DFileEntry.h52 static inline gsym::FileEntry getTombstoneKey() { function in struct:llvm::DenseMapInfo
53 uint32_t key = DenseMapInfo<uint32_t>::getTombstoneKey();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasmTraits.h30 static wasm::WasmSignature getTombstoneKey() { function in struct:llvm::DenseMapInfo
54 static wasm::WasmGlobalType getTombstoneKey() { function in struct:llvm::DenseMapInfo
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCRegister.h98 static inline unsigned getTombstoneKey() { function in struct:llvm::DenseMapInfo
99 return DenseMapInfo<unsigned>::getTombstoneKey();
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.h230 static clang::CodeGen::TBAAAccessInfo getTombstoneKey() { function in struct:llvm::DenseMapInfo
231 unsigned UnsignedKey = DenseMapInfo<unsigned>::getTombstoneKey();
234 DenseMapInfo<MDNode *>::getTombstoneKey(),
235 DenseMapInfo<MDNode *>::getTombstoneKey(),
236 DenseMapInfo<uint64_t>::getTombstoneKey(),
237 DenseMapInfo<uint64_t>::getTombstoneKey());
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h52 static inline PoolEntry *getTombstoneKey() { function in class:llvm::PBQP::ValuePool::PoolEntryDSInfo
76 if (P == getEmptyKey() || P == getTombstoneKey())
82 if (P1 == getEmptyKey() || P1 == getTombstoneKey())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegister.h152 static inline unsigned getTombstoneKey() {
153 return DenseMapInfo<unsigned>::getTombstoneKey();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Linker/
H A DIRMover.h36 static StructType *getTombstoneKey();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h51 static DivRemMapKey getTombstoneKey() { function in struct:llvm::DenseMapInfo
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h320 static inline LocationSize getTombstoneKey() { function in struct:llvm::MemoryLocation::DenseMapInfo
336 static inline MemoryLocation getTombstoneKey() { function in struct:llvm::MemoryLocation::DenseMapInfo
337 return MemoryLocation(DenseMapInfo<const Value *>::getTombstoneKey(),
338 DenseMapInfo<LocationSize>::getTombstoneKey());
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumCXXABI.cpp84 V, llvm::DenseMapInfo<T>::getTombstoneKey());
108 static DecompositionDeclName getTombstoneKey() { function in struct:llvm::DenseMapInfo
109 return {ArrayInfo::getTombstoneKey()};
112 assert(!isEqual(Key, getEmptyKey()) && !isEqual(Key, getTombstoneKey()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp127 static inline MemOpKey getTombstoneKey() { function in struct:llvm::DenseMapInfo
128 return MemOpKey(PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(),
129 PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(),
130 PtrInfo::getTombstoneKey());
137 assert(Val.Disp != PtrInfo::getTombstoneKey() &&
181 if (RHS.Disp == PtrInfo::getTombstoneKey())
182 return LHS.Disp == PtrInfo::getTombstoneKey();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h164 using DenseMapInfo<DeclContext *>::getTombstoneKey;
171 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTokenKinds.h107 static inline clang::tok::PPKeywordKind getTombstoneKey() { function in struct:llvm::DenseMapInfo
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysisSummary.h253 static inline cflaa::InstantiatedValue getTombstoneKey() { function in struct:llvm::DenseMapInfo
254 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getTombstoneKey(),
255 DenseMapInfo<unsigned>::getTombstoneKey()};
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDominators.h118 static inline BasicBlockEdge getTombstoneKey() { function in struct:llvm::DenseMapInfo
119 return BasicBlockEdge(BBInfo::getTombstoneKey(), BBInfo::getTombstoneKey());
H A DValueHandle.h104 V != DenseMapInfo<Value *>::getTombstoneKey();
184 static inline WeakVH getTombstoneKey() { function in struct:llvm::DenseMapInfo
185 return WeakVH(DenseMapInfo<Value *>::getTombstoneKey());
533 static inline PoisoningVH<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
535 Res.setRawValPtr(DenseMapInfo<Value *>::getTombstoneKey());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCallGraph.h224 static inline clang::CallGraphNode::CallRecord getTombstoneKey() { function in struct:llvm::DenseMapInfo
226 DenseMapInfo<clang::CallGraphNode *>::getTombstoneKey(),
227 DenseMapInfo<clang::Expr *>::getTombstoneKey());

Completed in 404 milliseconds

12345