Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h1162 unsigned getMaxNumVGPRs(unsigned WavesPerEU) const { in getMaxNumVGPRs() function
1163 return AMDGPU::IsaInfo::getMaxNumVGPRs(this, WavesPerEU); in getMaxNumVGPRs()
1174 unsigned getMaxNumVGPRs(const MachineFunction &MF) const;
DGCNNSAReassign.cpp236 MaxNumVGPRs = ST->getMaxNumVGPRs(MF); in runOnMachineFunction()
237 MaxNumVGPRs = std::min(ST->getMaxNumVGPRs(MFI->getOccupancy()), MaxNumVGPRs); in runOnMachineFunction()
DAMDGPUSubtarget.cpp689 unsigned GCNSubtarget::getMaxNumVGPRs(const MachineFunction &MF) const { in getMaxNumVGPRs() function in GCNSubtarget
696 unsigned MaxNumVGPRs = getMaxNumVGPRs(WavesPerEU.first); in getMaxNumVGPRs()
706 if (Requested && Requested > getMaxNumVGPRs(WavesPerEU.first)) in getMaxNumVGPRs()
DGCNRegBankReassign.cpp742 MaxNumVGPRs = ST->getMaxNumVGPRs(MF); in runOnMachineFunction()
744 MaxNumVGPRs = std::min(ST->getMaxNumVGPRs(Occupancy), MaxNumVGPRs); in runOnMachineFunction()
DSIRegisterInfo.cpp199 unsigned MaxNumVGPRs = ST.getMaxNumVGPRs(MF); in getReservedRegs()
1732 return std::min(ST.getMaxNumVGPRs(Occupancy), ST.getMaxNumVGPRs(MF)); in getRegPressureLimit()
DGCNSchedStrategy.cpp50 VGPRCriticalLimit = ST.getMaxNumVGPRs(TargetOccupancy); in initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h186 unsigned getMaxNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU);
DAMDGPUBaseInfo.cpp463 unsigned getMaxNumVGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU) { in getMaxNumVGPRs() function