Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorTilingInterfaceImpl.cpp26 ReifyRankedShapedTypeOpInterface reifyShapedTypeInterface = in getDestinationOperands() local
28 (void)reifyShapedTypeInterface.reifyResultShapes(b, reifiedShapes); in getDestinationOperands()
46 ReifyRankedShapedTypeOpInterface reifyShapedTypeInterface = in getIterationDomain() local
48 (void)reifyShapedTypeInterface.reifyResultShapes(b, reifiedShapes); in getIterationDomain()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DFusePadOpWithLinalgProducer.cpp65 ReifyRankedShapedTypeOpInterface reifyShapedTypeInterface = in matchAndRewrite() local
67 if (failed(reifyShapedTypeInterface.reifyResultShapes(rewriter, in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp1332 ReifyRankedShapedTypeOpInterface reifyShapedTypeInterface = in matchAndRewrite() local
1334 if (failed(reifyShapedTypeInterface.reifyResultShapes(rewriter, in matchAndRewrite()