Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:getNode

672   Worklist.push_back(CurDAG->getRoot().getNode());
687 Worklist.push_back(Op.getNode());
918 SelectionDAG::allnodes_iterator ISelPosition (CurDAG->getRoot().getNode());
1862 SDNode *N = Op.getNode();
1953 return !findNonImmUse(Root, N.getNode(), U, Root, Visited, IgnoreChains);
1963 SDValue New = CurDAG->getNode(ISD::INLINEASM, DL, VTs, Ops);
1965 return New.getNode();
1979 return New.getNode();
1993 return New.getNode();
2033 assert(InputChain.getNode() &&
2064 if (InputGlue.getNode()) {
2259 Op.getNode()))
2266 return CurDAG->getNode(ISD::TokenFactor, SDLoc(ChainNodesMatched[0]),
2485 Result = !::CheckNodePredicate(Table, Index, SDISel, N.getNode());
2488 Result = !::CheckOpcode(Table, Index, N.getNode());
2582 if (I.first.getNode() == N)
2587 if (J.getNode() == N)
2779 Parent = NodeStack[NodeStack.size()-2].getNode();
2793 N.getNode()));
2839 N.getNode()))
2861 if (!::CheckOpcode(MatcherTable, MatcherIndex, N.getNode())) break;
2979 if (!IsProfitableToFold(N, NodeStack[NodeStack.size()-2].getNode(),
2981 !IsLegalToFold(N, NodeStack[NodeStack.size()-2].getNode(),
3043 assert(!InputChain.getNode() &&
3051 ChainNodesMatched.push_back(RecordedNodes[RecNo].first.getNode());
3064 if (!InputChain.getNode())
3070 assert(!InputChain.getNode() &&
3088 ChainNodesMatched.push_back(RecordedNodes[RecNo].first.getNode());
3106 if (!InputChain.getNode())
3117 if (!InputChain.getNode())
3200 if ((EmitNodeInfo & OPFL_GlueInput) && InputGlue.getNode() != nullptr)
3309 GlueResultNodesMatched.push_back(RecordedNodes[RecNo].first.getNode());