Lines Matching defs:SSPCopyReg
36590 Register SSPCopyReg = MRI.createVirtualRegister(PtrRC);
36592 BuildMI(*MBB, MI, MIMD, TII->get(RdsspOpc), SSPCopyReg).addReg(ZReg);
36605 MIB.addReg(SSPCopyReg);
36844 Register SSPCopyReg = MRI.createVirtualRegister(PtrRC);
36846 BuildMI(checkSspMBB, MIMD, TII->get(RdsspOpc), SSPCopyReg).addReg(ZReg);
36852 .addReg(SSPCopyReg)
36853 .addReg(SSPCopyReg);
36883 .addReg(SSPCopyReg);
36885 // Jump to sink in case PrevSSPReg <= SSPCopyReg.