Home
last modified time | relevance | path

Searched defs:move_instr (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_group_loads.c209 nir_instr *move_instr = instr; in group_loads() local
238 nir_instr *move_instr = instr; in group_loads() local
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_lds.cpp211 bool LDSReadInstr::replace_dest(PRegister new_dest, AluInstr *move_instr) in replace_dest()
Dsfn_instr.cpp184 Instr::replace_dest(PRegister new_dest, r600::AluInstr *move_instr) in replace_dest()
Dsfn_instr_alu.cpp583 AluInstr::replace_dest(PRegister new_dest, AluInstr *move_instr) in replace_dest()