reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
849 MaxVGPR = MaxUsed > MaxVGPR ? MaxUsed : MaxVGPR; 849 MaxVGPR = MaxUsed > MaxVGPR ? MaxUsed : MaxVGPR; 849 MaxVGPR = MaxUsed > MaxVGPR ? MaxUsed : MaxVGPR; 868 MaxVGPR = std::max(MaxVGPR, 23); 868 MaxVGPR = std::max(MaxVGPR, 23); 893 MaxVGPR = std::max(I->second.NumVGPR - 1, MaxVGPR); 893 MaxVGPR = std::max(I->second.NumVGPR - 1, MaxVGPR); 910 Info.NumVGPR = MaxVGPR + 1;