Searched refs:ExplicitUserSGPRCount (Results 1 – 1 of 1) sorted by relevance
5462 std::optional<unsigned> ExplicitUserSGPRCount; in ParseDirectiveAMDHSAKernel() local5526 ExplicitUserSGPRCount = Val; in ParseDirectiveAMDHSAKernel()5836 if (ExplicitUserSGPRCount && ImpliedUserSGPRCount > *ExplicitUserSGPRCount) in ParseDirectiveAMDHSAKernel()5841 ExplicitUserSGPRCount ? *ExplicitUserSGPRCount : ImpliedUserSGPRCount; in ParseDirectiveAMDHSAKernel()