Searched refs:getMaxNumVGPRs (Results 1 – 6 of 6) sorted by relevance
934 unsigned getMaxNumVGPRs(unsigned WavesPerEU) const { in getMaxNumVGPRs() function935 return AMDGPU::IsaInfo::getMaxNumVGPRs(MCSubtargetInfo::getFeatureBits(), in getMaxNumVGPRs()947 unsigned getMaxNumVGPRs(const MachineFunction &MF) const;
596 unsigned GCNSubtarget::getMaxNumVGPRs(const MachineFunction &MF) const { in getMaxNumVGPRs() function in GCNSubtarget603 unsigned MaxNumVGPRs = getMaxNumVGPRs(WavesPerEU.first); in getMaxNumVGPRs()613 if (Requested && Requested > getMaxNumVGPRs(WavesPerEU.first)) in getMaxNumVGPRs()
185 unsigned MaxNumVGPRs = ST.getMaxNumVGPRs(MF); in getReservedRegs()1544 return std::min(ST.getMaxNumVGPRs(Occupancy), ST.getMaxNumVGPRs(MF)); in getRegPressureLimit()
50 VGPRCriticalLimit = ST.getMaxNumVGPRs(TargetOccupancy); in initialize()
177 unsigned getMaxNumVGPRs(const FeatureBitset &Features, unsigned WavesPerEU);
400 unsigned getMaxNumVGPRs(const FeatureBitset &Features, unsigned WavesPerEU) { in getMaxNumVGPRs() function