Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:VTList

1772 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList,
1793 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops, NumOps);
2550 SDVTList VTList;
2552 VTList = CurDAG->getVTList(VTs[0]);
2554 VTList = CurDAG->getVTList(VTs[0], VTs[1]);
2556 VTList = CurDAG->getVTList(VTs.data(), VTs.size());
2599 VTList, Ops.data(), Ops.size());
2609 Res = MorphNode(NodeToMatch, TargetOpc, VTList, Ops.data(), Ops.size(),