Searched refs:bi_foreach_dest (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_opt_dce.c | 48 bi_foreach_dest(ins, d) { in bi_opt_dead_code_eliminate() 83 bi_foreach_dest(ins, d) { in bi_postra_liveness_ins() 164 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() 140 bi_foreach_dest(I, d) { in instr_can_cse() 190 bi_foreach_dest(instr, d) { in bi_opt_cse()
|
D | bi_validate.c | 70 bi_foreach_dest(I, d) { in bi_validate_preload() 119 bi_foreach_dest(I, d) { in bi_validate_width()
|
D | bi_helper_invocations.c | 202 bi_foreach_dest(I, d) { in bi_helper_block_update() 269 bi_foreach_dest(I, d) { in bi_analyze_helper_requirements()
|
D | bi_ra.c | 256 bi_foreach_dest(ins, d) { in bi_mark_interference() 375 bi_foreach_dest(ins, d) { in bi_allocate_registers() 514 bi_foreach_dest(ins, d) in bi_install_registers() 546 bi_foreach_dest(ins, d) { in bi_choose_spill_node() 669 bi_foreach_dest(I, d) { in bi_spill_register() 831 bi_foreach_dest(I, d) { in squeeze_index()
|
D | bi_pressure_schedule.c | 115 bi_foreach_dest(I, s) { in create_dag() 234 bi_foreach_dest(I, d) { in calculate_pressure_delta()
|
D | bi_liveness.c | 39 bi_foreach_dest(ins, d) { in bi_liveness_ins_update()
|
D | bi_scoreboard.c | 139 bi_foreach_dest(I, d) { in bi_write_mask()
|
D | bi_schedule.c | 266 bi_foreach_dest(ins, d) { in bi_create_dependency_graph() 990 bi_foreach_dest(instr, d) { in bi_write_count() 1065 bi_foreach_dest(instr, d) { in bi_instr_schedulable()
|
D | compiler.h | 1031 #define bi_foreach_dest(ins, v) \ macro
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
D | va_mark_last.c | 72 bi_foreach_dest(I, d) { in bi_writes_reg()
|
D | va_insert_flow.c | 92 bi_foreach_dest(I, d) { in bi_write_mask()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 402 - pan/bi: Don't open code bi_foreach_dest
|