Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/Transforms/
H A DSwapExtractSliceWithProducer.cpp37 producerOp.getDestinationOperands(builder), sliceOp.getMixedOffsets(), in replaceExtractSliceWithTiledProducer()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DTilingInterface.td37 /*methodName=*/"getDestinationOperands",
78 `getDestinationOperands` method.
143 `getDestinationOperands` method.
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DTileUsingInterface.cpp238 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 DTilingInterfaceImpl.cpp34 SmallVector<Value> getDestinationOperands(Operation *op, OpBuilder &b) const { in getDestinationOperands() function
H A DTiling.cpp232 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 DTensorTilingInterfaceImpl.cpp24 SmallVector<Value> getDestinationOperands(Operation *op, OpBuilder &b) const { in getDestinationOperands() function
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp246 tileableProducer.getDestinationOperands(rewriter); in tileAndFuse()