Searched refs:bubbleUpPadSlice (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Tensor/IR/ |
| H A D | TensorTilingInterfaceImpl.h | 42 Operation *bubbleUpPadSlice(OpBuilder &b, tensor::PadOp padOp,
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorTilingInterfaceImpl.cpp | 67 tensor::bubbleUpPadSlice(b, cast<PadOp>(op), offsets, sizes); in getTiledImplementation() 76 Operation *tensor::bubbleUpPadSlice(OpBuilder &b, tensor::PadOp padOp, in bubbleUpPadSlice() function in tensor
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | Transforms.cpp | 832 tensor::bubbleUpPadSlice(rewriter, padOp, sliceOp.getMixedOffsets(), in matchAndRewrite()
|