Home
last modified time | relevance | path

Searched refs:Reg2IsKill (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp143 bool Reg2IsKill = MI->getOperand(Idx2).isKill(); in commuteInstruction() local
148 Reg2IsKill = false; in commuteInstruction()
173 MI->getOperand(Idx1).setIsKill(Reg2IsKill); in commuteInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp256 bool Reg2IsKill = MI->getOperand(2).isKill(); in commuteInstruction() local
265 Reg2IsKill = false; in commuteInstruction()
279 .addReg(Reg2, getKillRegState(Reg2IsKill)) in commuteInstruction()
294 MI->getOperand(1).setIsKill(Reg2IsKill); in commuteInstruction()