Searched refs:getArgAsNestedDag (Results 1 – 3 of 3) sorted by relevance
462 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 …]
151 if (auto child = getArgAsNestedDag(i)) in getNumOps()163 DagNode DagNode::getArgAsNestedDag(unsigned index) const { in getArgAsNestedDag() function in DagNode732 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()
168 DagNode getArgAsNestedDag(unsigned index) const;