Searched refs:ExplicitUserSGPRCount (Results 1 – 1 of 1) sorted by relevance
4980 std::optional<unsigned> ExplicitUserSGPRCount; in ParseDirectiveAMDHSAKernel() local5029 ExplicitUserSGPRCount = Val; in ParseDirectiveAMDHSAKernel()5273 if (ExplicitUserSGPRCount && ImpliedUserSGPRCount > *ExplicitUserSGPRCount) in ParseDirectiveAMDHSAKernel()5278 ExplicitUserSGPRCount ? *ExplicitUserSGPRCount : ImpliedUserSGPRCount; in ParseDirectiveAMDHSAKernel()