Searched refs:BitsToWords (Results 1 – 3 of 3) sorted by relevance
46 BitsToWords(start_bits), in BitVector()47 static_cast<uint32_t*>(allocator->Alloc(BitsToWords(start_bits) * kWordBytes))) { in BitVector()83 int our_highest_index = BitsToWords(our_highest); in SameBitsSet()107 size_t this_highest_index = BitsToWords(this_highest + 1); in IsSubsetOf()149 uint32_t src_size = BitsToWords(highest_bit + 1); in Union()183 uint32_t union_with_size = BitsToWords(highest_bit + 1); in UnionIfNotIn()357 uint32_t new_size = BitsToWords(idx + 1); in EnsureSize()
129 static constexpr uint32_t BitsToWords(uint32_t bits) { in BitsToWords() function
78 BitVector::BitsToWords(num_vregs), in VRegChains()79 alloc->AllocArray<uint32_t>(BitVector::BitsToWords(num_vregs))), in VRegChains()