Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp1262 if (tree.isNestedDagArg(i)) { in handleReplaceWithNativeCodeCall()
1536 if (node.isNestedDagArg(argIndex)) { in createSeparateLocalVarsForOpArgs()
1549 if (node.isNestedDagArg(argIndex)) { in createSeparateLocalVarsForOpArgs()
1650 if (node.isNestedDagArg(argIndex)) { in createAggregateLocalVarsForOpArgs()
1662 if (node.isNestedDagArg(argIndex)) { in createAggregateLocalVarsForOpArgs()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DPattern.h164 bool isNestedDagArg(unsigned index) const;
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPattern.cpp159 bool DagNode::isNestedDagArg(unsigned index) const { in isNestedDagArg() function in DagNode
168 assert(!isNestedDagArg(index)); in getArgAsLeaf()