Home
last modified time | relevance | path

Searched defs:Bucket (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ADT/
HDStringMap.h169 StringMapEntryBase *Bucket = RHS.TheTable[I]; in StringMap() local
201 StringMapEntryBase *Bucket = TheTable[I]; in ~StringMap() local
236 int Bucket = FindKey(Key, FullHashValue); in find() local
245 int Bucket = FindKey(Key, FullHashValue); in find() local
310 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in insert() local
377 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in try_emplace_with_hash() local
401 StringMapEntryBase *&Bucket = TheTable[I]; in clear() local
443 : Ptr(Bucket) { in Ptr() argument
487 : base(Bucket, NoAdvance) {} in base() argument
504 : base(Bucket, NoAdvance) {} in base() argument
HDConcurrentHashtable.h276 struct Bucket { struct
298 void RehashBucket(Bucket &CurBucket) { in RehashBucket() argument
HDFoldingSet.h727 explicit FoldingSetIterator(void **Bucket) : FoldingSetIteratorImpl(Bucket) {} in FoldingSetIterator()
756 FoldingSetBucketIteratorImpl(void **Bucket, bool) : Ptr(Bucket) {} in FoldingSetBucketIteratorImpl()
776 explicit FoldingSetBucketIterator(void **Bucket) : in FoldingSetBucketIterator()
779 FoldingSetBucketIterator(void **Bucket, bool) : in FoldingSetBucketIterator()
HDSmallPtrSet.h165 auto *Bucket = FindBucketFor(Ptr); in erase_imp() local
191 auto *Bucket = FindBucketFor(Ptr); in find_imp() local
HDDenseMap.h1274 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator() argument
/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDFoldingSet.cpp281 void **Bucket = GetBucketFor(IDHash, Buckets, NumBuckets); in FindNodeOrInsertPos() local
317 void **Bucket = static_cast<void**>(InsertPos); in InsertNode() local
359 void **Bucket = GetBucketPtr(Ptr); in RemoveNode() local
390 FoldingSetIteratorImpl::FoldingSetIteratorImpl(void **Bucket) { in FoldingSetIteratorImpl()
407 void **Bucket = GetBucketPtr(Probe); in advance() local
422 FoldingSetBucketIteratorImpl::FoldingSetBucketIteratorImpl(void **Bucket) { in FoldingSetBucketIteratorImpl()
HDSmallPtrSet.cpp51 const void **Bucket = const_cast<const void**>(FindBucketFor(Ptr)); in insert_imp_big() local
66 unsigned Bucket = DenseMapInfo<void *>::getHashValue(Ptr) & (CurArraySize-1); in FindBucketFor() local
HDStringMap.cpp203 int Bucket = FindKey(Key); in RemoveKey() local
240 StringMapEntryBase *Bucket = TheTable[I]; in RehashTable() local
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCLoopInstrFormPrep.cpp195 struct Bucket { struct
196 Bucket(const SCEV *B, Instruction *I) in Bucket() argument
202 const SCEV *BaseSCEV;
207 SmallVector<BucketElement, 16> Elements;
210 unsigned ChainSize;
213 SmallVector<BucketElement, 16> ChainBases;
529 SmallVector<Bucket, 16> &Buckets) { in chainCommoning()
537 for (auto &Bucket : Buckets) { in chainCommoning() local
549 Loop *L, Bucket &Bucket, SmallSet<BasicBlock *, 16> &BBChanged) { in rewriteLoadStoresForCommoningChains() argument
836 Instruction *MemI, const SCEV *LSCEV, SmallVector<Bucket, 16> &Buckets, in addOneCandidate()
[all …]
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAccelTable.cpp64 uint32_t Bucket = E.second.HashValue % BucketCount; in finalize() local
71 for (auto &Bucket : Buckets) in finalize() local
253 for (const auto &Bucket : Contents.getBuckets()) { in emitHashes() local
333 for (const AccelTableBase::HashList &Bucket : Buckets) { in emitData() local
431 for (auto &Bucket : Contents.getBuckets()) { in populateAbbrevsMap() local
487 for (const auto &Bucket : enumerate(Contents.getBuckets())) { in emitBuckets() local
495 for (const auto &Bucket : enumerate(Contents.getBuckets())) { in emitStringOffsets() local
586 for (auto &Bucket : Contents.getBuckets()) { in emitData() local
614 for (auto &Bucket : Contents.getBuckets()) in Dwarf5AccelTableWriter() local
804 for (const auto &Bucket : Buckets) in print() local
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_addrhashmap.h63 struct Bucket { struct
66 Cell cells[kBucketSize]; argument
88 Bucket *bucket_; argument
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/
HDOnDiskHashTable.h78 struct Bucket { struct
84 Bucket *Buckets; argument
360 const unsigned char *Bucket = Buckets + sizeof(offset_type) * Idx; variable
HDArrayRecycler.h39 SmallVector<FreeList*, 8> Bucket; variable
HDBalancedPartitioning.h76 std::optional<unsigned> Bucket; variable
HDGenericDomTreeConstruction.h624 Bucket; member
/freebsd-head/contrib/llvm-project/clang/include/clang/Lex/
HDHeaderMap.h48 for (unsigned Bucket = 0; Bucket < NumBuckets; ++Bucket) { in forEachKey() local
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDRandstruct.cpp40 class Bucket { class
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDTpiStream.cpp164 uint32_t Bucket = hashStringV1(Name) % Header->NumHashBuckets; in findRecordsByName() local
/freebsd-head/contrib/llvm-project/clang/lib/Lex/
HDHeaderMap.cpp206 for (unsigned Bucket = HashHMapKey(Filename);; ++Bucket) { in lookupFilename() local
/freebsd-head/contrib/llvm-project/compiler-rt/lib/ubsan/
HDubsan_type_hash_itanium.cpp228 HashValue *Bucket = getTypeCacheHashTableBucket(Hash); in checkDynamicType() local
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFAcceleratorTable.cpp241 for (unsigned Bucket = 0; Bucket < Hdr.BucketCount; ++Bucket) { in dump() local
928 for (uint32_t Bucket = 0; Bucket < Hdr.BucketCount; ++Bucket) in dump() local
977 uint32_t Bucket = *Hash % Hdr.BucketCount; in findEntryOffsetInCurrentIndex() local
HDDWARFVerifier.cpp1284 uint32_t Bucket; in verifyNameIndexBuckets() member
1303 for (uint32_t Bucket = 0, End = NI.getBucketCount(); Bucket < End; ++Bucket) { in verifyNameIndexBuckets() local
/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/
HDDescriptor.cpp402 unsigned Bucket = I / PER_FIELD; in initializeElement() local
412 unsigned Bucket = I / PER_FIELD; in isElementInitialized() local
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDRDFLiveness.cpp225 for (auto &Bucket : Blocks) { in getAllReachingDefs() local
238 auto &Bucket = Blocks[MBB]; in getAllReachingDefs() local
/freebsd-head/contrib/llvm-project/clang/lib/Tooling/Transformer/
HDRewriteRule.cpp431 for (const auto &Bucket : Buckets) { in buildMatchers() local

12