Home
last modified time | relevance | path

Searched refs:ir3_instr_move_before (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_spill.c62 ir3_instr_move_before(mov, mem); in set_base_reg()
136 ir3_instr_move_before(clone, spill); in split_spill()
170 ir3_instr_move_before(clone, reload); in split_reload()
Dir3_lower_parallelcopy.c81 ir3_instr_move_before(xor, instr); in do_xor()
181 ir3_instr_move_before(swz, instr); in do_swap()
238 ir3_instr_move_before(cov, instr); in do_copy()
246 ir3_instr_move_before(shr, instr); in do_copy()
267 ir3_instr_move_before(mov, instr); in do_copy()
Dir3_spill.c162 ir3_instr_move_before(mov, after); in add_base_reg()
372 ir3_instr_move_before(remat, after); in rematerialize()
720 ir3_instr_move_before(mov, instr); in materialize_pcopy_src()
765 ir3_instr_move_before(spill, instr); in spill()
866 ir3_instr_move_before(split, after); in split()
894 ir3_instr_move_before(collect, after); in extract()
941 ir3_instr_move_before(reload, after); in reload()
Dir3.h761 ir3_instr_move_before(struct ir3_instruction *instr, in ir3_instr_move_before() function