Lines Matching defs:PtrStoreOpc
36595 unsigned PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr;
36596 MIB = BuildMI(*MBB, MI, MIMD, TII->get(PtrStoreOpc));
36675 unsigned PtrStoreOpc = 0;
36683 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr;
36703 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mi32 : X86::MOV32mi;
36705 MIB = BuildMI(*thisMBB, MI, MIMD, TII->get(PtrStoreOpc));