Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp191 bool Reg1IsKill = MI.getOperand(Idx1).isKill(); in commuteInstructionImpl() local
212 Reg1IsKill = false; in commuteInstructionImpl()
234 CommutedMI->getOperand(Idx2).setIsKill(Reg1IsKill); in commuteInstructionImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp1163 bool Reg1IsKill = MI.getOperand(1).isKill(); in commuteInstructionImpl() local
1193 .addReg(Reg1, getKillRegState(Reg1IsKill)) in commuteInstructionImpl()
1206 MI.getOperand(2).setIsKill(Reg1IsKill); in commuteInstructionImpl()