Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp191 bool Reg2IsKill = MI.getOperand(Idx2).isKill(); in commuteInstructionImpl() local
208 Reg2IsKill = false; in commuteInstructionImpl()
236 CommutedMI->getOperand(Idx1).setIsKill(Reg2IsKill); in commuteInstructionImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1175 bool Reg2IsKill = MI.getOperand(2).isKill(); in commuteInstructionImpl() local
1184 Reg2IsKill = false; in commuteInstructionImpl()
1203 .addReg(Reg2, getKillRegState(Reg2IsKill)) in commuteInstructionImpl()
1218 MI.getOperand(1).setIsKill(Reg2IsKill); in commuteInstructionImpl()