Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DCPPGen.cpp126 if (auto constraintOp = dyn_cast<pdl::ApplyNativeConstraintOp>(op)) in generate()
142 .Case<pdl::ApplyNativeConstraintOp, pdl::ApplyNativeRewriteOp>( in generateConstraintAndRewrites()
H A DMLIRGen.cpp544 genConstraintOrRewriteCall<pdl::ApplyNativeConstraintOp>(decl, loc, in genConstraintCall()
/llvm-project-15.0.7/mlir/test/python/dialects/
H A Dpdl_ops.py288 ApplyNativeConstraintOp("typeConstraint", args=[resultType])
/llvm-project-15.0.7/mlir/python/mlir/dialects/
H A D_pdl_ops_ext.py56 class ApplyNativeConstraintOp: class
/llvm-project-15.0.7/mlir/lib/Dialect/PDL/IR/
H A DPDL.cpp93 LogicalResult ApplyNativeConstraintOp::verify() { in verify()
/llvm-project-15.0.7/mlir/test/Dialect/PDL/
H A Dinvalid.mlir4 // pdl::ApplyNativeConstraintOp
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.cpp261 static void getConstraintPredicates(pdl::ApplyNativeConstraintOp op, in getConstraintPredicates()
335 .Case<pdl::ApplyNativeConstraintOp>([&](auto constraintOp) { in getNonTreePredicates()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/
H A DPDLOps.td29 // pdl::ApplyNativeConstraintOp