Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_remove_phis.c47 nir_alu_instr *mov2 = get_parent_mov(ssa); in matching_mov() local
48 return mov2 && nir_alu_srcs_equal(mov1, mov2, 0, 0); in matching_mov()