Searched refs:ExcessSGPR (Results 1 – 1 of 1) sorted by relevance
117 unsigned ExcessSGPR = std::max(static_cast<int>(getSGPRNum() - MaxSGPRs), 0); in less() local123 unsigned VGPRForSGPRSpills = (ExcessSGPR + (WaveSize - 1)) / WaveSize; in less()158 bool ExcessRP = ExcessSGPR || ExcessVGPR || ExcessArchVGPR || ExcessAGPR; in less()170 int SGPRDiff = OtherExcessSGPR - ExcessSGPR; in less()