Searched refs:dest_instr (Results 1 – 3 of 3) sorted by relevance
78 nir_instr *dest_instr = use->parent_instr; in valid_dest() local79 if (dest_instr->block == block) in valid_dest()81 if ((dest_instr->type == nir_instr_type_phi) && in valid_dest()82 (dest_instr->block == block->successors[0])) in valid_dest()
1461 nir_instr_move_src(nir_instr *dest_instr, nir_src *dest, nir_src *src) in nir_instr_move_src() argument1463 assert(!src_is_valid(dest) || dest->parent_instr == dest_instr); in nir_instr_move_src()1469 src_add_all_uses(dest, dest_instr, NULL); in nir_instr_move_src()
2179 void nir_instr_move_src(nir_instr *dest_instr, nir_src *dest, nir_src *src);