Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp255 Register LowestAvailableVGPR = in lowerShiftReservedVGPR() local
257 if (!LowestAvailableVGPR) in lowerShiftReservedVGPR()
258 LowestAvailableVGPR = PreReservedVGPR; in lowerShiftReservedVGPR()
276 FuncInfo->setSGPRSpillVGPRs(LowestAvailableVGPR, FI, Index); in lowerShiftReservedVGPR()
279 assert(LowestAvailableVGPR.isValid() && "Did not find an available VGPR"); in lowerShiftReservedVGPR()
280 MBB.addLiveIn(LowestAvailableVGPR); in lowerShiftReservedVGPR()