Home
last modified time | relevance | path

Searched refs:ApplyNativeRewriteOp (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/mlir/test/python/dialects/
H A Dpdl_ops.py217 ApplyNativeRewriteOp([], "NativeRewrite", args=[root])
236 ApplyNativeRewriteOp([], "NativeRewrite", args=[attr])
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DCPPGen.cpp128 else if (auto rewriteOp = dyn_cast<pdl::ApplyNativeRewriteOp>(op)) in generate()
142 .Case<pdl::ApplyNativeConstraintOp, pdl::ApplyNativeRewriteOp>( in generateConstraintAndRewrites()
H A DMLIRGen.cpp555 return genConstraintOrRewriteCall<pdl::ApplyNativeRewriteOp>(decl, loc, in genRewriteCall()
/llvm-project-15.0.7/mlir/lib/Dialect/PDL/IR/
H A DPDL.cpp103 LogicalResult ApplyNativeRewriteOp::verify() { in verify()
239 if (isa<ApplyNativeRewriteOp>(resultTypeOp)) in verifyResultTypesAreInferrable()
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp74 void generateRewriter(pdl::ApplyNativeRewriteOp rewriteOp,
652 .Case<pdl::ApplyNativeRewriteOp, pdl::AttributeOp, pdl::EraseOp, in generateRewriter()
673 pdl::ApplyNativeRewriteOp rewriteOp, DenseMap<Value, Value> &rewriteValues, in generateRewriter()
/llvm-project-15.0.7/mlir/python/mlir/dialects/
H A D_pdl_ops_ext.py70 class ApplyNativeRewriteOp: class
/llvm-project-15.0.7/mlir/test/Dialect/PDL/
H A Dinvalid.mlir18 // pdl::ApplyNativeRewriteOp
/llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/
H A DPDLOps.td54 // pdl::ApplyNativeRewriteOp