Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1510 uint32_t GranulatedWavefrontSGPRCount = in decodeCOMPUTE_PGM_RSRC1() local
1514 if (isGFX10Plus() && GranulatedWavefrontSGPRCount) in decodeCOMPUTE_PGM_RSRC1()
1517 uint32_t NextFreeSGPR = (GranulatedWavefrontSGPRCount + 1) * in decodeCOMPUTE_PGM_RSRC1()