Lines Matching defs:copy
5 * copy of this software and associated documentation files (the "Software"),
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
718 nir_intrinsic_instr *copy = nir_instr_as_intrinsic(instr);
719 if (copy->intrinsic != nir_intrinsic_copy_deref)
722 nir_deref_instr *dst_deref = nir_src_as_deref(copy->src[0]);
723 nir_deref_instr *src_deref = nir_src_as_deref(copy->src[1]);
741 b.cursor = nir_instr_remove(©->instr);
803 * and for copies we just delete the copy since it was writing
952 /* True if there is a copy that isn't to/from a shrinkable array */
966 /* True if there is a copy that isn't to/from a shrinkable vector */
1271 * Also, if we have a copy that to/from something we can't shrink, we need
1504 /* If we have a copy whose source or destination has been deleted
1506 * delete the copy instruction. If the source variable was dead