Searched refs:getMaxNumVGPRs (Results 1 – 8 of 8) sorted by relevance
1162 unsigned getMaxNumVGPRs(unsigned WavesPerEU) const { in getMaxNumVGPRs() function1163 return AMDGPU::IsaInfo::getMaxNumVGPRs(this, WavesPerEU); in getMaxNumVGPRs()1174 unsigned getMaxNumVGPRs(const MachineFunction &MF) const;
236 MaxNumVGPRs = ST->getMaxNumVGPRs(MF); in runOnMachineFunction()237 MaxNumVGPRs = std::min(ST->getMaxNumVGPRs(MFI->getOccupancy()), MaxNumVGPRs); in runOnMachineFunction()
689 unsigned GCNSubtarget::getMaxNumVGPRs(const MachineFunction &MF) const { in getMaxNumVGPRs() function in GCNSubtarget696 unsigned MaxNumVGPRs = getMaxNumVGPRs(WavesPerEU.first); in getMaxNumVGPRs()706 if (Requested && Requested > getMaxNumVGPRs(WavesPerEU.first)) in getMaxNumVGPRs()
742 MaxNumVGPRs = ST->getMaxNumVGPRs(MF); in runOnMachineFunction()744 MaxNumVGPRs = std::min(ST->getMaxNumVGPRs(Occupancy), MaxNumVGPRs); in runOnMachineFunction()
199 unsigned MaxNumVGPRs = ST.getMaxNumVGPRs(MF); in getReservedRegs()1732 return std::min(ST.getMaxNumVGPRs(Occupancy), ST.getMaxNumVGPRs(MF)); in getRegPressureLimit()
50 VGPRCriticalLimit = ST.getMaxNumVGPRs(TargetOccupancy); in initialize()
186 unsigned getMaxNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU);
463 unsigned getMaxNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU) { in getMaxNumVGPRs() function