Searched refs:SSPCopyReg (Results 1 – 1 of 1) sorted by relevance
33503 Register SSPCopyReg = MRI.createVirtualRegister(PtrRC); in emitSetJmpShadowStackFix() local33505 BuildMI(*MBB, MI, DL, TII->get(RdsspOpc), SSPCopyReg).addReg(ZReg); in emitSetJmpShadowStackFix()33518 MIB.addReg(SSPCopyReg); in emitSetJmpShadowStackFix()33758 Register SSPCopyReg = MRI.createVirtualRegister(PtrRC); in emitLongJmpShadowStackFix() local33760 BuildMI(checkSspMBB, DL, TII->get(RdsspOpc), SSPCopyReg).addReg(ZReg); in emitLongJmpShadowStackFix()33766 .addReg(SSPCopyReg) in emitLongJmpShadowStackFix()33767 .addReg(SSPCopyReg); in emitLongJmpShadowStackFix()33795 .addReg(SSPCopyReg); in emitLongJmpShadowStackFix()