Lines Matching defs:VTList
356 static void AddNodeIDValueTypes(FoldingSetNodeID &ID, SDVTList VTList) {
357 ID.AddPointer(VTList.VTs);
397 SDVTList VTList, ArrayRef<SDValue> OpList) {
399 AddNodeIDValueTypes(ID, VTList);
4767 SDVTList VTList, ArrayRef<SDValue> Ops,
4774 AddNodeIDNode(ID, Opcode, VTList, Ops);
4792 dl.getDebugLoc(), VTList, MemVT,
4802 SDVTList VTList, ArrayRef<SDValue> Ops,
4806 return getAtomic(Opcode, dl, MemVT, VTList, Ops, MMO, Ordering,
4938 SelectionDAG::getMemIntrinsicNode(unsigned Opcode, SDLoc dl, SDVTList VTList,
4959 return getMemIntrinsicNode(Opcode, dl, VTList, Ops, MemVT, MMO);
4963 SelectionDAG::getMemIntrinsicNode(unsigned Opcode, SDLoc dl, SDVTList VTList,
4977 if (VTList.VTs[VTList.NumVTs-1] != MVT::Glue) {
4979 AddNodeIDNode(ID, Opcode, VTList, Ops);
4988 dl.getDebugLoc(), VTList, Ops,
4993 dl.getDebugLoc(), VTList, Ops,
5512 SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, SDVTList VTList,
5514 if (VTList.NumVTs == 1)
5515 return getNode(Opcode, DL, VTList.VTs[0], Ops);
5543 if (VTList.VTs[VTList.NumVTs-1] != MVT::Glue) {
5545 AddNodeIDNode(ID, Opcode, VTList, Ops);
5552 DL.getDebugLoc(), VTList, Ops[0]);
5555 DL.getDebugLoc(), VTList, Ops[0],
5559 DL.getDebugLoc(), VTList, Ops[0],
5563 VTList, Ops);
5569 DL.getDebugLoc(), VTList, Ops[0]);
5572 DL.getDebugLoc(), VTList, Ops[0],
5576 DL.getDebugLoc(), VTList, Ops[0],
5580 VTList, Ops);
5587 SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, SDVTList VTList) {
5588 return getNode(Opcode, DL, VTList, None);
5591 SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, SDVTList VTList,
5594 return getNode(Opcode, DL, VTList, Ops);
5597 SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, SDVTList VTList,
5600 return getNode(Opcode, DL, VTList, Ops);
5603 SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, SDVTList VTList,
5606 return getNode(Opcode, DL, VTList, Ops);
5609 SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, SDVTList VTList,
5613 return getNode(Opcode, DL, VTList, Ops);
5616 SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, SDVTList VTList,
5620 return getNode(Opcode, DL, VTList, Ops);
6230 SDNode *SelectionDAG::getNodeIfExists(unsigned Opcode, SDVTList VTList,
6233 if (VTList.VTs[VTList.NumVTs - 1] != MVT::Glue) {
6235 AddNodeIDNode(ID, Opcode, VTList, Ops);