Searched refs:ExplicitUserSGPRCount (Results 1 – 1 of 1) sorted by relevance
5266 std::optional<unsigned> ExplicitUserSGPRCount; in ParseDirectiveAMDHSAKernel() local5315 ExplicitUserSGPRCount = Val; in ParseDirectiveAMDHSAKernel()5594 if (ExplicitUserSGPRCount && ImpliedUserSGPRCount > *ExplicitUserSGPRCount) in ParseDirectiveAMDHSAKernel()5599 ExplicitUserSGPRCount ? *ExplicitUserSGPRCount : ImpliedUserSGPRCount; in ParseDirectiveAMDHSAKernel()