Lines Matching defs:xferWriteOp
541 auto xferWriteOp = dyn_cast<vector::TransferWriteOp>(xferOp.getOperation());
543 if (!(xferReadOp || xferWriteOp))
545 if (xferWriteOp && xferWriteOp.getMask())
608 auto xferWriteOp = cast<vector::TransferWriteOp>(xferOp.getOperation());
612 b, xferWriteOp, returnTypes, inBoundsCond, compatibleMemRefType, alloc);
618 mapping.map(xferWriteOp.getSource(), memrefAndIndices.front());
619 mapping.map(xferWriteOp.getIndices(), memrefAndIndices.drop_front());
620 auto *clone = b.clone(*xferWriteOp, mapping);
621 clone->setAttr(xferWriteOp.getInBoundsAttrName(), inBoundsAttr);
626 createFullPartialVectorTransferWrite(b, xferWriteOp, inBoundsCond, alloc);
628 createFullPartialLinalgCopy(b, xferWriteOp, inBoundsCond, alloc);