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