Searched refs:forwardPattern (Results 1 – 1 of 1) sorted by relevance
403 RewritePatternSet forwardPattern(funcOp.getContext()); in applyVectorTransferForwardingPatterns() local404 forwardPattern.add<LinalgCopyVTRForwardingPattern>(funcOp.getContext()); in applyVectorTransferForwardingPatterns()405 forwardPattern.add<LinalgCopyVTWForwardingPattern>(funcOp.getContext()); in applyVectorTransferForwardingPatterns()406 (void)applyPatternsAndFoldGreedily(funcOp, std::move(forwardPattern)); in applyVectorTransferForwardingPatterns()