Searched refs:ExplicitUserSGPRCount (Results 1 – 1 of 1) sorted by relevance
5824 std::optional<unsigned> ExplicitUserSGPRCount; in ParseDirectiveAMDHSAKernel() local5888 ExplicitUserSGPRCount = Val; in ParseDirectiveAMDHSAKernel()6178 unsigned UserSGPRCount = ExplicitUserSGPRCount.value_or(ImpliedUserSGPRCount); in ParseDirectiveAMDHSAKernel()6221 if (ExplicitUserSGPRCount && ImpliedUserSGPRCount > *ExplicitUserSGPRCount) in ParseDirectiveAMDHSAKernel()