Lines Matching refs:newOpcode
1728 int newOpcode = CFGTraits::getBreakZeroOpcode(oldOpcode);
1729 CFGTraits::insertCondBranchBefore(branchInstrPos, newOpcode, passRep, DL);
1734 int newOpcode = CFGTraits::getBreakZeroOpcode(oldOpcode);
1735 CFGTraits::insertCondBranchBefore(branchInstrPos, newOpcode, passRep, DL);
3006 static MachineInstr *insertInstrBefore(MachineBasicBlock *blk, int newOpcode,
3008 return insertInstrBefore(blk,newOpcode,passRep,DebugLoc());
3011 static MachineInstr *insertInstrBefore(MachineBasicBlock *blk, int newOpcode,
3015 blk->getParent()->CreateMachineInstr(tii->get(newOpcode), DL);
3029 static void insertInstrEnd(MachineBasicBlock *blk, int newOpcode,
3031 insertInstrEnd(blk,newOpcode,passRep,DebugLoc());
3034 static void insertInstrEnd(MachineBasicBlock *blk, int newOpcode,
3038 ->CreateMachineInstr(tii->get(newOpcode), DL);
3047 int newOpcode,
3053 blk->getParent()->CreateMachineInstr(tii->get(newOpcode),
3064 int newOpcode,
3071 blk->getParent()->CreateMachineInstr(tii->get(newOpcode),
3084 int newOpcode,
3091 blk->getParent()->CreateMachineInstr(tii->get(newOpcode), DL);
3101 int newOpcode,
3106 blk->getParent()->CreateMachineInstr(tii->get(newOpcode), DebugLoc());