Searched refs:toInsert (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorOps.cpp | 1618 Value toInsert = insertSliceOp.getSource(); in matchAndRewrite() local 1626 toInsert = rewriter.create<tensor::CastOp>(insertSliceOp.getLoc(), in matchAndRewrite() 1627 sourceType, toInsert); in matchAndRewrite() 1630 insertSliceOp, toInsert, insertSliceOp.getDest(), mixedOffsets, in matchAndRewrite() 2326 Value toInsert = insertSliceOp.getSource(); in matchAndRewrite() local 2330 toInsert = rewriter.create<tensor::CastOp>(insertSliceOp.getLoc(), in matchAndRewrite() 2331 sourceType, toInsert); in matchAndRewrite() 2334 insertSliceOp, toInsert, insertSliceOp.getDest(), mixedOffsets, in matchAndRewrite()
|