Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp188 bool Reg1IsKill = MI.getOperand(Idx1).isKill(); in commuteInstructionImpl() local
211 Reg1IsKill = false; in commuteInstructionImpl()
233 CommutedMI->getOperand(Idx2).setIsKill(Reg1IsKill); in commuteInstructionImpl()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1176 bool Reg1IsKill = MI.getOperand(1).isKill(); in commuteInstructionImpl() local
1206 .addReg(Reg1, getKillRegState(Reg1IsKill)) in commuteInstructionImpl()
1219 MI.getOperand(2).setIsKill(Reg1IsKill); in commuteInstructionImpl()