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.cpp157 bool DstIsKill = MI.getOperand(1).isKill(); in expandArith() local
165 .addReg(DstLoReg, getKillRegState(DstIsKill)) in expandArith()
171 .addReg(DstHiReg, getKillRegState(DstIsKill)) in expandArith()
190 bool DstIsKill = MI.getOperand(1).isKill(); in expandLogic() local
199 .addReg(DstLoReg, getKillRegState(DstIsKill)) in expandLogic()
208 .addReg(DstHiReg, getKillRegState(DstIsKill)) in expandLogic()
428 bool DstIsKill = MI.getOperand(1).isKill(); in expand() local
437 .addReg(DstLoReg, getKillRegState(DstIsKill)); in expand()
445 .addReg(DstHiReg, getKillRegState(DstIsKill)); in expand()
461 bool DstIsKill = MI.getOperand(1).isKill(); in expand() local
[all …]