Searched refs:nir_dest_copy (Results 1 – 4 of 4) sorted by relevance
221 nir_dest_copy(&mov->dest.dest, &intrin->dest); in lower_locals_to_regs_block()
476 void nir_dest_copy(nir_dest *dest, const nir_dest *src) in nir_dest_copy() function508 nir_dest_copy(&dest->dest, &src->dest); in nir_alu_dest_copy()1726 nir_dest_copy(dest, &new_dest); in nir_instr_rewrite_dest()
1140 void nir_dest_copy(nir_dest *dest, const nir_dest *src);
1667 - nir: avoiding reading unitialized memory when using nir_dest_copy