Lines Matching refs:VTs
322 SDVTList getVTList(const EVT *VTs, unsigned NumVTs);
412 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
414 return getNode(ISD::CopyToReg, dl, VTs, Ops, Glue.getNode() ? 4 : 3);
420 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
422 return getNode(ISD::CopyToReg, dl, VTs, Ops, Glue.getNode() ? 4 : 3);
426 SDVTList VTs = getVTList(VT, MVT::Other);
428 return getNode(ISD::CopyFromReg, dl, VTs, Ops, 2);
436 SDVTList VTs = getVTList(VT, MVT::Other, MVT::Glue);
438 return getNode(ISD::CopyFromReg, dl, VTs, Ops, Glue.getNode() ? 3 : 2);
479 SDVTList VTs = getVTList(MVT::Other, MVT::Glue);
481 return getNode(ISD::CALLSEQ_START, DebugLoc(), VTs, Ops, 2);
529 SDValue getNode(unsigned Opcode, DebugLoc DL, const EVT *VTs, unsigned NumVTs,
531 SDValue getNode(unsigned Opcode, DebugLoc DL, SDVTList VTs,
533 SDValue getNode(unsigned Opcode, DebugLoc DL, SDVTList VTs);
534 SDValue getNode(unsigned Opcode, DebugLoc DL, SDVTList VTs, SDValue N);
535 SDValue getNode(unsigned Opcode, DebugLoc DL, SDVTList VTs,
537 SDValue getNode(unsigned Opcode, DebugLoc DL, SDVTList VTs,
539 SDValue getNode(unsigned Opcode, DebugLoc DL, SDVTList VTs,
541 SDValue getNode(unsigned Opcode, DebugLoc DL, SDVTList VTs,
632 const EVT *VTs, unsigned NumVTs,
750 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, SDVTList VTs,
755 SDNode *MorphNodeTo(SDNode *N, unsigned Opc, SDVTList VTs,
793 MachineSDNode *getMachineNode(unsigned Opcode, DebugLoc dl, SDVTList VTs,
808 SDNode *getNodeIfExists(unsigned Opcode, SDVTList VTs,