Lines Matching refs:NewMI
108 MachineInstr *NewMI; in postRAConvertToLEA() local
114 NewMI = BuildMI(*MF, MI->getDebugLoc(), in postRAConvertToLEA()
123 MFI->insert(MBBI, NewMI); // Insert the new inst in postRAConvertToLEA()
124 return NewMI; in postRAConvertToLEA()
279 MachineInstr *NewMI = in fixupIncDec() local
284 I = static_cast<MachineBasicBlock::iterator>(NewMI); in fixupIncDec()
315 MachineInstr *NewMI = postRAConvertToLEA(MFI, MBI); in seekLEAFixup() local
316 if (NewMI) { in seekLEAFixup()
320 DEBUG(dbgs() << "FixLEA: Replaced by: "; NewMI->dump();); in seekLEAFixup()
323 static_cast<MachineBasicBlock::iterator>(NewMI); in seekLEAFixup()
365 MachineInstr *NewMI = nullptr; in processInstructionForSLM() local
371 NewMI = BuildMI(*MF, MI->getDebugLoc(), TII->get(addrr_opcode)) in processInstructionForSLM()
375 MFI->insert(I, NewMI); in processInstructionForSLM()
376 DEBUG(NewMI->dump();); in processInstructionForSLM()
381 NewMI = BuildMI(*MF, MI->getDebugLoc(), TII->get(addri_opcode)) in processInstructionForSLM()
385 MFI->insert(I, NewMI); in processInstructionForSLM()
386 DEBUG(NewMI->dump();); in processInstructionForSLM()
388 if (NewMI) { in processInstructionForSLM()
390 I = static_cast<MachineBasicBlock::iterator>(NewMI); in processInstructionForSLM()