Lines Matching defs:SSPCopyReg
35762 Register SSPCopyReg = MRI.createVirtualRegister(PtrRC);
35764 BuildMI(*MBB, MI, MIMD, TII->get(RdsspOpc), SSPCopyReg).addReg(ZReg);
35777 MIB.addReg(SSPCopyReg);
36018 Register SSPCopyReg = MRI.createVirtualRegister(PtrRC);
36020 BuildMI(checkSspMBB, MIMD, TII->get(RdsspOpc), SSPCopyReg).addReg(ZReg);
36026 .addReg(SSPCopyReg)
36027 .addReg(SSPCopyReg);
36057 .addReg(SSPCopyReg);
36059 // Jump to sink in case PrevSSPReg <= SSPCopyReg.