Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp929 if (tree.isNestedDagArg(i)) { in handleReplaceWithNativeCodeCall()
1120 if (node.isNestedDagArg(argIndex)) { in createSeparateLocalVarsForOpArgs()
1133 if (node.isNestedDagArg(argIndex)) { in createSeparateLocalVarsForOpArgs()
1236 if (node.isNestedDagArg(argIndex)) { in createAggregateLocalVarsForOpArgs()
1248 if (node.isNestedDagArg(argIndex)) { in createAggregateLocalVarsForOpArgs()
/external/llvm-project/mlir/lib/TableGen/
DPattern.cpp144 bool DagNode::isNestedDagArg(unsigned index) const { in isNestedDagArg() function in DagNode
153 assert(!isNestedDagArg(index)); in getArgAsLeaf()
652 if (tree.isNestedDagArg(i)) { in collectBoundSymbols()
/external/llvm-project/mlir/include/mlir/TableGen/
DPattern.h155 bool isNestedDagArg(unsigned index) const;