Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2463 unsigned NumAllocSGPRs = in allocatePreloadKernArgSGPRs() local
2476 if (PaddingSGPRs + NumAllocSGPRs + 1 /*Synthetic SGPRs*/ > in allocatePreloadKernArgSGPRs()
2484 TRI.getSGPRClassForBitWidth(NumAllocSGPRs * 32); in allocatePreloadKernArgSGPRs()
2486 Info.addPreloadedKernArg(TRI, RC, NumAllocSGPRs, InIdx, PaddingSGPRs); in allocatePreloadKernArgSGPRs()
2496 LastExplicitArgOffset = NumAllocSGPRs * 4 + ArgOffset; in allocatePreloadKernArgSGPRs()