reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
922 ProgInfo.NumArchVGPR = Info.NumVGPR; 923 ProgInfo.NumAccVGPR = Info.NumAGPR; 924 ProgInfo.NumVGPR = Info.getTotalNumVGPRs(STM); 925 ProgInfo.NumSGPR = Info.NumExplicitSGPR; 926 ProgInfo.ScratchSize = Info.PrivateSegmentSize; 927 ProgInfo.VCCUsed = Info.UsesVCC; 928 ProgInfo.FlatUsed = Info.UsesFlatScratch; 929 ProgInfo.DynamicCallStack = Info.HasDynamicallySizedStack || Info.HasRecursion; 929 ProgInfo.DynamicCallStack = Info.HasDynamicallySizedStack || Info.HasRecursion;