Searched refs:SetMaxReg (Results 1 – 1 of 1) sorted by relevance
270 auto SetMaxReg = [&](MCSymbol *MaxSym, int32_t numRegs, in gatherResourceInfo() local288 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()