Searched refs:SSPCopyReg (Results 1 – 1 of 1) sorted by relevance
36511 Register SSPCopyReg = MRI.createVirtualRegister(PtrRC); in emitSetJmpShadowStackFix() local36513 BuildMI(*MBB, MI, DL, TII->get(RdsspOpc), SSPCopyReg).addReg(ZReg); in emitSetJmpShadowStackFix()36526 MIB.addReg(SSPCopyReg); in emitSetJmpShadowStackFix()36766 Register SSPCopyReg = MRI.createVirtualRegister(PtrRC); in emitLongJmpShadowStackFix() local36768 BuildMI(checkSspMBB, DL, TII->get(RdsspOpc), SSPCopyReg).addReg(ZReg); in emitLongJmpShadowStackFix()36774 .addReg(SSPCopyReg) in emitLongJmpShadowStackFix()36775 .addReg(SSPCopyReg); in emitLongJmpShadowStackFix()36803 .addReg(SSPCopyReg); in emitLongJmpShadowStackFix()