Searched refs:ApplyNativeRewriteOp (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/mlir/test/python/dialects/ |
| H A D | pdl_ops.py | 217 ApplyNativeRewriteOp([], "NativeRewrite", args=[root]) 236 ApplyNativeRewriteOp([], "NativeRewrite", args=[attr])
|
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/ |
| H A D | CPPGen.cpp | 128 else if (auto rewriteOp = dyn_cast<pdl::ApplyNativeRewriteOp>(op)) in generate() 142 .Case<pdl::ApplyNativeConstraintOp, pdl::ApplyNativeRewriteOp>( in generateConstraintAndRewrites()
|
| H A D | MLIRGen.cpp | 555 return genConstraintOrRewriteCall<pdl::ApplyNativeRewriteOp>(decl, loc, in genRewriteCall()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/PDL/IR/ |
| H A D | PDL.cpp | 103 LogicalResult ApplyNativeRewriteOp::verify() { in verify() 239 if (isa<ApplyNativeRewriteOp>(resultTypeOp)) in verifyResultTypesAreInferrable()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/ |
| H A D | PDLToPDLInterp.cpp | 74 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.py | 70 class ApplyNativeRewriteOp: class
|
| /llvm-project-15.0.7/mlir/test/Dialect/PDL/ |
| H A D | invalid.mlir | 18 // pdl::ApplyNativeRewriteOp
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/ |
| H A D | PDLOps.td | 54 // pdl::ApplyNativeRewriteOp
|