Searched refs:DstIsKill (Results 1 – 1 of 1) sorted by relevance
155 bool DstIsKill = MI.getOperand(1).isKill(); in expandArith() local163 .addReg(DstLoReg, getKillRegState(DstIsKill)) in expandArith()169 .addReg(DstHiReg, getKillRegState(DstIsKill)) in expandArith()188 bool DstIsKill = MI.getOperand(1).isKill(); in expandLogic() local197 .addReg(DstLoReg, getKillRegState(DstIsKill)) in expandLogic()206 .addReg(DstHiReg, getKillRegState(DstIsKill)) in expandLogic()426 bool DstIsKill = MI.getOperand(1).isKill(); in expand() local435 .addReg(DstLoReg, getKillRegState(DstIsKill)); in expand()443 .addReg(DstHiReg, getKillRegState(DstIsKill)); in expand()459 bool DstIsKill = MI.getOperand(1).isKill(); in expand() local[all …]