Searched refs:DstLoReg (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRExpandPseudoInsts.cpp | 153 Register SrcLoReg, SrcHiReg, DstLoReg, DstHiReg; in expandArith() local 161 TRI->splitReg(DstReg, DstLoReg, DstHiReg); in expandArith() 164 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead)) in expandArith() 165 .addReg(DstLoReg, getKillRegState(DstIsKill)) in expandArith() 186 Register SrcLoReg, SrcHiReg, DstLoReg, DstHiReg; in expandLogic() local 194 TRI->splitReg(DstReg, DstLoReg, DstHiReg); in expandLogic() 198 .addReg(DstLoReg, RegState::Define | getDeadRegState(DstIsDead)) in expandLogic() 199 .addReg(DstLoReg, getKillRegState(DstIsKill)) in expandLogic() 246 Register DstLoReg, DstHiReg; in expandLogicImm() local 254 TRI->splitReg(DstReg, DstLoReg, DstHiReg); in expandLogicImm() [all …]
|
H A D | AVRRegisterInfo.cpp | 177 Register DstLoReg, DstHiReg; in eliminateFrameIndex() local 178 splitReg(DstReg, DstLoReg, DstHiReg); in eliminateFrameIndex() 179 BuildMI(MBB, MI, dl, TII.get(AVR::MOVRdRr), DstLoReg) in eliminateFrameIndex()
|