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

Declarations

lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  150 unsigned getNumSGPRBlocks(const MCSubtargetInfo *STI, unsigned NumSGPRs);

References

lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
 1024   ProgInfo.SGPRBlocks = IsaInfo::getNumSGPRBlocks(
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 3642   SGPRBlocks = IsaInfo::getNumSGPRBlocks(&getSTI(), NumSGPRs);