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