Searched refs:bi_foreach_dest (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_opt_dce.c | 49 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()
|
D | bi_opt_cse.c | 65 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()
|
D | bi_ra.c | 221 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()
|
D | bi_liveness.c | 39 bi_foreach_dest(ins, d) { in bi_liveness_ins_update()
|
D | bi_schedule.c | 252 bi_foreach_dest(ins, d) { in bi_create_dependency_graph() 927 bi_foreach_dest(instr, d) { in bi_write_count()
|
D | compiler.h | 840 #define bi_foreach_dest(ins, v) \ macro
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 402 - pan/bi: Don't open code bi_foreach_dest
|