Searched refs:SourceRegister (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.h | 52 MCRegister SourceRegister, bool KillSource) const override; 57 Register SourceRegister, bool IsKill, int FrameIndex,
|
| H A D | LanaiInstrInfo.cpp | 38 MCRegister SourceRegister, in copyPhysReg() argument 40 if (!Lanai::GPRRegClass.contains(DestinationRegister, SourceRegister)) { in copyPhysReg() 45 .addReg(SourceRegister, getKillRegState(KillSource)) in copyPhysReg() 51 Register SourceRegister, bool IsKill, int FrameIndex, in storeRegToStackSlot() argument 63 .addReg(SourceRegister, getKillRegState(IsKill)) in storeRegToStackSlot()
|