Lines Matching refs:BITSET_WORD
375 pick_in_range(BITSET_WORD *regs, unsigned min, unsigned max) in pick_in_range()
386 pick_in_range_rev(BITSET_WORD *regs, int min, int max) in pick_in_range_rev()
398 ra_select_reg_merged(unsigned int n, BITSET_WORD *regs, void *data) in ra_select_reg_merged()
671 bd->def = rzalloc_array(bd, BITSET_WORD, bitset_words); in ra_block_compute_live_ranges()
672 bd->use = rzalloc_array(bd, BITSET_WORD, bitset_words); in ra_block_compute_live_ranges()
673 bd->livein = rzalloc_array(bd, BITSET_WORD, bitset_words); in ra_block_compute_live_ranges()
674 bd->liveout = rzalloc_array(bd, BITSET_WORD, bitset_words); in ra_block_compute_live_ranges()
792 BITSET_WORD new_livein = in ra_compute_livein_liveout()
815 BITSET_WORD new_liveout = in ra_compute_livein_liveout()
830 print_bitset(const char *name, BITSET_WORD *bs, unsigned cnt) in print_bitset()
889 BITSET_WORD *live = in ra_calc_block_live_values()
890 rzalloc_array(bd, BITSET_WORD, BITSET_WORDS(ctx->alloc_count)); in ra_calc_block_live_values()