Home
last modified time | relevance | path

Searched refs:newCopyOp (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp1167 if (auto newCopyOp = dyn_cast<memref::CopyOp>(u.getOwner())) { in matchAndRewrite() local
1168 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() local
1248 if (newCopyOp.getSource() != subView) in matchAndRewrite()
1250 if (mayExistInterleavedUses(xferOp, newCopyOp, {viewOrAlloc, subView})) in matchAndRewrite()
1252 copyOp = newCopyOp; in matchAndRewrite()