Home
last modified time | relevance | path

Searched refs:getMaxNumSGPRs (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp546 unsigned GCNSubtarget::getMaxNumSGPRs(const MachineFunction &MF) const { in getMaxNumSGPRs() function in GCNSubtarget
553 unsigned MaxNumSGPRs = getMaxNumSGPRs(WavesPerEU.first, false); in getMaxNumSGPRs()
554 unsigned MaxAddressableNumSGPRs = getMaxNumSGPRs(WavesPerEU.first, true); in getMaxNumSGPRs()
579 if (Requested && Requested > getMaxNumSGPRs(WavesPerEU.first, false)) in getMaxNumSGPRs()
DAMDGPUSubtarget.h884 unsigned getMaxNumSGPRs(unsigned WavesPerEU, bool Addressable) const { in getMaxNumSGPRs() function
885 return AMDGPU::IsaInfo::getMaxNumSGPRs(MCSubtargetInfo::getFeatureBits(), in getMaxNumSGPRs()
900 unsigned getMaxNumSGPRs(const MachineFunction &MF) const;
DSIRegisterInfo.cpp110 unsigned BaseIdx = alignDown(ST.getMaxNumSGPRs(MF), 4) - 4; in reservedPrivateSegmentBufferReg()
135 unsigned Reg = findPrivateSegmentWaveByteOffsetRegIndex(ST.getMaxNumSGPRs(MF)); in reservedPrivateSegmentWaveByteOffsetReg()
178 unsigned MaxNumSGPRs = ST.getMaxNumSGPRs(MF); in getReservedRegs()
1546 return std::min(ST.getMaxNumSGPRs(Occupancy, true), ST.getMaxNumSGPRs(MF)); in getRegPressureLimit()
DSIFrameLowering.cpp29 ST.getMaxNumSGPRs(MF) / 4); in getAllSGPR128()
35 ST.getMaxNumSGPRs(MF)); in getAllSGPRs()
DGCNSchedStrategy.cpp49 SGPRCriticalLimit = ST.getMaxNumSGPRs(TargetOccupancy, true); in initialize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h140 unsigned getMaxNumSGPRs(const FeatureBitset &Features, unsigned WavesPerEU,
DAMDGPUBaseInfo.cpp325 unsigned getMaxNumSGPRs(const FeatureBitset &Features, unsigned WavesPerEU, in getMaxNumSGPRs() function