Home
last modified time | relevance | path

Searched refs:ExplicitUserSGPRCount (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5824 std::optional<unsigned> ExplicitUserSGPRCount; in ParseDirectiveAMDHSAKernel() local
5888 ExplicitUserSGPRCount = Val; in ParseDirectiveAMDHSAKernel()
6178 unsigned UserSGPRCount = ExplicitUserSGPRCount.value_or(ImpliedUserSGPRCount); in ParseDirectiveAMDHSAKernel()
6221 if (ExplicitUserSGPRCount && ImpliedUserSGPRCount > *ExplicitUserSGPRCount) in ParseDirectiveAMDHSAKernel()