Searched refs:SSPCopyReg (Results 1 – 1 of 1) sorted by relevance
36983 Register SSPCopyReg = MRI.createVirtualRegister(PtrRC); in emitSetJmpShadowStackFix() local36985 BuildMI(*MBB, MI, MIMD, TII->get(RdsspOpc), SSPCopyReg).addReg(ZReg); in emitSetJmpShadowStackFix()36998 MIB.addReg(SSPCopyReg); in emitSetJmpShadowStackFix()37236 Register SSPCopyReg = MRI.createVirtualRegister(PtrRC); in emitLongJmpShadowStackFix() local37238 BuildMI(checkSspMBB, MIMD, TII->get(RdsspOpc), SSPCopyReg).addReg(ZReg); in emitLongJmpShadowStackFix()37244 .addReg(SSPCopyReg) in emitLongJmpShadowStackFix()37245 .addReg(SSPCopyReg); in emitLongJmpShadowStackFix()37275 .addReg(SSPCopyReg); in emitLongJmpShadowStackFix()