Home
last modified time | relevance | path

Searched refs:PDLInterpDialect (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Tools/PDLL/
H A DTestPDLL.cpp27 registry.insert<pdl::PDLDialect, pdl_interp::PDLInterpDialect>(); in getDependentDialects()
/llvm-project-15.0.7/mlir/lib/Conversion/
H A DPassDetail.h79 class PDLInterpDialect; variable
/llvm-project-15.0.7/mlir/include/mlir/
H A DInitAllDialects.h97 pdl_interp::PDLInterpDialect, in registerAllDialects()
/llvm-project-15.0.7/mlir/test/lib/Rewrite/
H A DTestPDLByteCode.cpp68 registry.insert<pdl_interp::PDLInterpDialect>(); in getDependentDialects()
/llvm-project-15.0.7/mlir/lib/Dialect/PDLInterp/IR/
H A DPDLInterp.cpp24 void PDLInterpDialect::initialize() { in initialize()
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/test/
H A DBUILD.bazel336 "//mlir:PDLInterpDialect",
684 "//mlir:PDLInterpDialect",
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp668 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 DByteCode.cpp490 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 DTransformDialect.td306 "::mlir::pdl_interp::PDLInterpDialect",
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/
H A DBUILD.bazel3949 ":PDLInterpDialect",
4322 name = "PDLInterpDialect",
5037 ":PDLInterpDialect",
6263 ":PDLInterpDialect",
8053 ":PDLInterpDialect",
/llvm-project-15.0.7/mlir/include/mlir/Conversion/
H A DPasses.td601 let dependentDialects = ["pdl_interp::PDLInterpDialect"];