Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2629 unsigned NumAllocSGPRs = in allocatePreloadKernArgSGPRs() local
2655 if (PaddingSGPRs + NumAllocSGPRs > SGPRInfo.getNumFreeUserSGPRs()) { in allocatePreloadKernArgSGPRs()
2662 TRI.getSGPRClassForBitWidth(NumAllocSGPRs * 32); in allocatePreloadKernArgSGPRs()
2664 Info.addPreloadedKernArg(TRI, RC, NumAllocSGPRs, InIdx, PaddingSGPRs); in allocatePreloadKernArgSGPRs()
2674 LastExplicitArgOffset = NumAllocSGPRs * 4 + ArgOffset; in allocatePreloadKernArgSGPRs()