Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp192 bool Reg2IsKill = MI.getOperand(Idx2).isKill(); in commuteInstructionImpl() local
207 Reg2IsKill = false; in commuteInstructionImpl()
235 CommutedMI->getOperand(Idx1).setIsKill(Reg2IsKill); in commuteInstructionImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1164 bool Reg2IsKill = MI.getOperand(2).isKill(); in commuteInstructionImpl() local
1173 Reg2IsKill = false; in commuteInstructionImpl()
1192 .addReg(Reg2, getKillRegState(Reg2IsKill)) in commuteInstructionImpl()
1207 MI.getOperand(1).setIsKill(Reg2IsKill); in commuteInstructionImpl()