Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.h52 unsigned SourceRegister, bool KillSource) const override;
57 unsigned SourceRegister, bool IsKill, int FrameIndex,
DLanaiInstrInfo.cpp39 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()