Home
last modified time | relevance | path

Searched defs:PaddingSGPRs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp262 unsigned AllocSizeDWord, int KernArgIdx, int PaddingSGPRs) { in addPreloadedKernArg()
H A DSIISelLowering.cpp2653 unsigned PaddingSGPRs = alignTo(Padding, 4) / 4; in allocatePreloadKernArgSGPRs() local