Lines Matching refs:DestReg
42 const DebugLoc &DL, unsigned DestReg, in copyPhysReg() argument
48 assert(ARM::GPRRegClass.contains(DestReg, SrcReg) && in copyPhysReg()
52 || !ARM::tGPRRegClass.contains(DestReg)) in copyPhysReg()
53 AddDefaultPred(BuildMI(MBB, I, DL, get(ARM::tMOVr), DestReg) in copyPhysReg()
66 .addReg(DestReg, getDefRegState(true)); in copyPhysReg()
98 unsigned DestReg, int FI, in loadRegFromStackSlot() argument
102 (TargetRegisterInfo::isPhysicalRegister(DestReg) && in loadRegFromStackSlot()
103 isARMLowRegister(DestReg))) && "Unknown regclass!"); in loadRegFromStackSlot()
106 (TargetRegisterInfo::isPhysicalRegister(DestReg) && in loadRegFromStackSlot()
107 isARMLowRegister(DestReg))) { in loadRegFromStackSlot()
116 AddDefaultPred(BuildMI(MBB, I, DL, get(ARM::tLDRspi), DestReg) in loadRegFromStackSlot()