Lines Matching refs:BITSET_WORDS
102 BITSET_WORDS(count));
211 for (i = 0; i < BITSET_WORDS(regs->count); i++)
231 class->regs = rzalloc_array(class, BITSET_WORD, BITSET_WORDS(regs->count));
322 for (int i = 0; i < BITSET_WORDS(regs->count); i++) {
408 blob_write_bytes(blob, reg->conflicts, BITSET_WORDS(regs->count) *
416 blob_write_bytes(blob, class->regs, BITSET_WORDS(regs->count) *
444 blob_copy_bytes(blob, reg->conflicts, BITSET_WORDS(reg_count) *
459 class->regs = ralloc_array(class, BITSET_WORD, BITSET_WORDS(reg_count));
460 blob_copy_bytes(blob, class->regs, BITSET_WORDS(reg_count) *
550 BITSET_WORDS(ra_get_num_adjacency_bits(g->alloc)),
551 BITSET_WORDS(ra_get_num_adjacency_bits(alloc)));
565 unsigned bitset_count = BITSET_WORDS(alloc);
729 for (int i = BITSET_WORDS(g->count) - 1, high_bit = top_word_high_bit;
752 for (int i = BITSET_WORDS(g->count) - 1, high_bit = top_word_high_bit;
861 memcpy(regs, c->regs, BITSET_WORDS(g->regs->count) * sizeof(BITSET_WORD));
877 for (int j = 0; j < BITSET_WORDS(g->regs->count); j++)
883 for (int i = 0; i < BITSET_WORDS(g->regs->count); i++) {
905 select_regs = malloc(BITSET_WORDS(g->regs->count) * sizeof(BITSET_WORD));