Searched refs:PtrStoreOpc (Results 1 – 1 of 1) sorted by relevance
33315 unsigned PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr; in emitSetJmpShadowStackFix() local33316 MIB = BuildMI(*MBB, MI, DL, TII->get(PtrStoreOpc)); in emitSetJmpShadowStackFix()33396 unsigned PtrStoreOpc = 0; in emitEHSjLjSetJmp() local33404 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr; in emitEHSjLjSetJmp()33424 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mi32 : X86::MOV32mi; in emitEHSjLjSetJmp()33426 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PtrStoreOpc)); in emitEHSjLjSetJmp()