Searched refs:restoreSGPR (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIRegisterInfo.h | 159 bool restoreSGPR(MachineBasicBlock::iterator MI, int FI, RegScavenger *RS, in supportsBackwardScavenger()
|
H A D | SIRegisterInfo.cpp | 1883 bool SIRegisterInfo::restoreSGPR(MachineBasicBlock::iterator MI, int Index, in restoreSGPR() function in SIRegisterInfo 2068 return restoreSGPR(MI, FI, RS, Indexes, LIS, true, SpillToPhysVGPRLane); in eliminateSGPRToVGPRSpillFrameIndex() 2130 return restoreSGPR(MI, Index, RS); in eliminateFrameIndex()
|