Home
last modified time | relevance | path

Searched refs:WithPDLPatternsOp (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/test/python/dialects/
H A Dtransform.py57 withPdl = transform.WithPDLPatternsOp()
101 with_pdl = transform.WithPDLPatternsOp()
H A Dtransform_structured_ext.py157 with_pdl = transform.WithPDLPatternsOp()
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp625 transform::WithPDLPatternsOp::apply(transform::TransformResults &results, in apply()
647 LogicalResult transform::WithPDLPatternsOp::verify() { in verify()
673 if (auto parent = getOperation()->getParentOfType<WithPDLPatternsOp>()) { in verify()
/llvm-project-15.0.7/mlir/python/mlir/dialects/
H A D_transform_ops_ext.py108 class WithPDLPatternsOp: class
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformOps.td192 expected to be defined in the closest surrounding `WithPDLPatternsOp`.
292 def WithPDLPatternsOp : TransformDialectOp<"with_pdl_patterns",