Lines Matching refs:PDL
1 # PDLL - PDL Language
3 This document details the PDL Language (PDLL), a custom frontend language for
21 The PDL Language (PDLL) provides a declarative pattern language designed from
208 example, the PDL IR abstraction only contains limited support for control flow.
224 encourage and support the existence of various PDL frontends defined in
226 building the PDL IR abstraction in the first place; to enable innovation and
230 users, a PDL DSL in their language may be ideal and we will remain committed to
239 [PDL IR abstraction](https://mlir.llvm.org/docs/Dialects/PDLOps/), which in turn
1080 // compiled PDL.
1100 the C++ PDL API. For example, the constraints above may be registered as:
1455 // rewrite must be registered by the consumer of the compiled PDL.
1464 the C++ PDL API. For example, the rewrite above may be registered as: