Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1518 unsigned getMinNumSGPRs(unsigned WavesPerEU) const { in getMinNumSGPRs() function
1519 return AMDGPU::IsaInfo::getMinNumSGPRs(this, WavesPerEU); in getMinNumSGPRs()
H A DGCNSubtarget.cpp458 Requested < getMinNumSGPRs(WavesPerEU.second)) in getBaseMaxNumSGPRs()
H A DAMDGPUAsmPrinter.cpp460 {NumSgpr, (uint64_t)1, (uint64_t)STM.getMinNumSGPRs(MaxWaves)}); in validateMCResourceInfo()
1082 CreateExpr(STM.getMinNumSGPRs(MaxWaves))}, in getSIProgramInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h273 unsigned getMinNumSGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU);
H A DAMDGPUBaseInfo.cpp1219 unsigned getMinNumSGPRs(const MCSubtargetInfo *STI, unsigned WavesPerEU) { in getMinNumSGPRs() function