Home | History | Annotate | Download | only in AsmPrinter

Lines Matching full:bucket

54   // Then compute the bucket size, minimum of 1 bucket.
87 // Figure out how many buckets we need, then compute the bucket
94 // Compute bucket contents and final ordering.
97 uint32_t bucket = Data[i]->HashValue % Header.bucket_count;
98 Buckets[bucket].push_back(Data[i]);
120 Asm->OutStreamer->AddComment("Header Bucket Count");
144 Asm->OutStreamer->AddComment("Bucket " + Twine(i));
162 // bucket.
172 Asm->OutStreamer->AddComment("Hash in Bucket " + Twine(i));
180 // element in each bucket. This is done via a symbol subtraction from the
193 Asm->OutStreamer->AddComment("Offset in Bucket " + Twine(i));
204 // the bucket. For the string case emit the dies and the various offsets.
205 // Terminate each HashData bucket with 0.
236 // Emit the final end marker for the bucket.