Searched refs:getDestinationOperands (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/Transforms/ |
| H A D | SwapExtractSliceWithProducer.cpp | 37 producerOp.getDestinationOperands(builder), sliceOp.getMixedOffsets(), in replaceExtractSliceWithTiledProducer()
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | TilingInterface.td | 37 /*methodName=*/"getDestinationOperands", 78 `getDestinationOperands` method. 143 `getDestinationOperands` method.
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/ |
| H A D | TileUsingInterface.cpp | 238 rewriter, op.getDestinationOperands(rewriter), offsets, sizes, true); in returningMatchAndRewrite() 314 rewriter, tilingResult.loops, op.getDestinationOperands(rewriter), in returningMatchAndRewrite() 480 unfusedProducerOp.getDestinationOperands(rewriter); in returningMatchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | TilingInterfaceImpl.cpp | 34 SmallVector<Value> getDestinationOperands(Operation *op, OpBuilder &b) const { in getDestinationOperands() function
|
| H A D | Tiling.cpp | 232 auto destOperands = op.getDestinationOperands(b); in tileToForeachThreadOpImpl() 324 auto tiledDestOperands = tilingInterfaceOp.getDestinationOperands(b); in tileToForeachThreadOpImpl() 579 tilingInterface.getDestinationOperands(builder); in tilePadOp()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorTilingInterfaceImpl.cpp | 24 SmallVector<Value> getDestinationOperands(Operation *op, OpBuilder &b) const { in getDestinationOperands() function
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/TransformOps/ |
| H A D | LinalgTransformOps.cpp | 246 tileableProducer.getDestinationOperands(rewriter); in tileAndFuse()
|