Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp7263 SmallVector<Value *> KernelLaunchArgs; in emitTargetTaskProxyFunction() local
7264 KernelLaunchArgs.reserve(StaleCI->arg_size()); in emitTargetTaskProxyFunction()
7265 KernelLaunchArgs.push_back(ThreadId); in emitTargetTaskProxyFunction()
7275 KernelLaunchArgs.push_back( in emitTargetTaskProxyFunction()
7299 KernelLaunchArgs.push_back(NewArgStructAlloca); in emitTargetTaskProxyFunction()
7301 Builder.CreateCall(KernelLaunchFunction, KernelLaunchArgs); in emitTargetTaskProxyFunction()