Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp27837 unsigned PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr; in emitSetJmpShadowStackFix() local
27838 MIB = BuildMI(*MBB, MI, DL, TII->get(PtrStoreOpc)); in emitSetJmpShadowStackFix()
27918 unsigned PtrStoreOpc = 0; in emitEHSjLjSetJmp() local
27926 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr; in emitEHSjLjSetJmp()
27946 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mi32 : X86::MOV32mi; in emitEHSjLjSetJmp()
27948 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PtrStoreOpc)); in emitEHSjLjSetJmp()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp23793 unsigned PtrStoreOpc = 0; in emitEHSjLjSetJmp() local
23801 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr; in emitEHSjLjSetJmp()
23821 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mi32 : X86::MOV32mi; in emitEHSjLjSetJmp()
23823 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PtrStoreOpc)); in emitEHSjLjSetJmp()