Searched refs:UserSGPRCount (Results 1 – 1 of 1) sorted by relevance
6178 unsigned UserSGPRCount = ExplicitUserSGPRCount.value_or(ImpliedUserSGPRCount); in ParseDirectiveAMDHSAKernel() local6186 {NextFreeSGPR, MCConstantExpr::create(UserSGPRCount, Ctx)}, Ctx); in ParseDirectiveAMDHSAKernel()6225 if (!isUInt<COMPUTE_PGM_RSRC2_USER_SGPR_COUNT_WIDTH>(UserSGPRCount)) in ParseDirectiveAMDHSAKernel()6228 KD.compute_pgm_rsrc2, MCConstantExpr::create(UserSGPRCount, getContext()), in ParseDirectiveAMDHSAKernel()