Searched refs:DstIsKill (Results 1 – 1 of 1) sorted by relevance
147 bool DstIsKill = MI.getOperand(1).isKill(); in expandArith() local155 .addReg(DstLoReg, getKillRegState(DstIsKill)) in expandArith()160 .addReg(DstHiReg, getKillRegState(DstIsKill)) in expandArith()180 bool DstIsKill = MI.getOperand(1).isKill(); in expandLogic() local188 .addReg(DstLoReg, getKillRegState(DstIsKill)) in expandLogic()196 .addReg(DstHiReg, getKillRegState(DstIsKill)) in expandLogic()393 bool DstIsKill = MI.getOperand(1).isKill(); in expand() local401 .addReg(DstLoReg, getKillRegState(DstIsKill)); in expand()408 .addReg(DstHiReg, getKillRegState(DstIsKill)); in expand()423 bool DstIsKill = MI.getOperand(0).isKill(); in expand() local[all …]