Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetInstrInfo.cpp190 bool Reg2IsKill = MI.getOperand(Idx2).isKill(); in commuteInstructionImpl() local
205 Reg2IsKill = false; in commuteInstructionImpl()
233 CommutedMI->getOperand(Idx1).setIsKill(Reg2IsKill); in commuteInstructionImpl()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1172 bool Reg2IsKill = MI.getOperand(2).isKill(); in commuteInstructionImpl() local
1181 Reg2IsKill = false; in commuteInstructionImpl()
1200 .addReg(Reg2, getKillRegState(Reg2IsKill)) in commuteInstructionImpl()
1215 MI.getOperand(1).setIsKill(Reg2IsKill); in commuteInstructionImpl()