Searched refs:NumSGPRsForWavesPerEU (Results 1 – 2 of 2) sorted by relevance
251 CurrentProgramInfo.NumSGPRsForWavesPerEU - in emitFunctionBodyEnd()533 Twine(CurrentProgramInfo.NumSGPRsForWavesPerEU), false); in runOnMachineFunction()736 ProgInfo.NumSGPRsForWavesPerEU = std::max( in getSIProgramInfo()755 ProgInfo.NumSGPRsForWavesPerEU = MaxAddressableNumSGPRs; in getSIProgramInfo()762 ProgInfo.NumSGPRsForWavesPerEU = in getSIProgramInfo()781 &STM, ProgInfo.NumSGPRsForWavesPerEU); in getSIProgramInfo()859 ProgInfo.NumSGPRsForWavesPerEU, in getSIProgramInfo()932 MD->setNumUsedSgprs(CC, CurrentProgramInfo.NumSGPRsForWavesPerEU); in EmitPALMetadata()966 MD->setFunctionNumUsedSgprs(MF, CurrentProgramInfo.NumSGPRsForWavesPerEU); in emitPALFunctionMetadata()
56 uint32_t NumSGPRsForWavesPerEU = 0; member