Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_remove_phis.c42 matching_mov(nir_alu_instr *mov1, nir_ssa_def *ssa) in matching_mov() argument
44 if (!mov1) in matching_mov()
48 return mov2 && nir_alu_srcs_equal(mov1, mov2, 0, 0); in matching_mov()