Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp141 bool Reg1IsKill = MI->getOperand(Idx1).isKill(); in commuteInstruction() local
152 Reg1IsKill = false; in commuteInstruction()
171 MI->getOperand(Idx2).setIsKill(Reg1IsKill); in commuteInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp156 bool Reg1IsKill = MI->getOperand(1).isKill(); in commuteInstruction() local
180 .addReg(Reg1, getKillRegState(Reg1IsKill)) in commuteInstruction()
189 MI->getOperand(2).setIsKill(Reg1IsKill); in commuteInstruction()