Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DVectorization.cpp432 if (auto newCopyOp = dyn_cast<CopyOp>(u.getOwner())) { in matchAndRewrite() local
433 if (newCopyOp.getOutputBuffer(0) != subView) in matchAndRewrite()
435 LLVM_DEBUG(llvm::dbgs() << dbgPref << "copy candidate " << *newCopyOp); in matchAndRewrite()
436 if (mayExistInterleavedUses(newCopyOp, xferOp, {viewOrAlloc, subView})) in matchAndRewrite()
438 copyOp = newCopyOp; in matchAndRewrite()
503 if (auto newCopyOp = dyn_cast<CopyOp>(u.getOwner())) { in matchAndRewrite() local
504 if (newCopyOp.getInput(0) != subView) in matchAndRewrite()
506 if (mayExistInterleavedUses(xferOp, newCopyOp, {viewOrAlloc, subView})) in matchAndRewrite()
508 copyOp = newCopyOp; in matchAndRewrite()