Home
last modified time | relevance | path

Searched refs:getAddressableNumVGPRs (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h1150 unsigned getAddressableNumVGPRs() const { in getAddressableNumVGPRs() function
1151 return AMDGPU::IsaInfo::getAddressableNumVGPRs(this); in getAddressableNumVGPRs()
DGCNSchedStrategy.cpp393 unsigned TotalVGPRs = AMDGPU::IsaInfo::getAddressableNumVGPRs(&ST); in schedule()
DSIInsertWaitcnts.cpp1482 HardwareLimits.NumVGPRsMax = ST->getAddressableNumVGPRs(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp448 unsigned getAddressableNumVGPRs(const MCSubtargetInfo *STI) { in getAddressableNumVGPRs() function
460 return std::min(MinNumVGPRs, getAddressableNumVGPRs(STI)); in getMinNumVGPRs()
468 unsigned AddressableNumVGPRs = getAddressableNumVGPRs(STI); in getMaxNumVGPRs()
DAMDGPUBaseInfo.h178 unsigned getAddressableNumVGPRs(const MCSubtargetInfo *STI);