Home
last modified time | relevance | path

Searched refs:EmptyKey (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h54 P->getFirst() = EmptyKey; in clear()
58 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
63 P->getFirst() = EmptyKey; in clear()
237 if (!KeyInfoT::isEqual(K, EmptyKey) && in forEach()
260 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()
272 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
274 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()
292 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
445 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
469 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h57 auto EmptyKey = DenseMapInfo<std::pair<uint64_t, uint64_t>>::getEmptyKey();
58 return {EmptyKey.first, EmptyKey.second};
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h125 P->getFirst() = EmptyKey; in clear()
129 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()
134 P->getFirst() = EmptyKey; in clear()
406 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
408 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()
426 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
623 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
647 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
649 assert(!KeyInfoT::isEqual(Val, EmptyKey) && in LookupBucketFor()
970 const KeyT EmptyKey = this->getEmptyKey(); in swap() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionsProfileReader.h60 unsigned EmptyKey = DenseMapInfo<unsigned>::getEmptyKey();
61 return UniqueBBID{EmptyKey, EmptyKey};
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumeBundleQueries.h53 return Attribute::EmptyKey;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h90 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1005 case Attribute::EmptyKey: in constructFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp753 auto EmptyKey = DenseMapInfo<int64_t>::getEmptyKey(); in getEmptyKey() local
754 return AA::RangeTy{EmptyKey, EmptyKey}; in getEmptyKey()
3421 static ReachabilityQueryInfo<ToTy> EmptyKey; member
3424 static inline ReachabilityQueryInfo<ToTy> *getEmptyKey() { return &EmptyKey; } in getEmptyKey()
3442 DenseMapInfo<ReachabilityQueryInfo<ToTy> *>::EmptyKey = \
H A DAttributor.cpp1257 const IRPosition IRPosition::EmptyKey(DenseMapInfo<void *>::getEmptyKey());
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h934 static const IRPosition EmptyKey;
1072 static inline IRPosition getEmptyKey() { return IRPosition::EmptyKey; }
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp710 case Attribute::EmptyKey: in getAttrKindEncoding()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp851 case Attribute::EmptyKey: in getAttrKindEncoding()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1714 case Attribute::EmptyKey: in getRawAttributeMask()