Home
last modified time | relevance | path

Searched refs:def_out (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dregalloc.c115 BITSET_SET(block->def_out, store->reg->index); in calc_def_block()
144 BITSET_WORD new = block->def_out[j] & ~succ->def_out[j]; in calc_liveness()
146 succ->def_out[j] |= block->def_out[j]; in calc_liveness()
245 ctx->live[i] = block->live_out[i] & block->def_out[i]; in calc_interference()
448 if (BITSET_TEST(block->def_out, reg_idx)) { in assign_regs()
506 block->def_out = rzalloc_array(ctx.mem_ctx, BITSET_WORD, ctx.bitset_words); in gpir_regalloc_prog()
Dgpir.h360 BITSET_WORD *def_out; member