Searched refs:SSPCopyReg (Results 1 – 1 of 1) sorted by relevance
33310 Register SSPCopyReg = MRI.createVirtualRegister(PtrRC); in emitSetJmpShadowStackFix() local33312 BuildMI(*MBB, MI, DL, TII->get(RdsspOpc), SSPCopyReg).addReg(ZReg); in emitSetJmpShadowStackFix()33325 MIB.addReg(SSPCopyReg); in emitSetJmpShadowStackFix()33565 Register SSPCopyReg = MRI.createVirtualRegister(PtrRC); in emitLongJmpShadowStackFix() local33567 BuildMI(checkSspMBB, DL, TII->get(RdsspOpc), SSPCopyReg).addReg(ZReg); in emitLongJmpShadowStackFix()33573 .addReg(SSPCopyReg) in emitLongJmpShadowStackFix()33574 .addReg(SSPCopyReg); in emitLongJmpShadowStackFix()33602 .addReg(SSPCopyReg); in emitLongJmpShadowStackFix()