Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:VTList

2550 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList,
2571 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops);
3505 SDVTList VTList;
3507 VTList = CurDAG->getVTList(VTs[0]);
3509 VTList = CurDAG->getVTList(VTs[0], VTs[1]);
3511 VTList = CurDAG->getVTList(VTs);
3556 VTList, Ops);
3575 Res = cast<MachineSDNode>(MorphNode(NodeToMatch, TargetOpc, VTList,