Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h934 unsigned getMaxNumVGPRs(unsigned WavesPerEU) const { in getMaxNumVGPRs() function
935 return AMDGPU::IsaInfo::getMaxNumVGPRs(MCSubtargetInfo::getFeatureBits(), in getMaxNumVGPRs()
947 unsigned getMaxNumVGPRs(const MachineFunction &MF) const;
DAMDGPUSubtarget.cpp596 unsigned GCNSubtarget::getMaxNumVGPRs(const MachineFunction &MF) const { in getMaxNumVGPRs() function in GCNSubtarget
603 unsigned MaxNumVGPRs = getMaxNumVGPRs(WavesPerEU.first); in getMaxNumVGPRs()
613 if (Requested && Requested > getMaxNumVGPRs(WavesPerEU.first)) in getMaxNumVGPRs()
DSIRegisterInfo.cpp185 unsigned MaxNumVGPRs = ST.getMaxNumVGPRs(MF); in getReservedRegs()
1544 return std::min(ST.getMaxNumVGPRs(Occupancy), ST.getMaxNumVGPRs(MF)); in getRegPressureLimit()
DGCNSchedStrategy.cpp50 VGPRCriticalLimit = ST.getMaxNumVGPRs(TargetOccupancy); in initialize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h177 unsigned getMaxNumVGPRs(const FeatureBitset &Features, unsigned WavesPerEU);
DAMDGPUBaseInfo.cpp400 unsigned getMaxNumVGPRs(const FeatureBitset &Features, unsigned WavesPerEU) { in getMaxNumVGPRs() function