Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1072 unsigned getMaxNumVGPRs(unsigned WavesPerEU) const { in getMaxNumVGPRs() function
1073 return AMDGPU::IsaInfo::getMaxNumVGPRs(this, WavesPerEU); in getMaxNumVGPRs()
1084 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.cpp780 unsigned GCNSubtarget::getMaxNumVGPRs(const MachineFunction &MF) const { in getMaxNumVGPRs() function in GCNSubtarget
787 unsigned MaxNumVGPRs = getMaxNumVGPRs(WavesPerEU.first); in getMaxNumVGPRs()
800 if (Requested && Requested > getMaxNumVGPRs(WavesPerEU.first)) in getMaxNumVGPRs()
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()
2290 return std::min(ST.getMaxNumVGPRs(Occupancy), ST.getMaxNumVGPRs(MF)); in getRegPressureLimit()
H A DAMDGPUTargetTransformInfo.cpp289 MaxVGPRs(ST->getMaxNumVGPRs( in GCNTTIImpl()
/netbsd-src/external/apache2/llvm/dist/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