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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp181 bool Reg2IsKill = MI.getOperand(Idx2).isKill(); local
198 Reg2IsKill = false;
226 CommutedMI->getOperand(Idx1).setIsKill(Reg2IsKill);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp401 bool Reg2IsKill = MI.getOperand(2).isKill(); local
410 Reg2IsKill = false;
429 .addReg(Reg2, getKillRegState(Reg2IsKill))
444 MI.getOperand(1).setIsKill(Reg2IsKill);

Completed in 70 milliseconds