Lines Matching defs:parallelInsertSliceOp
937 auto parallelInsertSliceOp = cast<ParallelInsertSliceOp>(op);
938 return opOperand == parallelInsertSliceOp.getDestMutable();
944 auto parallelInsertSliceOp = cast<ParallelInsertSliceOp>(op);
946 parallelInsertSliceOp.getParallelCombiningParent();
953 getBuffer(rewriter, parallelInsertSliceOp.getDest(), options);
957 getBuffer(rewriter, parallelInsertSliceOp.getSource(), options);
965 parallelInsertSliceOp.getSourceType().getShape(), destBufferType,
966 parallelInsertSliceOp.getMixedOffsets(),
967 parallelInsertSliceOp.getMixedSizes(),
968 parallelInsertSliceOp.getMixedStrides()));
970 parallelInsertSliceOp.getLoc(), subviewMemRefType, *destBuffer,
971 parallelInsertSliceOp.getMixedOffsets(),
972 parallelInsertSliceOp.getMixedSizes(),
973 parallelInsertSliceOp.getMixedStrides());
976 if (failed(options.createMemCpy(rewriter, parallelInsertSliceOp.getLoc(),