Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp4980 std::optional<unsigned> ExplicitUserSGPRCount; in ParseDirectiveAMDHSAKernel() local
5029 ExplicitUserSGPRCount = Val; in ParseDirectiveAMDHSAKernel()
5273 if (ExplicitUserSGPRCount && ImpliedUserSGPRCount > *ExplicitUserSGPRCount) in ParseDirectiveAMDHSAKernel()
5278 ExplicitUserSGPRCount ? *ExplicitUserSGPRCount : ImpliedUserSGPRCount; in ParseDirectiveAMDHSAKernel()