Lines Matching refs:pcopy
367 struct ir3_instruction *pcopy)
369 for (unsigned i = 0; i < pcopy->dsts_count; i++) {
370 if (!(pcopy->srcs[i]->flags & IR3_REG_SSA))
372 try_merge_defs(live, pcopy->dsts[i], pcopy->srcs[i]->def, 0);
440 struct ir3_instruction *pcopy =
444 struct ir3_register *reg = __ssa_dst(pcopy);
451 pcopy->srcs[pcopy->srcs_count++] =
462 phi->srcs[pred_idx]->def = pcopy->dsts[j];
463 phi->srcs[pred_idx]->flags = pcopy->dsts[j]->flags;