Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp189 bool Reg2IsKill = MI.getOperand(Idx2).isKill(); in commuteInstructionImpl() local
206 Reg2IsKill = false; in commuteInstructionImpl()
234 CommutedMI->getOperand(Idx1).setIsKill(Reg2IsKill); in commuteInstructionImpl()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1177 bool Reg2IsKill = MI.getOperand(2).isKill(); in commuteInstructionImpl() local
1186 Reg2IsKill = false; in commuteInstructionImpl()
1205 .addReg(Reg2, getKillRegState(Reg2IsKill)) in commuteInstructionImpl()
1220 MI.getOperand(1).setIsKill(Reg2IsKill); in commuteInstructionImpl()