Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_dce.c48 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()
Dbi_opt_cse.c65 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()
Dbi_validate.c70 bi_foreach_dest(I, d) { in bi_validate_preload()
119 bi_foreach_dest(I, d) { in bi_validate_width()
Dbi_helper_invocations.c202 bi_foreach_dest(I, d) { in bi_helper_block_update()
269 bi_foreach_dest(I, d) { in bi_analyze_helper_requirements()
Dbi_ra.c256 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()
Dbi_pressure_schedule.c115 bi_foreach_dest(I, s) { in create_dag()
234 bi_foreach_dest(I, d) { in calculate_pressure_delta()
Dbi_liveness.c39 bi_foreach_dest(ins, d) { in bi_liveness_ins_update()
Dbi_scoreboard.c139 bi_foreach_dest(I, d) { in bi_write_mask()
Dbi_schedule.c266 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()
Dcompiler.h1031 #define bi_foreach_dest(ins, v) \ macro
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_mark_last.c72 bi_foreach_dest(I, d) { in bi_writes_reg()
Dva_insert_flow.c92 bi_foreach_dest(I, d) { in bi_write_mask()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst402 - pan/bi: Don't open code bi_foreach_dest