Searched refs:bi_foreach_src (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_opt_cse.c | 69 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()
|
D | bi_opt_copy_prop.c | 40 bi_foreach_src(ins, s) { in bi_reads_fau() 69 bi_foreach_src(ins, s) { in bi_opt_copy_prop()
|
D | bi_helper_invocations.c | 215 bi_foreach_src(I, s) { in bi_helper_block_update() 240 bi_foreach_src(I, s) { in bi_analyze_helper_requirements()
|
D | bi_schedule.c | 223 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()
|
D | bi_ra.c | 374 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()
|
D | bi_opt_constant_fold.c | 35 bi_foreach_src(I, s) { in bi_fold_constant()
|
D | bi_lower_swizzle.c | 110 bi_foreach_src(ins, s) { in bi_lower_swizzle()
|
D | bi_opt_mod_props.c | 146 bi_foreach_src(I, s) { in bi_opt_mod_prop_forward() 249 bi_foreach_src(I, s) { in bi_opt_mod_prop_backward()
|
D | bi_liveness.c | 46 bi_foreach_src(ins, src) { in bi_liveness_ins_update()
|
D | bir.c | 35 bi_foreach_src(ins, s) { in bi_has_arg()
|
D | bi_opt_dce.c | 82 bi_foreach_src(ins, s) { in bi_postra_liveness_ins()
|
D | bi_pack.c | 112 bi_foreach_src(now->fma, src) in bi_assign_slots() 116 bi_foreach_src(now->add, src) { in bi_assign_slots()
|
D | compiler.h | 837 #define bi_foreach_src(ins, v) \ macro 845 bi_foreach_src(ins, s)
|