Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_dce.c106 blk->reg_live_out |= succ->reg_live_in; in bi_postra_liveness_block()
108 uint64_t live = blk->reg_live_out; in bi_postra_liveness_block()
131 block->reg_live_out = block->reg_live_in = 0; in bi_postra_liveness()
158 uint64_t live = block->reg_live_out; in bi_opt_dce_post_ra()
Dbi_ra.c347 bi_mark_interference(blk, l, live, blk->reg_live_out, in bi_compute_interference()
Dcompiler.h682 uint64_t reg_live_in, reg_live_out; member
Dbi_schedule.c1910 uint64_t live = block->reg_live_out; in bi_schedule_block()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_mark_last.c156 uint64_t live = block->reg_live_out; in va_mark_last()