Lines Matching refs:SPReg
229 unsigned SPReg = getSPReg(MF); in emitPrologue() local
231 SPReg = MRI.createVirtualRegister(PtrRC); in emitPrologue()
235 BuildMI(MBB, InsertPt, DL, TII->get(getOpcGlobGet(MF)), SPReg) in emitPrologue()
244 .addReg(SPReg); in emitPrologue()
252 .addReg(SPReg) in emitPrologue()
292 unsigned SPReg = 0; in emitEpilogue() local
296 SPReg = FI->getBasePointerVreg(); in emitEpilogue()
306 SPReg = MRI.createVirtualRegister(PtrRC); in emitEpilogue()
307 BuildMI(MBB, InsertPt, DL, TII->get(getOpcAdd(MF)), SPReg) in emitEpilogue()
311 SPReg = SPFPReg; in emitEpilogue()
314 writeSPToGlobal(SPReg, MF, MBB, InsertPt, DL); in emitEpilogue()