Searched refs:TaskArgs (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1547 llvm::Value *TaskArgs[] = {
1552 CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_omp_task), TaskArgs);
5274 llvm::Value *TaskArgs[] = { UpLoc, ThreadID, NewTask }; local
5286 &TaskArgs,
5298 TaskArgs);
5315 auto &&ElseCodeGen = [&TaskArgs, ThreadID, NewTaskNewTaskTTy, TaskEntry,
5342 RT.createRuntimeFunction(OMPRTL__kmpc_omp_task_begin_if0), TaskArgs,
5343 RT.createRuntimeFunction(OMPRTL__kmpc_omp_task_complete_if0), TaskArgs);
5416 llvm::Value *TaskArgs[] = { local
5437 CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_taskloop), TaskArgs); local
[all...]

Completed in 65 milliseconds