Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCResourceInfo.cpp270 auto SetMaxReg = [&](MCSymbol *MaxSym, int32_t numRegs, in gatherResourceInfo() local
288 SetMaxReg(MaxVGPRSym, FRI.NumVGPR, RIK_NumVGPR); in gatherResourceInfo()
289 SetMaxReg(MaxAGPRSym, FRI.NumAGPR, RIK_NumAGPR); in gatherResourceInfo()
290 SetMaxReg(MaxSGPRSym, FRI.NumExplicitSGPR, RIK_NumSGPR); in gatherResourceInfo()