Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h51 const DebugLoc &DL, MCRegister DestinationRegister,
63 Register DestinationRegister, int FrameIndex,
H A DLanaiInstrInfo.cpp37 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()