Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/python/dialects/
H A Dpdl_ops.py32 attr = AttributeOp()
235 attr = AttributeOp(value=Attribute.parse('"value"'))
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.cpp52 pdl::AttributeOp attr = cast<pdl::AttributeOp>(val.getDefiningOp()); in getTreePredicates()
229 if (isa<pdl::AttributeOp, pdl::OperandOp, pdl::OperandsOp, pdl::OperationOp, in getTreePredicates()
249 static void getAttributePredicates(pdl::AttributeOp op, in getAttributePredicates()
332 .Case([&](pdl::AttributeOp attrOp) { in getNonTreePredicates()
H A DPDLToPDLInterp.cpp77 void generateRewriter(pdl::AttributeOp attrOp,
612 if (pdl::AttributeOp attrOp = dyn_cast<pdl::AttributeOp>(oldOp)) { in generateRewriter()
652 .Case<pdl::ApplyNativeRewriteOp, pdl::AttributeOp, pdl::EraseOp, in generateRewriter()
686 pdl::AttributeOp attrOp, DenseMap<Value, Value> &rewriteValues, in generateRewriter()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp340 return builder.create<pdl::AttributeOp>(loc, getTypeConstraint()); in genNonInitializerVar()
402 return builder.create<pdl::AttributeOp>(genLoc(expr->getLoc()), attr); in genExprImpl()
/llvm-project-15.0.7/mlir/python/mlir/dialects/
H A D_pdl_ops_ext.py85 class AttributeOp: class
/llvm-project-15.0.7/mlir/lib/Dialect/PDL/IR/
H A DPDL.cpp113 LogicalResult AttributeOp::verify() { in verify()
/llvm-project-15.0.7/mlir/test/Dialect/PDL/
H A Dinvalid.mlir32 // pdl::AttributeOp
/llvm-project-15.0.7/mlir/include/mlir/Dialect/PDL/IR/
H A DPDLOps.td96 // pdl::AttributeOp