reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  880           if (I == CallGraphResourceInfo.end()) {
  892           MaxSGPR = std::max(I->second.NumExplicitSGPR - 1, MaxSGPR);
  893           MaxVGPR = std::max(I->second.NumVGPR - 1, MaxVGPR);
  894           MaxAGPR = std::max(I->second.NumAGPR - 1, MaxAGPR);
  896             = std::max(I->second.PrivateSegmentSize, CalleeFrameSize);
  897           Info.UsesVCC |= I->second.UsesVCC;
  898           Info.UsesFlatScratch |= I->second.UsesFlatScratch;
  899           Info.HasDynamicallySizedStack |= I->second.HasDynamicallySizedStack;
  900           Info.HasRecursion |= I->second.HasRecursion;