Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp256 unsigned AllocSizeDWord, int KernArgIdx, int PaddingSGPRs) { in addPreloadedKernArg() argument
268 NumUserSGPRs += AllocSizeDWord; in addPreloadedKernArg()
270 for (unsigned I = 0; I < AllocSizeDWord; ++I) { in addPreloadedKernArg()
277 UserSGPRInfo.allocKernargPreloadSGPRs(AllocSizeDWord + PaddingSGPRs); in addPreloadedKernArg()
H A DSIMachineFunctionInfo.h760 unsigned AllocSizeDWord, int KernArgIdx,