Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_dce.c81 bi_postra_liveness_ins(uint64_t live, bi_instr *ins) in bi_postra_liveness_ins() function
111 live = bi_postra_liveness_ins(live, ins); in bi_postra_liveness_block()
178 live = bi_postra_liveness_ins(live, ins); in bi_opt_dce_post_ra()
Dbi_schedule.c1717 *live = bi_postra_liveness_ins(*live, tuple->add); in bi_schedule_clause()
1720 *live = bi_postra_liveness_ins(*live, tuple->fma); in bi_schedule_clause()
Dbi_ra.c329 preload_live = bi_postra_liveness_ins(preload_live, ins); in bi_mark_interference()
Dcompiler.h1136 uint64_t MUST_CHECK bi_postra_liveness_ins(uint64_t live, bi_instr *ins);
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_mark_last.c176 live = bi_postra_liveness_ins(live, I); in va_mark_last()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst727 - pan/bi: Mark bi_postra_liveness_ins as MUST_CHECK