Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DStringMap.h152 StringMapEntryBase *Bucket = RHS.TheTable[I]; in StringMap() local
184 StringMapEntryBase *Bucket = TheTable[I]; in ~StringMap() local
219 int Bucket = FindKey(Key); in find() local
226 int Bucket = FindKey(Key); in find() local
278 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in insert() local
317 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in try_emplace() local
340 StringMapEntryBase *&Bucket = TheTable[I]; in clear() local
382 : Ptr(Bucket) { in Ptr() argument
426 : base(Bucket, NoAdvance) {} in base() argument
443 : base(Bucket, NoAdvance) {} in base() argument
H A DFoldingSet.h684 explicit FoldingSetIterator(void **Bucket) : FoldingSetIteratorImpl(Bucket) {} in FoldingSetIterator()
713 FoldingSetBucketIteratorImpl(void **Bucket, bool) : Ptr(Bucket) {} in FoldingSetBucketIteratorImpl()
733 explicit FoldingSetBucketIterator(void **Bucket) : in FoldingSetBucketIterator()
736 FoldingSetBucketIterator(void **Bucket, bool) : in FoldingSetBucketIterator()
H A DSmallPtrSet.h187 auto *Bucket = FindBucketFor(Ptr); in find_imp() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp135 struct Bucket { struct
136 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket() argument
139 const SCEV *BaseSCEV;
140 SmallVector<BucketElement, 16> Elements;
310 SmallVector<Bucket, 16> &Buckets, in addOneCandidate()
689 SmallVector<Bucket, 16> &Buckets) { in updateFormPrep()
694 for (auto &Bucket : Buckets) in updateFormPrep() local
707 bool PPCLoopInstrFormPrep::dispFormPrep(Loop *L, SmallVector<Bucket, 16> &Buckets, in dispFormPrep()
715 for (auto &Bucket : Buckets) { in dispFormPrep() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp329 void **Bucket = GetBucketFor(IDHash, Buckets, NumBuckets); in FindNodeOrInsertPos() local
365 void **Bucket = static_cast<void**>(InsertPos); in InsertNode() local
407 void **Bucket = GetBucketPtr(Ptr); in RemoveNode() local
438 FoldingSetIteratorImpl::FoldingSetIteratorImpl(void **Bucket) { in FoldingSetIteratorImpl()
455 void **Bucket = GetBucketPtr(Probe); in advance() local
470 FoldingSetBucketIteratorImpl::FoldingSetBucketIteratorImpl(void **Bucket) { in FoldingSetBucketIteratorImpl()
H A DSmallPtrSet.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
H A DStringMap.cpp185 int Bucket = FindKey(Key); in RemoveKey() local
228 StringMapEntryBase *Bucket = TheTable[I]; in RehashTable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp76 uint32_t Bucket = E.second.HashValue % BucketCount; in finalize() local
83 for (auto &Bucket : Buckets) in finalize() local
249 for (auto &Bucket : Contents.getBuckets()) { in emitHashes() local
329 for (const AccelTableBase::HashList &Bucket : Buckets) { in emitData() local
395 for (auto &Bucket : Contents.getBuckets()) { in getUniqueTags() local
430 for (const auto &Bucket : enumerate(Contents.getBuckets())) { in emitBuckets() local
439 for (const auto &Bucket : enumerate(Contents.getBuckets())) { in emitStringOffsets() local
497 for (auto &Bucket : Contents.getBuckets()) { in emitData() local
671 for (auto &Bucket : Buckets) in print() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_addrhashmap.h57 struct Bucket { struct
60 Cell cells[kBucketSize]; argument
82 Bucket *bucket_; argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h59 struct Bucket { struct
62 Cell cells[kBucketSize]; argument
84 Bucket *bucket_; argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_addrhashmap.h63 struct Bucket { struct
66 Cell cells[kBucketSize]; argument
88 Bucket *bucket_; argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A DaaA.d102 inout(Bucket)* findSlotInsert(size_t hash) inout pure nothrow @nogc in inout() argument
113 inout(Bucket)* findSlotLookup(size_t hash, in void* pkey, in TypeInfo keyti) inout in inout() argument
170 private struct Bucket struct
192 Bucket[] allocBuckets(size_t dim) @trusted pure nothrow in allocBuckets() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DOnDiskHashTable.h79 struct Bucket { struct
85 Bucket *Buckets; argument
359 const unsigned char *Bucket = Buckets + sizeof(offset_type) * Idx; variable
H A DArrayRecycler.h39 SmallVector<FreeList*, 8> Bucket; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A DaaA.d105 inout(Bucket)* findSlotInsert(size_t hash) inout pure nothrow @nogc in inout() argument
116 …inout(Bucket)* findSlotLookup(size_t hash, scope const void* pkey, scope const TypeInfo keyti) ino… in inout() argument
173 private struct Bucket struct
195 Bucket[] allocBuckets(size_t dim) @trusted pure nothrow in allocBuckets() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp230 for (unsigned Bucket = 0; Bucket < Hdr.BucketCount; ++Bucket) { in dump() local
335 unsigned Bucket = HashValue % Hdr.BucketCount; in equal_range() local
764 for (uint32_t Bucket = 0; Bucket < Hdr.BucketCount; ++Bucket) in dump() local
813 uint32_t Bucket = *Hash % Hdr.BucketCount; in findEntryOffsetInCurrentIndex() local
H A DDWARFVerifier.cpp1025 uint32_t Bucket; in verifyNameIndexBuckets() member
1044 for (uint32_t Bucket = 0, End = NI.getBucketCount(); Bucket < End; ++Bucket) { in verifyNameIndexBuckets() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp164 uint32_t Bucket = hashStringV1(Name) % Header->NumHashBuckets; in findRecordsByName() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DHeaderMap.cpp219 for (unsigned Bucket = HashHMapKey(Filename);; ++Bucket) { in lookupFilename() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_type_hash_itanium.cc215 HashValue *Bucket = getTypeCacheHashTableBucket(Hash); in checkDynamicType() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_type_hash_itanium.cc216 HashValue *Bucket = getTypeCacheHashTableBucket(Hash); in checkDynamicType() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_type_hash_itanium.cpp216 HashValue *Bucket = getTypeCacheHashTableBucket(Hash); in checkDynamicType() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.cpp273 unsigned Bucket = I / PER_FIELD; in initialize() local
283 unsigned Bucket = I / PER_FIELD; in isInitialized() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFLiveness.cpp229 for (auto &Bucket : Blocks) { in getAllReachingDefs() local
242 auto &Bucket = Blocks[MBB]; in getAllReachingDefs() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp397 for (const auto &Bucket : Buckets) { in buildMatchers() local

12