Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp155 bool DstIsKill = MI.getOperand(1).isKill(); in expandArith() local
163 .addReg(DstLoReg, getKillRegState(DstIsKill)) in expandArith()
169 .addReg(DstHiReg, getKillRegState(DstIsKill)) in expandArith()
188 bool DstIsKill = MI.getOperand(1).isKill(); in expandLogic() local
197 .addReg(DstLoReg, getKillRegState(DstIsKill)) in expandLogic()
206 .addReg(DstHiReg, getKillRegState(DstIsKill)) in expandLogic()
426 bool DstIsKill = MI.getOperand(1).isKill(); in expand() local
435 .addReg(DstLoReg, getKillRegState(DstIsKill)); in expand()
443 .addReg(DstHiReg, getKillRegState(DstIsKill)); in expand()
459 bool DstIsKill = MI.getOperand(1).isKill(); in expand() local
[all …]