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

References

lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  845           MaxSGPR = MaxUsed > MaxSGPR ? MaxUsed : MaxSGPR;
  845           MaxSGPR = MaxUsed > MaxSGPR ? MaxUsed : MaxSGPR;
  847           MaxAGPR = MaxUsed > MaxAGPR ? MaxUsed : MaxAGPR;
  847           MaxAGPR = MaxUsed > MaxAGPR ? MaxUsed : MaxAGPR;
  849           MaxVGPR = MaxUsed > MaxVGPR ? MaxUsed : MaxVGPR;
  849           MaxVGPR = MaxUsed > MaxVGPR ? MaxUsed : MaxVGPR;