Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp2151 static auto findArg(RangeT &&range, StringRef name) { in findArg() function
2694 if (const NamedTypeConstraint *arg = findArg(op.getOperands(), name)) in findSeenArg()
2696 if (const NamedTypeConstraint *arg = findArg(op.getResults(), name)) in findSeenArg()
2698 if (const NamedAttribute *attr = findArg(op.getAttributes(), name)) in findSeenArg()
2707 if (const NamedAttribute *attr = findArg(op.getAttributes(), name)) { in parseVariableImpl()
2722 if (const NamedTypeConstraint *operand = findArg(op.getOperands(), name)) { in parseVariableImpl()
2733 if (const NamedRegion *region = findArg(op.getRegions(), name)) { in parseVariableImpl()
2746 if (const auto *result = findArg(op.getResults(), name)) { in parseVariableImpl()
2753 if (const auto *successor = findArg(op.getSuccessors(), name)) { in parseVariableImpl()