Searched refs:ProgInfo (Results 1 – 2 of 2) sorted by relevance
309 void AMDGPUAsmPrinter::getSIProgramInfo(SIProgramInfo &ProgInfo, in getSIProgramInfo() argument449 ProgInfo.ReservedVGPRFirst = MaxVGPR + 1; in getSIProgramInfo()450 ProgInfo.ReservedVGPRCount = MFI->getDebuggerReservedVGPRCount(); in getSIProgramInfo()458 ProgInfo.DebuggerWavefrontPrivateSegmentOffsetSGPR = in getSIProgramInfo()460 ProgInfo.DebuggerPrivateSegmentBufferSGPR = in getSIProgramInfo()466 ProgInfo.NumVGPR = MaxVGPR + 1; in getSIProgramInfo()467 ProgInfo.NumSGPR = MaxSGPR + 1; in getSIProgramInfo()470 if (ProgInfo.NumSGPR > SISubtarget::FIXED_SGPR_COUNT_FOR_INIT_BUG) { in getSIProgramInfo()474 ProgInfo.NumSGPR, DS_Error); in getSIProgramInfo()478 ProgInfo.NumSGPR = SISubtarget::FIXED_SGPR_COUNT_FOR_INIT_BUG; in getSIProgramInfo()[all …]
801 void AMDGPUAsmPrinter::getSIProgramInfo(SIProgramInfo &ProgInfo, in getSIProgramInfo() argument805 ProgInfo.NumVGPR = Info.NumVGPR; in getSIProgramInfo()806 ProgInfo.NumSGPR = Info.NumExplicitSGPR; in getSIProgramInfo()807 ProgInfo.ScratchSize = Info.PrivateSegmentSize; in getSIProgramInfo()808 ProgInfo.VCCUsed = Info.UsesVCC; in getSIProgramInfo()809 ProgInfo.FlatUsed = Info.UsesFlatScratch; in getSIProgramInfo()810 ProgInfo.DynamicCallStack = Info.HasDynamicallySizedStack || Info.HasRecursion; in getSIProgramInfo()812 if (!isUInt<32>(ProgInfo.ScratchSize)) { in getSIProgramInfo()814 ProgInfo.ScratchSize, DS_Error); in getSIProgramInfo()827 STM.getFeatureBits(), ProgInfo.VCCUsed, ProgInfo.FlatUsed); in getSIProgramInfo()[all …]