Home
last modified time | relevance | path

Searched refs:bubbleUpPadSlice (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tensor/IR/
H A DTensorTilingInterfaceImpl.h42 Operation *bubbleUpPadSlice(OpBuilder &b, tensor::PadOp padOp,
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorTilingInterfaceImpl.cpp67 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 DTransforms.cpp832 tensor::bubbleUpPadSlice(rewriter, padOp, sliceOp.getMixedOffsets(), in matchAndRewrite()