Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1614 void allocKernargPreloadSGPRs(unsigned NumSGPRs);
H A DSIMachineFunctionInfo.cpp277 UserSGPRInfo.allocKernargPreloadSGPRs(AllocSizeDWord + PaddingSGPRs); in addPreloadedKernArg()
H A DAMDGPUSubtarget.cpp1120 void GCNUserSGPRUsageInfo::allocKernargPreloadSGPRs(unsigned NumSGPRs) { in allocKernargPreloadSGPRs() function in GCNUserSGPRUsageInfo