Home
last modified time | relevance | path

Searched refs:getMaxNumVGPRs (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp598 unsigned GCNSubtarget::getMaxNumVGPRs(const MachineFunction &MF) const { in getMaxNumVGPRs() function in GCNSubtarget
605 unsigned MaxNumVGPRs = getMaxNumVGPRs(WavesPerEU.first); in getMaxNumVGPRs()
615 if (Requested && Requested > getMaxNumVGPRs(WavesPerEU.first)) in getMaxNumVGPRs()
H A DAMDGPUSubtarget.h942 unsigned getMaxNumVGPRs(unsigned WavesPerEU) const { in getMaxNumVGPRs() function
943 return AMDGPU::IsaInfo::getMaxNumVGPRs(this, WavesPerEU); in getMaxNumVGPRs()
954 unsigned getMaxNumVGPRs(const MachineFunction &MF) const;
H A DSIRegisterInfo.cpp188 unsigned MaxNumVGPRs = ST.getMaxNumVGPRs(MF); in getReservedRegs()
1548 return std::min(ST.getMaxNumVGPRs(Occupancy), ST.getMaxNumVGPRs(MF)); in getRegPressureLimit()
H A DGCNSchedStrategy.cpp50 VGPRCriticalLimit = ST.getMaxNumVGPRs(TargetOccupancy); in initialize()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h170 unsigned getMaxNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU);
H A DAMDGPUBaseInfo.cpp396 unsigned getMaxNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU) { in getMaxNumVGPRs() function