Searched refs:getMaxNumVGPRs (Results 1 – 9 of 9) sorted by relevance
1072 unsigned getMaxNumVGPRs(unsigned WavesPerEU) const { in getMaxNumVGPRs() function1073 return AMDGPU::IsaInfo::getMaxNumVGPRs(this, WavesPerEU); in getMaxNumVGPRs()1084 unsigned getMaxNumVGPRs(const MachineFunction &MF) const;
239 MaxNumVGPRs = ST->getMaxNumVGPRs(MF); in runOnMachineFunction()240 MaxNumVGPRs = std::min(ST->getMaxNumVGPRs(MFI->getOccupancy()), MaxNumVGPRs); in runOnMachineFunction()
780 unsigned GCNSubtarget::getMaxNumVGPRs(const MachineFunction &MF) const { in getMaxNumVGPRs() function in GCNSubtarget787 unsigned MaxNumVGPRs = getMaxNumVGPRs(WavesPerEU.first); in getMaxNumVGPRs()800 if (Requested && Requested > getMaxNumVGPRs(WavesPerEU.first)) in getMaxNumVGPRs()
45 VGPRCriticalLimit = ST.getMaxNumVGPRs(TargetOccupancy); in initialize()388 unsigned MaxVGPRs = ST.getMaxNumVGPRs(MF); in schedule()
178 MaxVGPRs = ST.getMaxNumVGPRs(ST.getWavesPerEU(F).first); in run()1103 MaxVGPRs = ST.getMaxNumVGPRs(ST.getWavesPerEU(F).first); in promoteAllocasToVector()
504 unsigned MaxNumVGPRs = ST.getMaxNumVGPRs(MF); in getReservedRegs()2290 return std::min(ST.getMaxNumVGPRs(Occupancy), ST.getMaxNumVGPRs(MF)); in getRegPressureLimit()
289 MaxVGPRs(ST->getMaxNumVGPRs( in GCNTTIImpl()
262 unsigned getMaxNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU);
745 unsigned getMaxNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU) { in getMaxNumVGPRs() function