/external/clang/include/clang/AST/ |
H A D | TypeOrdering.h | 43 static inline clang::QualType getTombstoneKey() { function in struct:llvm::DenseMapInfo 63 static inline clang::CanQualType getTombstoneKey() { function in struct:llvm::DenseMapInfo
|
H A D | BaseSubobject.h | 61 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 D | GlobalDecl.h | 103 static inline clang::GlobalDecl getTombstoneKey() { function in struct:llvm::DenseMapInfo
|
H A D | CharUnits.h | 223 static clang::CharUnits getTombstoneKey() { function in struct:llvm::DenseMapInfo 225 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
|
H A D | ASTTypeTraits.h | 102 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 D | DenseSetTest.cpp | 32 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:__anon13570::TestDenseSetInfo
|
H A D | DenseMapTest.cpp | 63 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 D | DebugLoc.h | 38 /// getTombstoneKey() - A private constructor that returns an unknown that 40 static DebugLoc getTombstoneKey() { function in class:llvm::DebugLoc 107 static DebugLoc getTombstoneKey();
|
H A D | ValueHandle.h | 101 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 D | DWPStringPool.h | 16 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 D | DenseMapInfo.h | 25 //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 D | ImmutableList.h | 211 static inline ImmutableList<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
|
/external/llvm/include/llvm/ADT/ |
H A D | DenseMapInfo.h | 28 //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 D | ImmutableList.h | 210 static inline ImmutableList<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
|
H A D | PointerUnion.h | 456 static inline Pair getTombstoneKey() { function in struct:llvm::DenseMapInfo 457 return Pair(FirstInfo::getTombstoneKey());
|
/external/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 128 static inline MemoryLocation getTombstoneKey() { function in struct:llvm::MemoryLocation::DenseMapInfo 129 return MemoryLocation(DenseMapInfo<const Value *>::getTombstoneKey(), 0);
|
/external/clang/lib/CodeGen/ |
H A D | CodeGenTBAA.h | 134 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 D | AliasAnalysisSummary.h | 176 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 D | CostAllocator.h | 51 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 D | Attributes.h | 425 static inline AttributeSet getTombstoneKey() { function in struct:llvm::AttributeSet::DenseMapInfo
|
H A D | Dominators.h | 64 static inline BasicBlockEdge getTombstoneKey() { function in struct:llvm::DenseMapInfo 65 return BasicBlockEdge(BBInfo::getTombstoneKey(), BBInfo::getTombstoneKey());
|
H A D | ValueHandle.h | 109 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 D | EarlyCSE.cpp | 55 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 D | DebugLoc.cpp | 171 DebugLoc DenseMapInfo<DebugLoc>::getTombstoneKey() { function in class:DenseMapInfo 172 return DebugLoc::getTombstoneKey();
|
/external/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 110 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();
|