Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1110 unsigned getMaxNumVGPRs(unsigned WavesPerEU) const { in getMaxNumVGPRs() function
1111 return AMDGPU::IsaInfo::getMaxNumVGPRs(this, WavesPerEU); in getMaxNumVGPRs()
1126 unsigned getMaxNumVGPRs(const Function &F) const;
1136 unsigned getMaxNumVGPRs(const MachineFunction &MF) const;
H A DGCNNSAReassign.cpp239 MaxNumVGPRs = ST->getMaxNumVGPRs(MF); in runOnMachineFunction()
240 MaxNumVGPRs = std::min(ST->getMaxNumVGPRs(MFI->getOccupancy()), MaxNumVGPRs); in runOnMachineFunction()
H A DAMDGPUSubtarget.cpp936 unsigned MaxNumVGPRs = getMaxNumVGPRs(WavesPerEU.first); in getBaseMaxNumVGPRs()
949 if (Requested && Requested > getMaxNumVGPRs(WavesPerEU.first)) in getBaseMaxNumVGPRs()
962 unsigned GCNSubtarget::getMaxNumVGPRs(const Function &F) const { in getMaxNumVGPRs() function in GCNSubtarget
966 unsigned GCNSubtarget::getMaxNumVGPRs(const MachineFunction &MF) const { in getMaxNumVGPRs() function in GCNSubtarget
H A DGCNSchedStrategy.cpp45 VGPRCriticalLimit = ST.getMaxNumVGPRs(TargetOccupancy); in initialize()
388 unsigned MaxVGPRs = ST.getMaxNumVGPRs(MF); in schedule()
H A DAMDGPUPromoteAlloca.cpp178 MaxVGPRs = ST.getMaxNumVGPRs(ST.getWavesPerEU(F).first); in run()
1103 MaxVGPRs = ST.getMaxNumVGPRs(ST.getWavesPerEU(F).first); in promoteAllocasToVector()
H A DSIRegisterInfo.cpp504 unsigned MaxNumVGPRs = ST.getMaxNumVGPRs(MF); in getReservedRegs()
2368 return std::min(ST.getMaxNumVGPRs(Occupancy), ST.getMaxNumVGPRs(MF)); in getRegPressureLimit()
H A DAMDGPUTargetTransformInfo.cpp290 MaxVGPRs(ST->getMaxNumVGPRs( in GCNTTIImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h262 unsigned getMaxNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU);
H A DAMDGPUBaseInfo.cpp745 unsigned getMaxNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU) { in getMaxNumVGPRs() function