Searched refs:DstLoReg (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRExpandPseudoInsts.cpp | 143 unsigned SrcLoReg, SrcHiReg, DstLoReg, DstHiReg; in expandArith() local 151 TRI->splitReg(DstReg, DstLoReg, DstHiReg); in expandArith() 154 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead)) in expandArith() 155 .addReg(DstLoReg, getKillRegState(DstIsKill)) in expandArith() 176 unsigned SrcLoReg, SrcHiReg, DstLoReg, DstHiReg; in expandLogic() local 184 TRI->splitReg(DstReg, DstLoReg, DstHiReg); in expandLogic() 187 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead)) in expandLogic() 188 .addReg(DstLoReg, getKillRegState(DstIsKill)) in expandLogic() 223 unsigned DstLoReg, DstHiReg; in expandLogicImm() local 231 TRI->splitReg(DstReg, DstLoReg, DstHiReg); in expandLogicImm() [all …]
|