Home
last modified time | relevance | path

Searched refs:MaxUnifiedVGPRs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h213 if (Target.MaxUnifiedVGPRs) {
214 OS << ", " << Target.RP.getVGPRNum(true) << '/' << Target.MaxUnifiedVGPRs
234 unsigned MaxUnifiedVGPRs; variable
248 return !MaxUnifiedVGPRs || RP.getVGPRNum(true) <= MaxUnifiedVGPRs; in satisfiesUnifiedTarget()
H A DGCNRegPressure.cpp399 MaxUnifiedVGPRs = in setRegLimits()