Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:VTList

2407 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList,
2428 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops);
3325 SDVTList VTList;
3327 VTList = CurDAG->getVTList(VTs[0]);
3329 VTList = CurDAG->getVTList(VTs[0], VTs[1]);
3331 VTList = CurDAG->getVTList(VTs);
3376 VTList, Ops);
3395 Res = MorphNode(NodeToMatch, TargetOpc, VTList, Ops, EmitNodeInfo);