Lines Matching refs:rewrites
4 writing pattern rewrites targeting MLIR.
22 the ground up for representing MLIR pattern rewrites. PDLL is designed to
42 is a declarative DSL for defining MLIR pattern rewrites within the
254 rewrites, etc., defined within that file are processed along with those within
864 [rewrite](#rewrites-with-multiple-results).
1272 after a successful pattern match. All PDLL rewrites must be defined within the
1276 categories of rewrites in PDLL: operation rewrite statements, and user defined
1277 rewrites.
1349 Additional rewrites can also be defined within PDLL, which allows for building
1397 signature, PDLL defined rewrites also support inferring the result type from the
1463 External rewrites are those registered explicitly with the `RewritePatternSet` via
1480 In addition to importing native rewrites, PDLL also supports defining native
1481 rewrites directly when compiling ahead-of-time (AOT) for C++. These rewrites can
1608 When defined inline, PDLL rewrites may reference any previously defined