Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1591 unsigned getAddressableNumVGPRs(unsigned DynamicVGPRBlockSize) const { in getAddressableNumVGPRs() function
1592 return AMDGPU::IsaInfo::getAddressableNumVGPRs(this, DynamicVGPRBlockSize); in getAddressableNumVGPRs()
H A DGCNRegPressure.cpp401 ? std::min(ST.getAddressableNumVGPRs(DynamicVGPRBlockSize), NumVGPRs) in setRegLimits()
H A DGCNSchedStrategy.cpp115 AMDGPU::IsaInfo::getAddressableNumVGPRs(&ST, DynamicVGPRBlockSize); in initialize()
H A DSIFrameLowering.cpp718 (ST.getAddressableNumVGPRs(MFI->getDynamicVGPRBlockSize()) - in emitEntryFunctionPrologue()
H A DSIInsertWaitcnts.cpp2769 ST->getAddressableNumVGPRs(MFI->getDynamicVGPRBlockSize()); in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1349 unsigned getAddressableNumVGPRs(const MCSubtargetInfo *STI, in getAddressableNumVGPRs() function
1417 getAddressableNumVGPRs(STI, DynamicVGPRBlockSize); in getMinNumVGPRs()
1442 getAddressableNumVGPRs(STI, DynamicVGPRBlockSize); in getMaxNumVGPRs()
H A DAMDGPUBaseInfo.h324 unsigned getAddressableNumVGPRs(const MCSubtargetInfo *STI,