Searched refs:SourceRegister (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.h | 52 unsigned SourceRegister, bool KillSource) const override; 57 unsigned SourceRegister, bool IsKill, int FrameIndex,
|
D | LanaiInstrInfo.cpp | 39 unsigned SourceRegister, in copyPhysReg() argument 41 if (!Lanai::GPRRegClass.contains(DestinationRegister, SourceRegister)) { in copyPhysReg() 46 .addReg(SourceRegister, getKillRegState(KillSource)) in copyPhysReg() 52 unsigned SourceRegister, bool IsKill, int FrameIndex, in storeRegToStackSlot() argument 64 .addReg(SourceRegister, getKillRegState(IsKill)) in storeRegToStackSlot()
|