Home
last modified time | relevance | path

Searched refs:move_instr (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_group_loads.c204 nir_instr *move_instr = instr; in group_loads() local
211 nir_instr_move(nir_after_instr(last), move_instr); in group_loads() local
212 move_instr->index = last->index + 1; in group_loads()
233 nir_instr *move_instr = instr; in group_loads() local
240 nir_instr_move(nir_before_instr(first), move_instr); in group_loads() local
241 move_instr->index = first->index - 1; in group_loads()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.cpp168 bool Instr::replace_dest(PRegister new_dest, r600::AluInstr *move_instr) in replace_dest() argument
171 (void)move_instr; in replace_dest()
H A Dsfn_instr.h106 virtual bool replace_dest(PRegister new_dest, AluInstr *move_instr);
H A Dsfn_instr_alu.h96 bool replace_dest(PRegister new_dest, AluInstr *move_instr) override;
H A Dsfn_instr_alu.cpp448 bool AluInstr::replace_dest(PRegister new_dest, AluInstr *move_instr) in replace_dest() argument
489 if (!move_instr->has_alu_flag(alu_last_instr)) in replace_dest()

Completed in 6 milliseconds