Searched refs:EmptyKey (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 54 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 D | UniqueID.h | 57 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 D | DenseMap.h | 125 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 D | BasicBlockSectionsProfileReader.h | 60 unsigned EmptyKey = DenseMapInfo<unsigned>::getEmptyKey(); 61 return UniqueBBID{EmptyKey, EmptyKey};
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | AssumeBundleQueries.h | 53 return Attribute::EmptyKey;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 90 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1005 case Attribute::EmptyKey: in constructFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 753 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 D | Attributor.cpp | 1257 const IRPosition IRPosition::EmptyKey(DenseMapInfo<void *>::getEmptyKey());
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 934 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 D | DXILBitcodeWriter.cpp | 710 case Attribute::EmptyKey: in getAttrKindEncoding()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 851 case Attribute::EmptyKey: in getAttrKindEncoding()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1714 case Attribute::EmptyKey: in getRawAttributeMask()
|