Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp462 if (DagNode argTree = tree.getArgAsNestedDag(i)) { in emitNativeCodeMatch()
507 if (DagNode argTree = tree.getArgAsNestedDag(i)) { in emitNativeCodeMatch()
590 if (DagNode argTree = tree.getArgAsNestedDag(i)) { in emitOpMatch()
709 if (DagNode argTree = eitherArgTree.getArgAsNestedDag(i)) { in emitEitherOperandMatch()
931 if (auto child = tree.getArgAsNestedDag(i)) in collectOps()
1198 if (auto dagNode = returnType.getArgAsNestedDag(i)) { in handleReturnTypeArg()
1338 auto dagArg = tree.getArgAsNestedDag(i); in getTrailingDirectives()
1405 if (auto child = tree.getArgAsNestedDag(i)) in handleOpCreation()
1589 if (auto subTree = node.getArgAsNestedDag(argIndex)) { in supplyValuesForOpArgs()
1630 if (auto subTree = node.getArgAsNestedDag(argIndex)) { in createAggregateLocalVarsForOpArgs()
[all …]
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPattern.cpp151 if (auto child = getArgAsNestedDag(i)) in getNumOps()
163 DagNode DagNode::getArgAsNestedDag(unsigned index) const { in getArgAsNestedDag() function in DagNode
732 if (auto treeArg = tree.getArgAsNestedDag(i)) { in collectBoundSymbols()
783 if (auto dagArg = tree.getArgAsNestedDag(i)) { in collectBoundSymbols()
812 if (DagNode subTree = tree.getArgAsNestedDag(i)) { in collectBoundSymbols()
824 if (auto treeArg = tree.getArgAsNestedDag(i)) { in collectBoundSymbols()
/llvm-project-15.0.7/mlir/include/mlir/TableGen/
H A DPattern.h168 DagNode getArgAsNestedDag(unsigned index) const;