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

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp870 llvm::Value *TaskArgs[] = {
875 CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_omp_task), TaskArgs);
3975 llvm::Value *TaskArgs[] = { UpLoc, ThreadID, NewTask }; local
3987 NumDependencies, &TaskArgs,
3999 TaskArgs);
4016 auto &&ElseCodeGen = [&TaskArgs, ThreadID, NewTaskNewTaskTTy, TaskEntry,
4042 RT.createRuntimeFunction(OMPRTL__kmpc_omp_task_begin_if0), TaskArgs,
4043 RT.createRuntimeFunction(OMPRTL__kmpc_omp_task_complete_if0), TaskArgs);
4102 llvm::Value *TaskArgs[] = { local
4118 CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_taskloop), TaskArgs); local
[all...]

Completed in 171 milliseconds