Lines Matching defs:MVTDst
433 bool M68kInstrInfo::ExpandMOVX_RR(MachineInstrBuilder &MIB, MVT MVTDst,
435 unsigned Move = MVTDst == MVT::i16 ? M68k::MOV16rr : M68k::MOV32rr;
443 const auto *RCDst = TRI.getMaximalPhysRegClass(Dst, MVTDst);
473 MVT MVTDst, MVT MVTSrc) const {
478 if (MVTDst == MVT::i16)
490 const auto *RCDst = TRI.getMaximalPhysRegClass(Dst, MVTDst);
511 AddSExt(MBB, MIB.getInstr(), DL, Dst, MVTSrc, MVTDst);
514 AddZExt(MBB, MIB.getInstr(), DL, Dst, MVTSrc, MVTDst);
523 const MCInstrDesc &Desc, MVT MVTDst,
550 AddSExt(MBB, I, DL, Dst, MVTSrc, MVTDst);
553 AddZExt(MBB, I, DL, Dst, MVTSrc, MVTDst);