Lines Matching refs:NewOpcode
197 void insertInstrEnd(MachineBasicBlock *MBB, int NewOpcode,
199 MachineInstr *insertInstrBefore(MachineBasicBlock *MBB, int NewOpcode,
201 MachineInstr *insertInstrBefore(MachineBasicBlock::iterator I, int NewOpcode);
202 void insertCondBranchBefore(MachineBasicBlock::iterator I, int NewOpcode,
205 MachineBasicBlock::iterator I, int NewOpcode,
432 int NewOpcode, const DebugLoc &DL) { in insertInstrEnd() argument
434 MBB->getParent()->CreateMachineInstr(TII->get(NewOpcode), DL); in insertInstrEnd()
441 int NewOpcode, in insertInstrBefore() argument
444 MBB->getParent()->CreateMachineInstr(TII->get(NewOpcode), DL); in insertInstrBefore()
454 MachineBasicBlock::iterator I, int NewOpcode) { in insertInstrBefore() argument
458 MBB->getParent()->CreateMachineInstr(TII->get(NewOpcode), DebugLoc()); in insertInstrBefore()
466 MachineBasicBlock::iterator I, int NewOpcode, const DebugLoc &DL) { in insertCondBranchBefore() argument
470 MachineInstr *NewMI = MF->CreateMachineInstr(TII->get(NewOpcode), DL); in insertCondBranchBefore()
479 MachineBasicBlock *blk, MachineBasicBlock::iterator I, int NewOpcode, in insertCondBranchBefore() argument
482 MachineInstr *NewInstr = MF->CreateMachineInstr(TII->get(NewOpcode), DL); in insertCondBranchBefore()