Home
last modified time | relevance | path

Searched refs:SSPCopyReg (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35524 Register SSPCopyReg = MRI.createVirtualRegister(PtrRC); in emitSetJmpShadowStackFix() local
35526 BuildMI(*MBB, MI, DL, TII->get(RdsspOpc), SSPCopyReg).addReg(ZReg); in emitSetJmpShadowStackFix()
35539 MIB.addReg(SSPCopyReg); in emitSetJmpShadowStackFix()
35779 Register SSPCopyReg = MRI.createVirtualRegister(PtrRC); in emitLongJmpShadowStackFix() local
35781 BuildMI(checkSspMBB, DL, TII->get(RdsspOpc), SSPCopyReg).addReg(ZReg); in emitLongJmpShadowStackFix()
35787 .addReg(SSPCopyReg) in emitLongJmpShadowStackFix()
35788 .addReg(SSPCopyReg); in emitLongJmpShadowStackFix()
35816 .addReg(SSPCopyReg); in emitLongJmpShadowStackFix()