reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1123 unsigned getMaxNumSGPRs(const MachineFunction &MF) const;
742 MaxNumSGPRs = ST->getMaxNumSGPRs(MF);
lib/Target/AMDGPU/SIFrameLowering.cpp30 ST.getMaxNumSGPRs(MF) / 4); 36 ST.getMaxNumSGPRs(MF));lib/Target/AMDGPU/SIRegisterInfo.cpp
111 unsigned BaseIdx = alignDown(ST.getMaxNumSGPRs(MF), 4) - 4; 135 unsigned Reg = findPrivateSegmentWaveByteOffsetRegIndex(ST.getMaxNumSGPRs(MF)); 192 unsigned MaxNumSGPRs = ST.getMaxNumSGPRs(MF); 1745 return std::min(ST.getMaxNumSGPRs(Occupancy, true), ST.getMaxNumSGPRs(MF));