Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_group_loads.c204 nir_instr *move_instr = instr; in group_loads() local
233 nir_instr *move_instr = instr; in group_loads() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr.cpp168 bool Instr::replace_dest(PRegister new_dest, r600::AluInstr *move_instr) in replace_dest()
Dsfn_instr_alu.cpp448 bool AluInstr::replace_dest(PRegister new_dest, AluInstr *move_instr) in replace_dest()