Searched refs:DestinationRegister (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 51 const DebugLoc &DL, MCRegister DestinationRegister, 63 Register DestinationRegister, int FrameIndex,
|
| H A D | LanaiInstrInfo.cpp | 37 MCRegister DestinationRegister, in copyPhysReg() argument 40 if (!Lanai::GPRRegClass.contains(DestinationRegister, SourceRegister)) { in copyPhysReg() 44 BuildMI(MBB, Position, DL, get(Lanai::OR_I_LO), DestinationRegister) in copyPhysReg() 71 Register DestinationRegister, int FrameIndex, in loadRegFromStackSlot() argument 82 BuildMI(MBB, Position, DL, get(Lanai::LDW_RI), DestinationRegister) in loadRegFromStackSlot()
|