Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreloadKernelArguments.cpp142 Function::arg_iterator NFArg = NF->arg_begin(); in cloneFunctionWithPreloadImplicitArgs() local
144 Arg.replaceAllUsesWith(&*NFArg); in cloneFunctionWithPreloadImplicitArgs()
145 NFArg->takeName(&Arg); in cloneFunctionWithPreloadImplicitArgs()
146 ++NFArg; in cloneFunctionWithPreloadImplicitArgs()
154 AL = AL.addParamAttributes(Ctx, NFArg->getArgNo(), AB); in cloneFunctionWithPreloadImplicitArgs()
155 NFArg++->setName(getHiddenArgName(HiddenArg(I))); in cloneFunctionWithPreloadImplicitArgs()