Searched defs:getTombstoneKey (Results 1 - 25 of 71) sorted by relevance

123

/external/clang/include/clang/AST/
H A DTypeOrdering.h43 static inline clang::QualType getTombstoneKey() { function in struct:llvm::DenseMapInfo
63 static inline clang::CanQualType getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DBaseSubobject.h61 static clang::BaseSubobject getTombstoneKey() { function in struct:llvm::DenseMapInfo
63 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(),
64 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
H A DGlobalDecl.h103 static inline clang::GlobalDecl getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DCharUnits.h223 static clang::CharUnits getTombstoneKey() { function in struct:llvm::DenseMapInfo
225 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
H A DASTTypeTraits.h102 static inline ASTNodeKind getTombstoneKey() { function in struct:clang::ast_type_traits::ASTNodeKind::DenseMapInfo
334 static inline DynTypedNode getTombstoneKey() { function in struct:clang::ast_type_traits::DynTypedNode::DenseMapInfo
336 Node.NodeKind = ASTNodeKind::DenseMapInfo::getTombstoneKey();
359 auto TombStone = ASTNodeKind::DenseMapInfo::getTombstoneKey();
/external/llvm/unittests/ADT/
H A DDenseSetTest.cpp32 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:__anon13570::TestDenseSetInfo
H A DDenseMapTest.cpp63 static inline CtorTester getTombstoneKey() { return CtorTester(-2); }
510 static CachedHashTest getTombstoneKey() { return ~0U - 1; } function in struct:llvm::DenseMapInfo
552 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:__anon13569::TestDenseMapInfo
591 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:__anon13569::ContiguousDenseMapInfo
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDebugLoc.h38 /// getTombstoneKey() - A private constructor that returns an unknown that
40 static DebugLoc getTombstoneKey() { function in class:llvm::DebugLoc
107 static DebugLoc getTombstoneKey();
H A DValueHandle.h101 V != DenseMapInfo<Value *>::getTombstoneKey();
248 static inline T* getTombstoneKey() { function in struct:llvm::DenseMapInfo
249 return AssertingVH<T>(PointerInfo::getTombstoneKey());
/external/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();
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DDenseMapInfo.h25 //static inline T getTombstoneKey();
38 static inline T* getTombstoneKey() { function in struct:llvm::DenseMapInfo
53 static inline char getTombstoneKey() { return ~0 - 1; } function in struct:llvm::DenseMapInfo
63 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:llvm::DenseMapInfo
73 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; } function in struct:llvm::DenseMapInfo
85 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; } function in struct:llvm::DenseMapInfo
98 static inline int getTombstoneKey() { return -0x7fffffff - 1; } function in struct:llvm::DenseMapInfo
110 static inline long getTombstoneKey() { return getEmptyKey() - 1L; } function in struct:llvm::DenseMapInfo
122 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; } function in struct:llvm::DenseMapInfo
143 static inline Pair getTombstoneKey() { function in struct:llvm::DenseMapInfo
[all...]
H A DImmutableList.h211 static inline ImmutableList<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
/external/llvm/include/llvm/ADT/
H A DDenseMapInfo.h28 //static inline T getTombstoneKey();
48 static CachedHash<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
49 T N = DenseMapInfo<T>::getTombstoneKey();
54 assert(!isEqual(Val, getTombstoneKey()) &&
71 static inline T* getTombstoneKey() { function in struct:llvm::DenseMapInfo
86 static inline char getTombstoneKey() { return ~0 - 1; } function in struct:llvm::DenseMapInfo
96 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:llvm::DenseMapInfo
106 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; } function in struct:llvm::DenseMapInfo
118 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; } function in struct:llvm::DenseMapInfo
131 static inline int getTombstoneKey() { retur function in struct:llvm::DenseMapInfo
143 static inline long getTombstoneKey() { return getEmptyKey() - 1L; } function in struct:llvm::DenseMapInfo
155 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; } function in struct:llvm::DenseMapInfo
176 static inline Pair getTombstoneKey() { function in struct:llvm::DenseMapInfo
205 static inline StringRef getTombstoneKey() { function in struct:llvm::DenseMapInfo
230 static inline ArrayRef<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
[all...]
H A DImmutableList.h210 static inline ImmutableList<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DPointerUnion.h456 static inline Pair getTombstoneKey() { function in struct:llvm::DenseMapInfo
457 return Pair(FirstInfo::getTombstoneKey());
/external/llvm/include/llvm/Analysis/
H A DMemoryLocation.h128 static inline MemoryLocation getTombstoneKey() { function in struct:llvm::MemoryLocation::DenseMapInfo
129 return MemoryLocation(DenseMapInfo<const Value *>::getTombstoneKey(), 0);
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.h134 static clang::CodeGen::TBAAPathTag getTombstoneKey() { function in struct:llvm::DenseMapInfo
136 DenseMapInfo<const clang::Type *>::getTombstoneKey(),
137 DenseMapInfo<const MDNode *>::getTombstoneKey(),
138 DenseMapInfo<uint64_t>::getTombstoneKey());
/external/llvm/lib/Analysis/
H A DAliasAnalysisSummary.h176 static inline cflaa::InstantiatedValue getTombstoneKey() { function in struct:llvm::DenseMapInfo
177 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getTombstoneKey(),
178 DenseMapInfo<unsigned>::getTombstoneKey()};
/external/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h51 static inline PoolEntry* getTombstoneKey() { function in class:llvm::PBQP::ValuePool::PoolEntryDSInfo
76 if (P == getEmptyKey() || P == getTombstoneKey())
82 if (P1 == getEmptyKey() || P1 == getTombstoneKey())
/external/llvm/include/llvm/IR/
H A DAttributes.h425 static inline AttributeSet getTombstoneKey() { function in struct:llvm::AttributeSet::DenseMapInfo
H A DDominators.h64 static inline BasicBlockEdge getTombstoneKey() { function in struct:llvm::DenseMapInfo
65 return BasicBlockEdge(BBInfo::getTombstoneKey(), BBInfo::getTombstoneKey());
H A DValueHandle.h109 V != DenseMapInfo<Value *>::getTombstoneKey();
250 static inline AssertingVH<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
252 Res.setRawValPtr(DenseMapInfo<Value *>::getTombstoneKey());
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DEarlyCSE.cpp55 Inst == DenseMapInfo<Instruction*>::getTombstoneKey();
81 static inline SimpleValue getTombstoneKey() { function in struct:llvm::DenseMapInfo
82 return DenseMapInfo<Instruction*>::getTombstoneKey();
148 Inst == DenseMapInfo<Instruction*>::getTombstoneKey();
174 static inline CallValue getTombstoneKey() { function in struct:llvm::DenseMapInfo
175 return DenseMapInfo<Instruction*>::getTombstoneKey();
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DDebugLoc.cpp171 DebugLoc DenseMapInfo<DebugLoc>::getTombstoneKey() { function in class:DenseMapInfo
172 return DebugLoc::getTombstoneKey();
/external/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp110 static inline MemOpKey getTombstoneKey() { function in struct:llvm::DenseMapInfo
111 return MemOpKey(PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(),
112 PtrInfo::getTombstoneKey(), PtrInfo::getTombstoneKey(),
113 PtrInfo::getTombstoneKey());
120 assert(Val.Disp != PtrInfo::getTombstoneKey() &&
164 if (RHS.Disp == PtrInfo::getTombstoneKey())
165 return LHS.Disp == PtrInfo::getTombstoneKey();

Completed in 564 milliseconds

123