Lines Matching refs:NewMI
119 MachineInstr *NewMI = in postRAConvertToLEA() local
129 MFI->insert(MBBI, NewMI); // Insert the new inst in postRAConvertToLEA()
130 return NewMI; in postRAConvertToLEA()
288 MachineInstr *NewMI = in fixupIncDec() local
293 I = static_cast<MachineBasicBlock::iterator>(NewMI); in fixupIncDec()
323 MachineInstr *NewMI = postRAConvertToLEA(MFI, MBI); in seekLEAFixup() local
324 if (NewMI) { in seekLEAFixup()
328 DEBUG(dbgs() << "FixLEA: Replaced by: "; NewMI->dump();); in seekLEAFixup()
331 static_cast<MachineBasicBlock::iterator>(NewMI); in seekLEAFixup()
373 MachineInstr *NewMI = nullptr; in processInstructionForSLM() local
379 NewMI = BuildMI(*MF, MI.getDebugLoc(), TII->get(addrr_opcode)) in processInstructionForSLM()
383 MFI->insert(I, NewMI); in processInstructionForSLM()
384 DEBUG(NewMI->dump();); in processInstructionForSLM()
389 NewMI = BuildMI(*MF, MI.getDebugLoc(), TII->get(addri_opcode)) in processInstructionForSLM()
393 MFI->insert(I, NewMI); in processInstructionForSLM()
394 DEBUG(NewMI->dump();); in processInstructionForSLM()
396 if (NewMI) { in processInstructionForSLM()
398 I = static_cast<MachineBasicBlock::iterator>(NewMI); in processInstructionForSLM()