Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp144 bool Reg2IsKill = MI->getOperand(Idx2).isKill(); in commuteInstruction() local
149 Reg2IsKill = false; in commuteInstruction()
174 MI->getOperand(Idx1).setIsKill(Reg2IsKill); in commuteInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp261 bool Reg2IsKill = MI->getOperand(2).isKill(); in commuteInstruction() local
270 Reg2IsKill = false; in commuteInstruction()
284 .addReg(Reg2, getKillRegState(Reg2IsKill)) in commuteInstruction()
299 MI->getOperand(1).setIsKill(Reg2IsKill); in commuteInstruction()