Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp130 bool InPreloadSequence = true; in lowerKernelArguments() local
147 if (Arg.hasInRegAttr() && InPreloadSequence && ST.hasKernargPreload() && in lowerKernelArguments()
154 InPreloadSequence = false; in lowerKernelArguments()
H A DSIISelLowering.cpp2442 bool InPreloadSequence = true; in allocatePreloadKernArgSGPRs() local
2445 if (!InPreloadSequence || !Arg.hasInRegAttr()) in allocatePreloadKernArgSGPRs()
2478 InPreloadSequence = false; in allocatePreloadKernArgSGPRs()