Searched refs:SQ_MAX_PGM_SGPRS (Results 1 – 1 of 1) sorted by relevance
137 SQ_MAX_PGM_SGPRS = 256, // Maximum programmable SGPRs across all targets. enumerator430 unsigned SgprScores[SQ_MAX_PGM_SGPRS] = {0};758 assert(Reg >= Encoding.SGPR0 && Reg < SQ_MAX_PGM_SGPRS); in getRegInterval()761 Result.first < SQ_MAX_PGM_SGPRS + NUM_ALL_VGPRS); in getRegInterval()2444 assert(NumSGPRsMax <= SQ_MAX_PGM_SGPRS); in runOnMachineFunction()