Searched refs:DstIsKill (Results 1 – 1 of 1) sorted by relevance
157 bool DstIsKill = MI.getOperand(1).isKill(); in expandArith() local165 .addReg(DstLoReg, getKillRegState(DstIsKill)) in expandArith()171 .addReg(DstHiReg, getKillRegState(DstIsKill)) in expandArith()190 bool DstIsKill = MI.getOperand(1).isKill(); in expandLogic() local199 .addReg(DstLoReg, getKillRegState(DstIsKill)) in expandLogic()208 .addReg(DstHiReg, getKillRegState(DstIsKill)) in expandLogic()428 bool DstIsKill = MI.getOperand(1).isKill(); in expand() local437 .addReg(DstLoReg, getKillRegState(DstIsKill)); in expand()445 .addReg(DstHiReg, getKillRegState(DstIsKill)); in expand()461 bool DstIsKill = MI.getOperand(1).isKill(); in expand() local[all …]