Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp147 bool DstIsKill = MI.getOperand(1).isKill(); in expandArith() local
155 .addReg(DstLoReg, getKillRegState(DstIsKill)) in expandArith()
160 .addReg(DstHiReg, getKillRegState(DstIsKill)) in expandArith()
180 bool DstIsKill = MI.getOperand(1).isKill(); in expandLogic() local
188 .addReg(DstLoReg, getKillRegState(DstIsKill)) in expandLogic()
196 .addReg(DstHiReg, getKillRegState(DstIsKill)) in expandLogic()
393 bool DstIsKill = MI.getOperand(1).isKill(); in expand() local
401 .addReg(DstLoReg, getKillRegState(DstIsKill)); in expand()
408 .addReg(DstHiReg, getKillRegState(DstIsKill)); in expand()
423 bool DstIsKill = MI.getOperand(0).isKill(); in expand() local
[all …]