Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_dce.c49 bi_foreach_dest(ins, d) { in bi_opt_dead_code_eliminate()
74 bi_foreach_dest(ins, d) { in bi_postra_liveness_ins()
163 bi_foreach_dest(ins, d) { in bi_opt_dce_post_ra()
Dbi_opt_cse.c65 bi_foreach_dest(I, d) { in hash_instr()
137 bi_foreach_dest(I, d) { in instr_can_cse()
184 bi_foreach_dest(instr, d) { in bi_opt_cse()
Dbi_ra.c221 bi_foreach_dest(ins, d) { in bi_mark_interference()
312 bi_foreach_dest(ins, d) { in bi_allocate_registers()
371 bi_foreach_dest(ins, d) in bi_install_registers()
400 bi_foreach_dest(ins, d) { in bi_choose_spill_node()
455 bi_foreach_dest(I, d) { in bi_spill_register()
Dbi_liveness.c39 bi_foreach_dest(ins, d) { in bi_liveness_ins_update()
Dbi_schedule.c252 bi_foreach_dest(ins, d) { in bi_create_dependency_graph()
927 bi_foreach_dest(instr, d) { in bi_write_count()
Dcompiler.h840 #define bi_foreach_dest(ins, v) \ macro
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst402 - pan/bi: Don't open code bi_foreach_dest