reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/CodeGen/CGOpenMPRuntime.h
  703   llvm::FunctionCallee createRuntimeFunction(unsigned Function);

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1499     CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_omp_task), TaskArgs);
 1735       createRuntimeFunction(OMPRTL__kmpc_global_thread_num),
 2733       createRuntimeFunction(OMPRTL__kmpc_threadprivate_cached), Args),
 2743   CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_global_thread_num),
 2751       createRuntimeFunction(OMPRTL__kmpc_threadprivate_register), Args);
 3006               createRuntimeFunction(OMPRTL__kmpc_threadprivate_cached), Args),
 3070         RT.createRuntimeFunction(OMPRTL__kmpc_fork_call);
 3081         RT.createRuntimeFunction(OMPRTL__kmpc_serialized_parallel), Args);
 3099         RT.createRuntimeFunction(OMPRTL__kmpc_end_serialized_parallel),
 3217       createRuntimeFunction(Hint ? OMPRTL__kmpc_critical_with_hint
 3219       EnterArgs, createRuntimeFunction(OMPRTL__kmpc_end_critical), Args);
 3235   CommonActionTy Action(createRuntimeFunction(OMPRTL__kmpc_master), Args,
 3236                         createRuntimeFunction(OMPRTL__kmpc_end_master), Args,
 3251   CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_omp_taskyield), Args);
 3266   CommonActionTy Action(createRuntimeFunction(OMPRTL__kmpc_taskgroup), Args,
 3267                         createRuntimeFunction(OMPRTL__kmpc_end_taskgroup),
 3373   CommonActionTy Action(createRuntimeFunction(OMPRTL__kmpc_single), Args,
 3374                         createRuntimeFunction(OMPRTL__kmpc_end_single), Args,
 3418     CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_copyprivate), Args);
 3433     CommonActionTy Action(createRuntimeFunction(OMPRTL__kmpc_ordered), Args,
 3434                           createRuntimeFunction(OMPRTL__kmpc_end_ordered),
 3492           createRuntimeFunction(OMPRTL__kmpc_cancel_barrier), Args);
 3511   CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_barrier), Args);
 3757   CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_for_static_fini),
 3805   CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_push_num_threads),
 3841   CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_push_proc_bind), Args);
 3849   CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_flush),
 5107       createRuntimeFunction(OMPRTL__kmpc_omp_target_task_alloc), AllocArgs);
 5110       createRuntimeFunction(OMPRTL__kmpc_omp_task_alloc), AllocArgs);
 5315           createRuntimeFunction(OMPRTL__kmpc_omp_task_with_deps), DepTaskArgs);
 5317       CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_omp_task),
 5345       CGF.EmitRuntimeCall(RT.createRuntimeFunction(OMPRTL__kmpc_omp_wait_deps),
 5362         RT.createRuntimeFunction(OMPRTL__kmpc_omp_task_begin_if0), TaskArgs,
 5363         RT.createRuntimeFunction(OMPRTL__kmpc_omp_task_complete_if0), TaskArgs);
 5454   CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_taskloop), TaskArgs);
 5796       createRuntimeFunction(WithNowait ? OMPRTL__kmpc_reduce_nowait
 5838       createRuntimeFunction(WithNowait ? OMPRTL__kmpc_end_reduce_nowait
 5962                           createRuntimeFunction(OMPRTL__kmpc_end_reduce),
 6288       createRuntimeFunction(OMPRTL__kmpc_task_reduction_init), Args);
 6332           createRuntimeFunction(OMPRTL__kmpc_task_reduction_get_th_data), Args),
 6344   CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_omp_taskwait), Args);
 6401           createRuntimeFunction(OMPRTL__kmpc_cancellationpoint), Args);
 6436           RT.createRuntimeFunction(OMPRTL__kmpc_cancel), Args);
 8945       createRuntimeFunction(OMPRTL__tgt_mapper_num_components), OffloadingArgs);
 9051         createRuntimeFunction(OMPRTL__tgt_push_mapper_component),
 9131       createRuntimeFunction(OMPRTL__tgt_push_mapper_component), OffloadingArgs);
 9153           createRuntimeFunction(OMPRTL__kmpc_push_target_tripcount), Args);
 9266           createRuntimeFunction(HasNowait ? OMPRTL__tgt_target_teams_nowait
 9278           createRuntimeFunction(HasNowait ? OMPRTL__tgt_target_nowait
 9888     CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__tgt_register_requires),
 9915   llvm::FunctionCallee RTLFn = createRuntimeFunction(OMPRTL__kmpc_fork_teams);
 9943   CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_push_num_teams),
 9997     CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__tgt_target_data_begin),
10033     CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__tgt_target_data_end),
10187     CGF.EmitRuntimeCall(createRuntimeFunction(RTLFn), OffloadingArgs);
10867       createRuntimeFunction(OMPRTL__kmpc_doacross_init);
10872       createRuntimeFunction(OMPRTL__kmpc_doacross_fini);
10900     RTLFn = createRuntimeFunction(OMPRTL__kmpc_doacross_post);
10903     RTLFn = createRuntimeFunction(OMPRTL__kmpc_doacross_wait);
11006       CGF.EmitRuntimeCall(createRuntimeFunction(OMPRTL__kmpc_alloc), Args,
11010   llvm::FunctionCallee FiniRTLFn = createRuntimeFunction(OMPRTL__kmpc_free);