Searched refs:srcReshapeOp (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
D | LinalgOps.cpp | 611 auto srcReshapeOp = reshapeOp.src().template getDefiningOp<ReshapeOpTy>(); in matchAndRewrite() local 612 if (!srcReshapeOp) in matchAndRewrite() 623 srcReshapeOp.getSrcType())) { in matchAndRewrite() 625 reshapeOp, reshapeOp.getResultType(), srcReshapeOp.src(), in matchAndRewrite() 627 srcReshapeOp.getReassociationMaps(), in matchAndRewrite() 632 if (areReshapeOpsFoldable(srcReshapeOp.getSrcType(), reshapeOp.getSrcType(), in matchAndRewrite() 635 reshapeOp, reshapeOp.getResultType(), srcReshapeOp.src(), in matchAndRewrite() 636 collapseReassociationMaps(srcReshapeOp.getReassociationMaps(), in matchAndRewrite()
|