Searched refs:SSPCopyReg (Results 1 – 1 of 1) sorted by relevance
29033 unsigned SSPCopyReg = MRI.createVirtualRegister(PtrRC); in emitSetJmpShadowStackFix() local29035 BuildMI(*MBB, MI, DL, TII->get(RdsspOpc), SSPCopyReg).addReg(ZReg); in emitSetJmpShadowStackFix()29048 MIB.addReg(SSPCopyReg); in emitSetJmpShadowStackFix()29283 unsigned SSPCopyReg = MRI.createVirtualRegister(PtrRC); in emitLongJmpShadowStackFix() local29285 BuildMI(checkSspMBB, DL, TII->get(RdsspOpc), SSPCopyReg).addReg(ZReg); in emitLongJmpShadowStackFix()29291 .addReg(SSPCopyReg) in emitLongJmpShadowStackFix()29292 .addReg(SSPCopyReg); in emitLongJmpShadowStackFix()29320 .addReg(SSPCopyReg); in emitLongJmpShadowStackFix()