Lines Matching defs:copyOp
2267 memref::CopyOp copyOp) {
2268 auto srcType = cast<MemRefType>(copyOp.getSource().getType());
2269 auto dstType = cast<MemRefType>(copyOp.getTarget().getType());
2282 Location loc = copyOp->getLoc();
2287 loc, readType, copyOp.getSource(), indices,
2295 loc, readValue, copyOp.getTarget(), indices,
2297 rewriter.replaceOp(copyOp, writeValue->getResults());
2862 memref::CopyOp copyOp;
2870 copyOp = newCopyOp;
2874 if (!copyOp)
2885 if (mayExistInterleavedUses(newFillOp, copyOp, {viewOrAlloc, subView}))
2897 Value in = copyOp.getSource();
2912 rewriter.eraseOp(copyOp);
2939 memref::CopyOp copyOp;
2946 copyOp = newCopyOp;
2950 if (!copyOp)
2954 assert(isa<MemRefType>(copyOp.getTarget().getType()));
2955 Value out = copyOp.getTarget();
2969 rewriter.eraseOp(copyOp);