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

12

/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DDenseMapInfo.h28 //static inline T getTombstoneKey();
41 static inline T* getTombstoneKey() { function in struct:llvm::DenseMapInfo
56 static inline char getTombstoneKey() { return ~0 - 1; } function in struct:llvm::DenseMapInfo
66 static inline unsigned getTombstoneKey() { return ~0U - 1; } function in struct:llvm::DenseMapInfo
76 static inline unsigned long getTombstoneKey() { return ~0UL - 1L; } function in struct:llvm::DenseMapInfo
88 static inline unsigned long long getTombstoneKey() { return ~0ULL - 1ULL; } function in struct:llvm::DenseMapInfo
101 static inline int getTombstoneKey() { return -0x7fffffff - 1; } function in struct:llvm::DenseMapInfo
113 static inline long getTombstoneKey() { return getEmptyKey() - 1L; } function in struct:llvm::DenseMapInfo
125 static inline long long getTombstoneKey() { return -0x7fffffffffffffffLL-1; } function in struct:llvm::DenseMapInfo
146 static inline Pair getTombstoneKey() { function in struct:llvm::DenseMapInfo
175 static inline StringRef getTombstoneKey() { function in struct:llvm::DenseMapInfo
200 static inline ArrayRef<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
[all...]
H A DPointerEmbeddedInt.h95 static inline T getTombstoneKey() { return IntInfo::getTombstoneKey(); }
H A DDenseMap.h102 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
212 TheBucket->getFirst() = getTombstoneKey();
220 TheBucket->getFirst() = getTombstoneKey();
268 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
293 const KeyT TombstoneKey = getTombstoneKey();
330 !KeyInfoT::isEqual(getBuckets()[i].getFirst(), getTombstoneKey()))
346 static const KeyT getTombstoneKey() { function in class:llvm::DenseMapBase
347 return KeyInfoT::getTombstoneKey();
481 const KeyT TombstoneKey = getTombstoneKey();
748 const KeyT TombstoneKey = this->getTombstoneKey();
[all...]
H A DPointerSumType.h190 static inline SumType getTombstoneKey() {
192 SomePointerInfo::getTombstoneKey());
H A DPointerUnion.h456 static inline Pair getTombstoneKey() { function in struct:llvm::DenseMapInfo
457 return Pair(FirstInfo::getTombstoneKey());
H A DImmutableList.h210 static inline ImmutableList<T> getTombstoneKey() { function in struct:llvm::DenseMapInfo
H A DPointerIntPair.h189 static Ty getTombstoneKey() {
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DBaseSubobject.h62 static clang::BaseSubobject getTombstoneKey() { function in struct:llvm::DenseMapInfo
64 DenseMapInfo<const clang::CXXRecordDecl *>::getTombstoneKey(),
65 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getTombstoneKey()));
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 DCharUnits.h216 static clang::CharUnits getTombstoneKey() { function in struct:llvm::DenseMapInfo
218 DenseMapInfo<clang::CharUnits::QuantityType>::getTombstoneKey();
H A DASTTypeTraits.h100 static inline ASTNodeKind getTombstoneKey() { function in struct:clang::ast_type_traits::ASTNodeKind::DenseMapInfo
332 static inline DynTypedNode getTombstoneKey() { function in struct:clang::ast_type_traits::DynTypedNode::DenseMapInfo
334 Node.NodeKind = ASTNodeKind::DenseMapInfo::getTombstoneKey();
357 auto TombStone = ASTNodeKind::DenseMapInfo::getTombstoneKey();
H A DGlobalDecl.h101 static inline clang::GlobalDecl getTombstoneKey() { function in struct:llvm::DenseMapInfo
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.h137 static clang::CodeGen::TBAAPathTag getTombstoneKey() { function in struct:llvm::DenseMapInfo
139 DenseMapInfo<const clang::Type *>::getTombstoneKey(),
140 DenseMapInfo<const MDNode *>::getTombstoneKey(),
141 DenseMapInfo<uint64_t>::getTombstoneKey());
/freebsd-11.0-release/contrib/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())
/freebsd-11.0-release/contrib/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);
H A DAliasSetTracker.h69 AAInfo = DenseMapInfo<AAMDNodes>::getTombstoneKey();
79 AAInfo == DenseMapInfo<AAMDNodes>::getTombstoneKey())
/freebsd-11.0-release/contrib/llvm/include/llvm/Linker/
H A DIRMover.h35 static StructType *getTombstoneKey();
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
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());
H A DValueMap.h279 static inline VH getTombstoneKey() { function in struct:llvm::DenseMapInfo
280 return VH(DenseMapInfo<Value *>::getTombstoneKey());
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DLLVMContextImpl.h55 static inline APInt getTombstoneKey() { function in struct:llvm::DenseMapAPIntKeyInfo
70 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus, 2); } function in struct:llvm::DenseMapAPFloatKeyInfo
101 static inline StructType* getTombstoneKey() { function in struct:llvm::AnonStructTypeKeyInfo
102 return DenseMapInfo<StructType*>::getTombstoneKey();
113 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
148 static inline FunctionType* getTombstoneKey() { function in struct:llvm::FunctionTypeKeyInfo
149 return DenseMapInfo<FunctionType*>::getTombstoneKey();
161 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
844 static inline NodeTy *getTombstoneKey() { function in struct:llvm::MDNodeInfo
845 return DenseMapInfo<NodeTy *>::getTombstoneKey();
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp62 Inst == DenseMapInfo<Instruction *>::getTombstoneKey();
83 static inline SimpleValue getTombstoneKey() { function in struct:llvm::DenseMapInfo
84 return DenseMapInfo<Instruction *>::getTombstoneKey();
209 Inst == DenseMapInfo<Instruction *>::getTombstoneKey();
230 static inline CallValue getTombstoneKey() { function in struct:llvm::DenseMapInfo
231 return DenseMapInfo<Instruction *>::getTombstoneKey();
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h1420 static inline TargetInstrInfo::RegSubRegPair getTombstoneKey() { function in struct:llvm::DenseMapInfo
1421 return TargetInstrInfo::RegSubRegPair(RegInfo::getTombstoneKey(),
1422 RegInfo::getTombstoneKey());
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1260 static inline MachineInstr *getTombstoneKey() {
1268 if (RHS == getEmptyKey() || RHS == getTombstoneKey() ||
1269 LHS == getEmptyKey() || LHS == getTombstoneKey())
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTBitCodes.h111 static inline QualType getTombstoneKey() { function in struct:clang::serialization::UnsafeQualTypeDenseMapInfo
1593 static clang::serialization::DeclarationNameKey getTombstoneKey() { function in struct:llvm::DenseMapInfo
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp896 static PHINode *getTombstoneKey() { function in struct:PHIDenseMapInfo
897 return DenseMapInfo<PHINode *>::getTombstoneKey();
908 if (LHS == getEmptyKey() || LHS == getTombstoneKey() ||
909 RHS == getEmptyKey() || RHS == getTombstoneKey())
1361 static CatchPadInst *getTombstoneKey() { function in struct:CatchPadDenseMapInfo
1362 return DenseMapInfo<CatchPadInst *>::getTombstoneKey();
1369 if (LHS == getEmptyKey() || LHS == getTombstoneKey() ||
1370 RHS == getEmptyKey() || RHS == getTombstoneKey())

Completed in 139 milliseconds

12