Searched refs:SQ_MAX_PGM_VGPRS (Results 1 – 2 of 2) sorted by relevance
118 SQ_MAX_PGM_VGPRS = 256, // Maximum programmable VGPRs across all targets. enumerator122 NUM_ALL_VGPRS = SQ_MAX_PGM_VGPRS + NUM_EXTRA_VGPRS, // Where SGPR starts.495 assert(Result.first >= 0 && Result.first < SQ_MAX_PGM_VGPRS); in getRegInterval()669 setRegScore(SQ_MAX_PGM_VGPRS + EXTRA_VGPR_LDS, T, CurrScore); in updateByEvent()703 if (J < SQ_MAX_PGM_VGPRS + EXTRA_VGPR_LDS) { in print()1056 unsigned RegNo = SQ_MAX_PGM_VGPRS + EXTRA_VGPR_LDS; in generateWaitcntInstBefore()1091 unsigned RegNo = SQ_MAX_PGM_VGPRS + EXTRA_VGPR_LDS; in generateWaitcntInstBefore()1860 assert(HardwareLimits.NumVGPRsMax <= SQ_MAX_PGM_VGPRS); in runOnMachineFunction()
4128 #define SQ_MAX_PGM_VGPRS 0x00000100 macro