Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp190 bool Reg1IsKill = MI.getOperand(Idx1).isKill(); in commuteInstructionImpl() local
213 Reg1IsKill = false; in commuteInstructionImpl()
235 CommutedMI->getOperand(Idx2).setIsKill(Reg1IsKill); in commuteInstructionImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1174 bool Reg1IsKill = MI.getOperand(1).isKill(); in commuteInstructionImpl() local
1204 .addReg(Reg1, getKillRegState(Reg1IsKill)) in commuteInstructionImpl()
1217 MI.getOperand(2).setIsKill(Reg1IsKill); in commuteInstructionImpl()