Home
last modified time | relevance | path

Searched refs:ApplyPatternsOp (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/python/mlir/dialects/transform/extras/
H A D__init__.py19 ApplyPatternsOp,
246 apply_patterns = region_op(ApplyPatternsOp)
/llvm-project/mlir/python/mlir/dialects/transform/
H A D__init__.py38 class ApplyPatternsOp(ApplyPatternsOp): class
/llvm-project/mlir/test/python/dialects/
H A Dtransform.py212 with InsertionPoint(transform.ApplyPatternsOp(sequence.bodyTarget).patterns):
228 with InsertionPoint(transform.ApplyPatternsOp(sequence.bodyTarget).patterns):
H A Dtransform_vector_ext.py18 apply = transform.ApplyPatternsOp(sequence.bodyTarget)
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp369 // ApplyPatternsOp
372 DiagnosedSilenceableFailure transform::ApplyPatternsOp::applyToOne( in applyToOne()
377 // more so for the ApplyPatternsOp because the GreedyPatternRewriteDriver in applyToOne()
455 LogicalResult transform::ApplyPatternsOp::verify() { in verify()
470 void transform::ApplyPatternsOp::getEffects( in getEffects()
476 void transform::ApplyPatternsOp::build( in build()
/llvm-project/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformOps.td298 def ApplyPatternsOp : TransformDialectOp<"apply_patterns",