Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dscheduler.c196 uint64_t live_physregs; member
623 ctx->live_physregs &= in schedule_try_place_node()
631 ctx->live_physregs |= in schedule_try_place_node()
1013 available &= ~ctx->live_physregs; in try_spill_node()
1031 ctx->live_physregs |= (1ull << physreg); in try_spill_node()
1526 if (ctx->live_physregs & (0xfull << (4 * i))) { in schedule_print_pre_one_instr()
1529 if (ctx->live_physregs & (1ull << (4 * i + j))) in schedule_print_pre_one_instr()
1587 ctx.live_physregs = block->live_out_phys; in schedule_block()