Lines Matching defs:PtrStoreOpc
35767 unsigned PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr;
35768 MIB = BuildMI(*MBB, MI, MIMD, TII->get(PtrStoreOpc));
35848 unsigned PtrStoreOpc = 0;
35856 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr;
35876 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mi32 : X86::MOV32mi;
35878 MIB = BuildMI(*thisMBB, MI, MIMD, TII->get(PtrStoreOpc));