Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1805 uint32_t GranulatedWavefrontSGPRCount = in decodeCOMPUTE_PGM_RSRC1() local
1809 if (isGFX10Plus() && GranulatedWavefrontSGPRCount) in decodeCOMPUTE_PGM_RSRC1()
1812 uint32_t NextFreeSGPR = (GranulatedWavefrontSGPRCount + 1) * in decodeCOMPUTE_PGM_RSRC1()