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

References

lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp
  222   HSACodeProps.mKernargSegmentSize = STM.getKernArgSegmentSize(F,
  224   HSACodeProps.mGroupSegmentFixedSize = ProgramInfo.LDSSize;
  225   HSACodeProps.mPrivateSegmentFixedSize = ProgramInfo.ScratchSize;
  226   HSACodeProps.mKernargSegmentAlign =
  228   HSACodeProps.mWavefrontSize = STM.getWavefrontSize();
  229   HSACodeProps.mNumSGPRs = ProgramInfo.NumSGPR;
  230   HSACodeProps.mNumVGPRs = ProgramInfo.NumVGPR;
  231   HSACodeProps.mMaxFlatWorkGroupSize = MFI.getMaxFlatWorkGroupSize();
  232   HSACodeProps.mIsDynamicCallStack = ProgramInfo.DynamicCallStack;
  233   HSACodeProps.mIsXNACKEnabled = STM.isXNACKEnabled();
  234   HSACodeProps.mNumSpilledSGPRs = MFI.getNumSpilledSGPRs();
  235   HSACodeProps.mNumSpilledVGPRs = MFI.getNumSpilledVGPRs();
  237   return HSACodeProps;