Searched refs:newCopyOp (Results 1 – 1 of 1) sorted by relevance
1167 if (auto newCopyOp = dyn_cast<memref::CopyOp>(u.getOwner())) { in matchAndRewrite() local1168 assert(newCopyOp.getTarget().getType().isa<MemRefType>()); in matchAndRewrite()1169 if (newCopyOp.getTarget() != subView) in matchAndRewrite()1171 LDBG("copy candidate " << *newCopyOp); in matchAndRewrite()1172 if (mayExistInterleavedUses(newCopyOp, xferOp, {viewOrAlloc, subView})) in matchAndRewrite()1174 copyOp = newCopyOp; in matchAndRewrite()1247 if (auto newCopyOp = dyn_cast<memref::CopyOp>(u.getOwner())) { in matchAndRewrite() local1248 if (newCopyOp.getSource() != subView) in matchAndRewrite()1250 if (mayExistInterleavedUses(xferOp, newCopyOp, {viewOrAlloc, subView})) in matchAndRewrite()1252 copyOp = newCopyOp; in matchAndRewrite()