Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:VTList

1925 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList,
1946 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops, NumOps);
2704 SDVTList VTList;
2706 VTList = CurDAG->getVTList(VTs[0]);
2708 VTList = CurDAG->getVTList(VTs[0], VTs[1]);
2710 VTList = CurDAG->getVTList(VTs.data(), VTs.size());
2753 VTList, Ops.data(), Ops.size());
2763 Res = MorphNode(NodeToMatch, TargetOpc, VTList, Ops.data(), Ops.size(),