Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_opt_cse.c69 bi_foreach_src(I, s) { in hash_instr()
95 bi_foreach_src(i1, s) { in instrs_equal()
143 bi_foreach_src(I, s) { in instr_can_cse()
163 bi_foreach_src(instr, s) { in bi_opt_cse()
Dbi_opt_copy_prop.c40 bi_foreach_src(ins, s) { in bi_reads_fau()
69 bi_foreach_src(ins, s) { in bi_opt_copy_prop()
Dbi_helper_invocations.c215 bi_foreach_src(I, s) { in bi_helper_block_update()
240 bi_foreach_src(I, s) { in bi_analyze_helper_requirements()
Dbi_schedule.c223 bi_foreach_src(ins, s) { in bi_create_dependency_graph()
265 bi_foreach_src(ins, s) { in bi_create_dependency_graph()
742 bi_foreach_src(instr, s) { in bi_update_fau()
878 bi_foreach_src(add, s) { in bi_has_staging_passthrough_hazard()
903 bi_foreach_src(pins, s) { in bi_has_cross_passthrough_hazard()
1029 bi_foreach_src(instr, s) { in bi_instr_schedulable()
1126 bi_foreach_src(instr, s) { in bi_pop_instr()
1210 bi_foreach_src(ins, i) { in bi_use_passthrough()
1265 bi_foreach_src(ins, s) { in bi_rewrite_zero()
1915 bi_foreach_src(ins, s) { in bi_lower_fau()
Dbi_ra.c374 bi_foreach_src(ins, s) in bi_install_registers()
382 bi_foreach_src(ins, i) { in bi_rewrite_index_src_single()
435 bi_foreach_src(I, s) { in bi_count_read_index()
Dbi_opt_constant_fold.c35 bi_foreach_src(I, s) { in bi_fold_constant()
Dbi_lower_swizzle.c110 bi_foreach_src(ins, s) { in bi_lower_swizzle()
Dbi_opt_mod_props.c146 bi_foreach_src(I, s) { in bi_opt_mod_prop_forward()
249 bi_foreach_src(I, s) { in bi_opt_mod_prop_backward()
Dbi_liveness.c46 bi_foreach_src(ins, src) { in bi_liveness_ins_update()
Dbir.c35 bi_foreach_src(ins, s) { in bi_has_arg()
Dbi_opt_dce.c82 bi_foreach_src(ins, s) { in bi_postra_liveness_ins()
Dbi_pack.c112 bi_foreach_src(now->fma, src) in bi_assign_slots()
116 bi_foreach_src(now->add, src) { in bi_assign_slots()
Dcompiler.h837 #define bi_foreach_src(ins, v) \ macro
845 bi_foreach_src(ins, s)