Searched refs:NumSGPRsForWavesPerEU (Results 1 – 2 of 2) sorted by relevance
232 CurrentProgramInfo.NumSGPRsForWavesPerEU - in emitFunctionBodyEnd()557 Twine(CurrentProgramInfo.NumSGPRsForWavesPerEU), false); in runOnMachineFunction()813 ProgInfo.NumSGPRsForWavesPerEU = std::max( in getSIProgramInfo()830 ProgInfo.NumSGPRsForWavesPerEU = MaxAddressableNumSGPRs; in getSIProgramInfo()837 ProgInfo.NumSGPRsForWavesPerEU = in getSIProgramInfo()859 &STM, ProgInfo.NumSGPRsForWavesPerEU); in getSIProgramInfo()942 ProgInfo.NumSGPRsForWavesPerEU, in getSIProgramInfo()1045 MD->setNumUsedSgprs(CC, CurrentProgramInfo.NumSGPRsForWavesPerEU); in EmitPALMetadata()1135 MD->setFunctionNumUsedSgprs(FnName, CurrentProgramInfo.NumSGPRsForWavesPerEU); in emitPALFunctionMetadata()
73 uint32_t NumSGPRsForWavesPerEU = 0; member