Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:Occupancy

1538   unsigned Occupancy = ST.getOccupancyWithLocalMemSize(MFI->getLDSSize(),
1544 return std::min(ST.getMaxNumVGPRs(Occupancy), ST.getMaxNumVGPRs(MF));
1546 return std::min(ST.getMaxNumSGPRs(Occupancy, true), ST.getMaxNumSGPRs(MF));