Lines Matching refs:VTs
50 const EVT *VTs;
57 FastID(ID), VTs(VT), NumVTs(Num) {
61 SDVTList result = {VTs, NumVTs};
411 SDVTList getVTList(ArrayRef<EVT> VTs);
513 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
515 return getNode(ISD::CopyToReg, dl, VTs,
522 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
524 return getNode(ISD::CopyToReg, dl, VTs,
529 SDVTList VTs = getVTList(VT, MVT::Other);
531 return getNode(ISD::CopyFromReg, dl, VTs, Ops);
539 SDVTList VTs = getVTList(VT, MVT::Other, MVT::Glue);
541 return getNode(ISD::CopyFromReg, dl, VTs,
619 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
621 return getNode(ISD::CALLSEQ_START, DL, VTs, Ops);
667 SDValue getNode(unsigned Opcode, SDLoc DL, SDVTList VTs,
669 SDValue getNode(unsigned Opcode, SDLoc DL, SDVTList VTs);
670 SDValue getNode(unsigned Opcode, SDLoc DL, SDVTList VTs, SDValue N);
671 SDValue getNode(unsigned Opcode, SDLoc DL, SDVTList VTs,
673 SDValue getNode(unsigned Opcode, SDLoc DL, SDVTList VTs,
675 SDValue getNode(unsigned Opcode, SDLoc DL, SDVTList VTs,
677 SDValue getNode(unsigned Opcode, SDLoc DL, SDVTList VTs,
744 SDValue getAtomicCmpSwap(unsigned Opcode, SDLoc dl, EVT MemVT, SDVTList VTs,
750 SDValue getAtomicCmpSwap(unsigned Opcode, SDLoc dl, EVT MemVT, SDVTList VTs,
916 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, SDVTList VTs,
921 SDNode *MorphNodeTo(SDNode *N, unsigned Opc, SDVTList VTs,
960 MachineSDNode *getMachineNode(unsigned Opcode, SDLoc dl, SDVTList VTs,
972 SDNode *getNodeIfExists(unsigned Opcode, SDVTList VTs, ArrayRef<SDValue> Ops,
1231 BinarySDNode *GetBinarySDNode(unsigned Opcode, SDLoc DL, SDVTList VTs,