Home
last modified time | relevance | path

Searched defs:attrOp (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Dialect/IRDL/IR/
H A DIRDLOps.cpp64 auto attrOp = cast<AttributeOp>(defOp); in getVerifier() local
117 if (auto attrOp = dyn_cast<AttributeOp>(defOp)) in getVerifier() local
/llvm-project/mlir/lib/Dialect/IRDL/
H A DIRDLLoading.cpp647 op.walk([&](AttributeOp attrOp) { in preallocateAttrDefs()
689 res = op.walk([&](AttributeOp attrOp) { in loadDialects()
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp654 if (pdl::AttributeOp attrOp = dyn_cast<pdl::AttributeOp>(oldOp)) { in generateRewriter() local
729 pdl::AttributeOp attrOp, DenseMap<Value, Value> &rewriteValues, in generateRewriter()
H A DPredicateTree.cpp352 .Case([&](pdl::AttributeOp attrOp) { in getNonTreePredicates() argument