reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
845 MaxSGPR = MaxUsed > MaxSGPR ? MaxUsed : MaxSGPR; 845 MaxSGPR = MaxUsed > MaxSGPR ? MaxUsed : MaxSGPR; 845 MaxSGPR = MaxUsed > MaxSGPR ? MaxUsed : MaxSGPR; 867 MaxSGPR = std::max(MaxSGPR, MaxSGPRGuess); 867 MaxSGPR = std::max(MaxSGPR, MaxSGPRGuess); 892 MaxSGPR = std::max(I->second.NumExplicitSGPR - 1, MaxSGPR); 892 MaxSGPR = std::max(I->second.NumExplicitSGPR - 1, MaxSGPR); 909 Info.NumExplicitSGPR = MaxSGPR + 1;