Searched refs:Reg2IsKill (Results 1 – 4 of 4) sorted by relevance
81 bool Reg2IsKill = MI->getOperand(Idx2).isKill(); in commuteInstruction() local86 Reg2IsKill = false; in commuteInstruction()101 .addReg(Reg2, getKillRegState(Reg2IsKill)) in commuteInstruction()102 .addReg(Reg1, getKillRegState(Reg2IsKill)); in commuteInstruction()105 .addReg(Reg2, getKillRegState(Reg2IsKill)) in commuteInstruction()106 .addReg(Reg1, getKillRegState(Reg2IsKill)); in commuteInstruction()114 MI->getOperand(Idx1).setIsKill(Reg2IsKill); in commuteInstruction()
121 bool Reg2IsKill = MI->getOperand(2).isKill(); in commuteInstruction() local129 Reg2IsKill = false; in commuteInstruction()143 .addReg(Reg2, getKillRegState(Reg2IsKill)) in commuteInstruction()154 MI->getOperand(1).setIsKill(Reg2IsKill); in commuteInstruction()
150 bool Reg2IsKill = MI.getOperand(Idx2).isKill(); in commuteInstructionImpl() local159 Reg2IsKill = false; in commuteInstructionImpl()187 CommutedMI->getOperand(Idx1).setIsKill(Reg2IsKill); in commuteInstructionImpl()
354 bool Reg2IsKill = MI.getOperand(2).isKill(); in commuteInstructionImpl() local363 Reg2IsKill = false; in commuteInstructionImpl()382 .addReg(Reg2, getKillRegState(Reg2IsKill)) in commuteInstructionImpl()397 MI.getOperand(1).setIsKill(Reg2IsKill); in commuteInstructionImpl()