Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp129 bool InPreloadSequence = true; in lowerKernelArguments() local
146 if (Arg.hasInRegAttr() && InPreloadSequence && ST.hasKernargPreload() && in lowerKernelArguments()
152 InPreloadSequence = false; in lowerKernelArguments()
H A DSIISelLowering.cpp2510 bool InPreloadSequence = true; in allocatePreloadKernArgSGPRs() local
2513 if (!InPreloadSequence || !Arg.hasInRegAttr()) in allocatePreloadKernArgSGPRs()
2546 InPreloadSequence = false; in allocatePreloadKernArgSGPRs()