Searched refs:getArgAsNestedDag (Results 1 – 3 of 3) sorted by relevance
265 if (DagNode argTree = tree.getArgAsNestedDag(i)) { in emitNativeCodeMatch()301 if (DagNode argTree = tree.getArgAsNestedDag(i)) { in emitNativeCodeMatch()357 if (DagNode argTree = tree.getArgAsNestedDag(i)) { in emitOpMatch()607 if (auto child = tree.getArgAsNestedDag(i)) in collectOps()930 attrs[i] = handleResultPattern(tree.getArgAsNestedDag(i), i, depth + 1); in handleReplaceWithNativeCodeCall()962 if (auto lastArg = tree.getArgAsNestedDag(numPatArgs - 1)) in getLocation()1002 if (auto child = tree.getArgAsNestedDag(i)) in handleOpCreation()1173 if (auto subTree = node.getArgAsNestedDag(argIndex)) { in supplyValuesForOpArgs()1215 if (auto subTree = node.getArgAsNestedDag(argIndex)) { in createAggregateLocalVarsForOpArgs()
136 if (auto child = getArgAsNestedDag(i)) in getNumOps()148 DagNode DagNode::getArgAsNestedDag(unsigned index) const { in getArgAsNestedDag() function in DagNode637 if (auto treeArg = tree.getArgAsNestedDag(i)) { in collectBoundSymbols()683 if (auto lastArg = tree.getArgAsNestedDag(numTreeArgs - 1)) in collectBoundSymbols()703 if (auto treeArg = tree.getArgAsNestedDag(i)) { in collectBoundSymbols()
159 DagNode getArgAsNestedDag(unsigned index) const;