Searched refs:PDLInterpDialect (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/mlir/test/lib/Tools/PDLL/ |
| H A D | TestPDLL.cpp | 27 registry.insert<pdl::PDLDialect, pdl_interp::PDLInterpDialect>(); in getDependentDialects()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/ |
| H A D | PassDetail.h | 79 class PDLInterpDialect; variable
|
| /llvm-project-15.0.7/mlir/include/mlir/ |
| H A D | InitAllDialects.h | 97 pdl_interp::PDLInterpDialect, in registerAllDialects()
|
| /llvm-project-15.0.7/mlir/test/lib/Rewrite/ |
| H A D | TestPDLByteCode.cpp | 68 registry.insert<pdl_interp::PDLInterpDialect>(); in getDependentDialects()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/PDLInterp/IR/ |
| H A D | PDLInterp.cpp | 24 void PDLInterpDialect::initialize() { in initialize()
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/test/ |
| H A D | BUILD.bazel | 336 "//mlir:PDLInterpDialect", 684 "//mlir:PDLInterpDialect",
|
| /llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/ |
| H A D | PDLToPDLInterp.cpp | 668 pdl_interp::PDLInterpDialect::getRewriterModuleName(), in generateRewriter() 926 module.getLoc(), pdl_interp::PDLInterpDialect::getMatcherFunctionName(), in runOnOperation() 934 module.getLoc(), pdl_interp::PDLInterpDialect::getRewriterModuleName()); in runOnOperation()
|
| /llvm-project-15.0.7/mlir/lib/Rewrite/ |
| H A D | ByteCode.cpp | 490 pdl_interp::PDLInterpDialect::getMatcherFunctionName()); in generate() 492 pdl_interp::PDLInterpDialect::getRewriterModuleName()); in generate()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/ |
| H A D | TransformDialect.td | 306 "::mlir::pdl_interp::PDLInterpDialect",
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/ |
| H A D | BUILD.bazel | 3949 ":PDLInterpDialect", 4322 name = "PDLInterpDialect", 5037 ":PDLInterpDialect", 6263 ":PDLInterpDialect", 8053 ":PDLInterpDialect",
|
| /llvm-project-15.0.7/mlir/include/mlir/Conversion/ |
| H A D | Passes.td | 601 let dependentDialects = ["pdl_interp::PDLInterpDialect"];
|