Searched refs:DstHiReg (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() 159 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead)) in expandArith() 160 .addReg(DstHiReg, getKillRegState(DstIsKill)) in expandArith() 176 unsigned SrcLoReg, SrcHiReg, DstLoReg, DstHiReg; in expandLogic() local 184 TRI->splitReg(DstReg, DstLoReg, DstHiReg); in expandLogic() 195 .addReg(DstHiReg, RegState::Define | getDeadRegState(DstIsDead)) in expandLogic() 196 .addReg(DstHiReg, getKillRegState(DstIsKill)) in expandLogic() 223 unsigned DstLoReg, DstHiReg; in expandLogicImm() local 231 TRI->splitReg(DstReg, DstLoReg, DstHiReg); in expandLogicImm() [all …]
|