Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.h52 MCRegister SourceRegister, bool KillSource) const override;
57 Register SourceRegister, bool IsKill, int FrameIndex,
H A DLanaiInstrInfo.cpp38 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()