Searched refs:getEmptyKey (Results 1 - 25 of 51) sorted by relevance

123

/external/llvm/include/llvm/ADT/
H A DDenseMapInfo.h27 //static inline T getEmptyKey();
36 static inline T* getEmptyKey() { function in struct:llvm::DenseMapInfo
55 static inline char getEmptyKey() { return ~0; } function in struct:llvm::DenseMapInfo
65 static inline unsigned getEmptyKey() { return ~0U; } function in struct:llvm::DenseMapInfo
75 static inline unsigned long getEmptyKey() { return ~0UL; } function in struct:llvm::DenseMapInfo
87 static inline unsigned long long getEmptyKey() { return ~0ULL; } function in struct:llvm::DenseMapInfo
100 static inline int getEmptyKey() { return 0x7fffffff; } function in struct:llvm::DenseMapInfo
110 static inline long getEmptyKey() { function in struct:llvm::DenseMapInfo
113 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
124 static inline long long getEmptyKey() { retur function in struct:llvm::DenseMapInfo
142 static inline Pair getEmptyKey() { function in struct:llvm::DenseMapInfo
171 static inline StringRef getEmptyKey() { function in struct:llvm::DenseMapInfo
196 static inline ArrayRef<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
[all...]
H A DDenseMap.h102 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
268 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
283 const KeyT EmptyKey = getEmptyKey();
292 const KeyT EmptyKey = getEmptyKey();
329 if (!KeyInfoT::isEqual(getBuckets()[i].getFirst(), getEmptyKey()) &&
343 static const KeyT getEmptyKey() { function in class:llvm::DenseMapBase
344 return KeyInfoT::getEmptyKey();
456 const KeyT EmptyKey = getEmptyKey();
480 const KeyT EmptyKey = getEmptyKey();
747 const KeyT EmptyKey = this->getEmptyKey();
[all...]
H A DPointerUnion.h491 static inline Pair getEmptyKey() { function in struct:llvm::DenseMapInfo
492 return Pair(FirstInfo::getEmptyKey());
H A DImmutableList.h207 static inline ImmutableList<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DPointerIntPair.h166 static Ty getEmptyKey() {
/external/clang/include/clang/AST/
H A DBaseSubobject.h56 static clang::BaseSubobject getEmptyKey() { function in struct:llvm::DenseMapInfo
58 DenseMapInfo<const clang::CXXRecordDecl *>::getEmptyKey(),
59 clang::CharUnits::fromQuantity(DenseMapInfo<int64_t>::getEmptyKey()));
H A DTypeOrdering.h41 static inline clang::QualType getEmptyKey() { return clang::QualType(); } function in struct:llvm::DenseMapInfo
59 static inline clang::CanQualType getEmptyKey() { function in struct:llvm::DenseMapInfo
H A DCharUnits.h209 static clang::CharUnits getEmptyKey() { function in struct:llvm::DenseMapInfo
211 DenseMapInfo<clang::CharUnits::QuantityType>::getEmptyKey();
H A DASTTypeTraits.h97 static inline ASTNodeKind getEmptyKey() { return ASTNodeKind(); } function in struct:clang::ast_type_traits::ASTNodeKind::DenseMapInfo
327 static inline DynTypedNode getEmptyKey() { function in struct:clang::ast_type_traits::DynTypedNode::DenseMapInfo
329 Node.NodeKind = ASTNodeKind::DenseMapInfo::getEmptyKey();
356 auto Empty = ASTNodeKind::DenseMapInfo::getEmptyKey();
H A DGlobalDecl.h97 static inline clang::GlobalDecl getEmptyKey() { function in struct:llvm::DenseMapInfo
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.h130 static clang::CodeGen::TBAAPathTag getEmptyKey() { function in struct:llvm::DenseMapInfo
132 DenseMapInfo<const clang::Type *>::getEmptyKey(),
133 DenseMapInfo<const MDNode *>::getEmptyKey(),
134 DenseMapInfo<uint64_t>::getEmptyKey());
/external/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h49 static inline PoolEntry* getEmptyKey() { return nullptr; } function in class:llvm::PBQP::ValuePool::PoolEntryDSInfo
76 if (P == getEmptyKey() || P == getTombstoneKey())
82 if (P1 == getEmptyKey() || P1 == getTombstoneKey())
/external/llvm/include/llvm/Analysis/
H A DMemoryLocation.h125 static inline MemoryLocation getEmptyKey() { function in struct:llvm::MemoryLocation::DenseMapInfo
126 return MemoryLocation(DenseMapInfo<const Value *>::getEmptyKey(), 0);
H A DAliasSetTracker.h49 AAInfo(DenseMapInfo<AAMDNodes>::getEmptyKey()) {}
64 if (AAInfo == DenseMapInfo<AAMDNodes>::getEmptyKey())
78 if (AAInfo == DenseMapInfo<AAMDNodes>::getEmptyKey() ||
/external/llvm/include/llvm/Linker/
H A DIRMover.h34 static StructType *getEmptyKey();
/external/llvm/unittests/ADT/
H A DDenseSetTest.cpp31 static inline unsigned getEmptyKey() { return ~0; } function in struct:__anon13119::TestDenseSetInfo
H A DDenseMapTest.cpp62 static inline CtorTester getEmptyKey() { return CtorTester(-1); }
370 static inline unsigned getEmptyKey() { return ~0; } function in struct:__anon13118::TestDenseMapInfo
409 static inline unsigned getEmptyKey() { return ~0; } function in struct:__anon13118::ContiguousDenseMapInfo
/external/llvm/include/llvm/IR/
H A DValueHandle.h108 V != DenseMapInfo<Value *>::getEmptyKey() &&
245 static inline AssertingVH<T> getEmptyKey() { function in struct:llvm::DenseMapInfo
247 Res.setRawValPtr(DenseMapInfo<Value *>::getEmptyKey());
H A DValueMap.h276 static inline VH getEmptyKey() { function in struct:llvm::DenseMapInfo
277 return VH(DenseMapInfo<Value *>::getEmptyKey());
/external/llvm/lib/IR/
H A DLLVMContextImpl.h50 static inline APInt getEmptyKey() { function in struct:llvm::DenseMapAPIntKeyInfo
69 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus, 1); } function in struct:llvm::DenseMapAPFloatKeyInfo
98 static inline StructType* getEmptyKey() { function in struct:llvm::AnonStructTypeKeyInfo
99 return DenseMapInfo<StructType*>::getEmptyKey();
113 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
145 static inline FunctionType* getEmptyKey() { function in struct:llvm::FunctionTypeKeyInfo
146 return DenseMapInfo<FunctionType*>::getEmptyKey();
161 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
841 static inline NodeTy *getEmptyKey() { function in struct:llvm::MDNodeInfo
842 return DenseMapInfo<NodeTy *>::getEmptyKey();
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp61 return Inst == DenseMapInfo<Instruction *>::getEmptyKey() ||
80 static inline SimpleValue getEmptyKey() { function in struct:llvm::DenseMapInfo
81 return DenseMapInfo<Instruction *>::getEmptyKey();
208 return Inst == DenseMapInfo<Instruction *>::getEmptyKey() ||
227 static inline CallValue getEmptyKey() { function in struct:llvm::DenseMapInfo
228 return DenseMapInfo<Instruction *>::getEmptyKey();
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1229 static inline MachineInstr *getEmptyKey() {
1241 if (RHS == getEmptyKey() || RHS == getTombstoneKey() ||
1242 LHS == getEmptyKey() || LHS == getTombstoneKey())
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h1416 static inline TargetInstrInfo::RegSubRegPair getEmptyKey() { function in struct:llvm::DenseMapInfo
1417 return TargetInstrInfo::RegSubRegPair(RegInfo::getEmptyKey(),
1418 RegInfo::getEmptyKey());
/external/clang/include/clang/Serialization/
H A DASTBitCodes.h108 static inline QualType getEmptyKey() { function in struct:clang::serialization::UnsafeQualTypeDenseMapInfo
1588 static clang::serialization::DeclarationNameKey getEmptyKey() { function in struct:llvm::DenseMapInfo
/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp56 static DivOpInfo getEmptyKey() { function in struct:llvm::DenseMapInfo

Completed in 309 milliseconds

123