Home
last modified time | relevance | path

Searched refs:getEmptyKey (Results 1 – 25 of 73) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMapInfo.h39 static inline T* getEmptyKey() {
61 static inline char getEmptyKey() { return ~0; }
72 static inline unsigned char getEmptyKey() { return ~0; }
83 static inline unsigned short getEmptyKey() { return 0xFFFF; }
94 static inline unsigned getEmptyKey() { return ~0U; }
105 static inline unsigned long getEmptyKey() { return ~0UL; }
119 static inline unsigned long long getEmptyKey() { return ~0ULL; }
134 static inline short getEmptyKey() { return 0x7FFF; }
142 static inline int getEmptyKey() { return 0x7fffffff; }
153 static inline long getEmptyKey() {
[all …]
DCachedHashString.h51 static CachedHashStringRef getEmptyKey() {
52 return CachedHashStringRef(DenseMapInfo<StringRef>::getEmptyKey(), 0);
58 assert(!isEqual(S, getEmptyKey()) && "Cannot hash the empty key!");
79 static char *getEmptyKeyPtr() { return DenseMapInfo<char *>::getEmptyKey(); }
154 static CachedHashString getEmptyKey() {
163 assert(!isEqual(S, getEmptyKey()) && "Cannot hash the empty key!");
DDenseMap.h121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear()
334 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll()
349 const KeyT EmptyKey = getEmptyKey(); in initEmpty()
369 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets()
407 if (!KeyInfoT::isEqual(getBuckets()[i].getFirst(), getEmptyKey()) && in copyFrom()
423 static const KeyT getEmptyKey() { in getEmptyKey() function
426 return KeyInfoT::getEmptyKey(); in getEmptyKey()
566 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl()
590 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor()
908 const KeyT EmptyKey = this->getEmptyKey(); in swap()
[all …]
DPointerEmbeddedInt.h107 static inline T getEmptyKey() { return IntInfo::getEmptyKey(); }
DPointerSumType.h274 static inline SumType getEmptyKey() {
275 return SumType::create<SomeTag>(SomePointerInfo::getEmptyKey());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMapInfo.h36 static inline T* getEmptyKey() {
55 static inline char getEmptyKey() { return ~0; }
65 static inline unsigned getEmptyKey() { return ~0U; }
75 static inline unsigned long getEmptyKey() { return ~0UL; }
87 static inline unsigned long long getEmptyKey() { return ~0ULL; }
100 static inline int getEmptyKey() { return 0x7fffffff; }
110 static inline long getEmptyKey() {
113 static inline long getTombstoneKey() { return getEmptyKey() - 1L; }
124 static inline long long getEmptyKey() { return 0x7fffffffffffffffLL; }
142 static inline Pair getEmptyKey() {
[all …]
DDenseMap.h105 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear()
305 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll()
320 const KeyT EmptyKey = getEmptyKey(); in initEmpty()
340 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets()
377 if (!KeyInfoT::isEqual(getBuckets()[i].getFirst(), getEmptyKey()) && in copyFrom()
391 static const KeyT getEmptyKey() { in getEmptyKey() function
392 return KeyInfoT::getEmptyKey(); in getEmptyKey()
499 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl()
523 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor()
793 const KeyT EmptyKey = this->getEmptyKey(); in swap()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueHandle.h99 V != DenseMapInfo<Value *>::getEmptyKey() && in isValid()
176 static inline WeakVH getEmptyKey() {
177 return WeakVH(DenseMapInfo<Value *>::getEmptyKey());
309 static inline AssertingVH<T> getEmptyKey() {
311 Res.setRawValPtr(DenseMapInfo<Value *>::getEmptyKey());
540 static inline PoisoningVH<T> getEmptyKey() {
542 Res.setRawValPtr(DenseMapInfo<Value *>::getEmptyKey());
DDominators.h107 static inline BasicBlockEdge getEmptyKey() {
108 return BasicBlockEdge(BBInfo::getEmptyKey(), BBInfo::getEmptyKey());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp121 static inline MemOpKey getEmptyKey() { in getEmptyKey() function
122 return MemOpKey(PtrInfo::getEmptyKey(), PtrInfo::getEmptyKey(), in getEmptyKey()
123 PtrInfo::getEmptyKey(), PtrInfo::getEmptyKey(), in getEmptyKey()
124 PtrInfo::getEmptyKey()); in getEmptyKey()
136 assert(Val.Disp != PtrInfo::getEmptyKey() && "Cannot hash the empty key"); in getHashValue()
179 if (RHS.Disp == PtrInfo::getEmptyKey()) in isEqual()
180 return LHS.Disp == PtrInfo::getEmptyKey(); in isEqual()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h273 static inline LocationSize getEmptyKey() {
288 static inline MemoryLocation getEmptyKey() {
289 return MemoryLocation(DenseMapInfo<const Value *>::getEmptyKey(),
290 DenseMapInfo<LocationSize>::getEmptyKey());
DAliasSetTracker.h65 : Val(V), AAInfo(DenseMapInfo<AAMDNodes>::getEmptyKey()) {} in PointerRec()
85 if (AAInfo == DenseMapInfo<AAMDNodes>::getEmptyKey()) in updateSizeAndAAInfo()
110 if (AAInfo == DenseMapInfo<AAMDNodes>::getEmptyKey() || in getAAInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h50 static inline PoolEntry *getEmptyKey() { return nullptr; } in getEmptyKey() function
76 if (P == getEmptyKey() || P == getTombstoneKey()) in isEqual()
82 if (P1 == getEmptyKey() || P1 == getTombstoneKey()) in isEqual()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DFileEntry.h49 static inline gsym::FileEntry getEmptyKey() {
50 uint32_t key = DenseMapInfo<uint32_t>::getEmptyKey();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasmTraits.h25 static wasm::WasmSignature getEmptyKey() {
51 static wasm::WasmGlobalType getEmptyKey() {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegister.h94 static inline unsigned getEmptyKey() {
95 return DenseMapInfo<unsigned>::getEmptyKey();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp276 static OffsetValue getEmptyKey() { in getEmptyKey() function
277 return OffsetValue{DenseMapInfo<const Value *>::getEmptyKey(), in getEmptyKey()
278 DenseMapInfo<int64_t>::getEmptyKey()}; in getEmptyKey()
283 DenseMapInfo<int64_t>::getEmptyKey()}; in getTombstoneKey()
298 static OffsetInstantiatedValue getEmptyKey() { in getEmptyKey() function
300 DenseMapInfo<InstantiatedValue>::getEmptyKey(), in getEmptyKey()
301 DenseMapInfo<int64_t>::getEmptyKey()}; in getEmptyKey()
307 DenseMapInfo<int64_t>::getEmptyKey()}; in getTombstoneKey()
DAliasAnalysisSummary.h246 static inline cflaa::InstantiatedValue getEmptyKey() {
247 return cflaa::InstantiatedValue{DenseMapInfo<Value *>::getEmptyKey(),
248 DenseMapInfo<unsigned>::getEmptyKey()};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegister.h140 static inline unsigned getEmptyKey() {
141 return DenseMapInfo<unsigned>::getEmptyKey();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h149 using DenseMapInfo<DeclContext *>::getEmptyKey;
157 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h63 static inline APInt getEmptyKey() { in getEmptyKey() function
85 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus(), 1); } in getEmptyKey() function
120 static inline StructType* getEmptyKey() { in getEmptyKey() function
121 return DenseMapInfo<StructType*>::getEmptyKey(); in getEmptyKey()
139 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
175 static inline FunctionType* getEmptyKey() { in getEmptyKey() function
176 return DenseMapInfo<FunctionType*>::getEmptyKey(); in getEmptyKey()
195 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
1142 static inline NodeTy *getEmptyKey() {
1143 return DenseMapInfo<NodeTy *>::getEmptyKey();
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeHashing.h179 static codeview::LocallyHashedType getEmptyKey() { return Empty; }
199 static codeview::GloballyHashedType getEmptyKey() { return Empty; }
DTypeIndex.h282 static inline codeview::TypeIndex getEmptyKey() {
283 return codeview::TypeIndex{DenseMapInfo<uint32_t>::getEmptyKey()};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp104 return Inst == DenseMapInfo<Instruction *>::getEmptyKey() || in isSentinel()
126 static inline SimpleValue getEmptyKey() { in getEmptyKey() function
127 return DenseMapInfo<Instruction *>::getEmptyKey(); in getEmptyKey()
417 return Inst == DenseMapInfo<Instruction *>::getEmptyKey() || in isSentinel()
438 static inline CallValue getEmptyKey() { in getEmptyKey() function
439 return DenseMapInfo<Instruction *>::getEmptyKey(); in getEmptyKey()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBypassSlowDivision.h47 static DivRemMapKey getEmptyKey() {

123