Lines Matching refs:NewMI
61 bool NewMI) const { in commuteInstruction()
94 if (NewMI) { in commuteInstruction()
288 if (MachineInstr *NewMI = foldMemoryOperandImpl(MF, MI, Ops, FI)) { in foldMemoryOperand() local
291 NewMI->getDesc().mayStore()) && in foldMemoryOperand()
294 NewMI->getDesc().mayLoad()) && in foldMemoryOperand()
303 NewMI->addMemOperand(MF, MMO); in foldMemoryOperand()
306 return MBB->insert(MI, NewMI); in foldMemoryOperand()
344 MachineInstr *NewMI = foldMemoryOperandImpl(MF, MI, Ops, LoadMI); in foldMemoryOperand() local
345 if (!NewMI) return 0; in foldMemoryOperand()
347 NewMI = MBB.insert(MI, NewMI); in foldMemoryOperand()
350 NewMI->setMemRefs(LoadMI->memoperands_begin(), in foldMemoryOperand()
353 return NewMI; in foldMemoryOperand()