Lines Matching refs:VTList

379 static void AddNodeIDValueTypes(FoldingSetNodeID &ID, SDVTList VTList) {  in AddNodeIDValueTypes()  argument
380 ID.AddPointer(VTList.VTs); in AddNodeIDValueTypes()
418 SDVTList VTList, ArrayRef<SDValue> OpList) { in AddNodeIDNode() argument
420 AddNodeIDValueTypes(ID, VTList); in AddNodeIDNode()
4480 SDVTList VTList, ArrayRef<SDValue> Ops, in getAtomic() argument
4487 AddNodeIDNode(ID, Opcode, VTList, Ops); in getAtomic()
4505 dl.getDebugLoc(), VTList, MemVT, in getAtomic()
4515 SDVTList VTList, ArrayRef<SDValue> Ops, in getAtomic() argument
4519 return getAtomic(Opcode, dl, MemVT, VTList, Ops, MMO, Ordering, in getAtomic()
4651 SelectionDAG::getMemIntrinsicNode(unsigned Opcode, SDLoc dl, SDVTList VTList, in getMemIntrinsicNode() argument
4672 return getMemIntrinsicNode(Opcode, dl, VTList, Ops, MemVT, MMO); in getMemIntrinsicNode()
4676 SelectionDAG::getMemIntrinsicNode(unsigned Opcode, SDLoc dl, SDVTList VTList, in getMemIntrinsicNode() argument
4690 if (VTList.VTs[VTList.NumVTs-1] != MVT::Glue) { in getMemIntrinsicNode()
4692 AddNodeIDNode(ID, Opcode, VTList, Ops); in getMemIntrinsicNode()
4701 dl.getDebugLoc(), VTList, Ops, in getMemIntrinsicNode()
4706 dl.getDebugLoc(), VTList, Ops, in getMemIntrinsicNode()
5172 SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, in getNode() argument
5174 if (VTList.NumVTs == 1) in getNode()
5175 return getNode(Opcode, DL, VTList.VTs[0], Ops); in getNode()
5203 if (VTList.VTs[VTList.NumVTs-1] != MVT::Glue) { in getNode()
5205 AddNodeIDNode(ID, Opcode, VTList, Ops); in getNode()
5212 DL.getDebugLoc(), VTList, Ops[0]); in getNode()
5215 DL.getDebugLoc(), VTList, Ops[0], in getNode()
5219 DL.getDebugLoc(), VTList, Ops[0], in getNode()
5223 VTList, Ops); in getNode()
5229 DL.getDebugLoc(), VTList, Ops[0]); in getNode()
5232 DL.getDebugLoc(), VTList, Ops[0], in getNode()
5236 DL.getDebugLoc(), VTList, Ops[0], in getNode()
5240 VTList, Ops); in getNode()
5247 SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, SDVTList VTList) { in getNode() argument
5248 return getNode(Opcode, DL, VTList, None); in getNode()
5251 SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, in getNode() argument
5254 return getNode(Opcode, DL, VTList, Ops); in getNode()
5257 SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, in getNode() argument
5260 return getNode(Opcode, DL, VTList, Ops); in getNode()
5263 SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, in getNode() argument
5266 return getNode(Opcode, DL, VTList, Ops); in getNode()
5269 SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, in getNode() argument
5273 return getNode(Opcode, DL, VTList, Ops); in getNode()
5276 SDValue SelectionDAG::getNode(unsigned Opcode, SDLoc DL, SDVTList VTList, in getNode() argument
5280 return getNode(Opcode, DL, VTList, Ops); in getNode()
5890 SDNode *SelectionDAG::getNodeIfExists(unsigned Opcode, SDVTList VTList, in getNodeIfExists() argument
5893 if (VTList.VTs[VTList.NumVTs - 1] != MVT::Glue) { in getNodeIfExists()
5895 AddNodeIDNode(ID, Opcode, VTList, Ops); in getNodeIfExists()