Searched refs:__kmpc_omp_taskwait (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/openmp/libomptarget/src/ |
D | interface.cpp | 113 __kmpc_omp_taskwait(NULL, __kmpc_global_thread_num(NULL)); in __tgt_target_data_begin_nowait() 164 __kmpc_omp_taskwait(loc, __kmpc_global_thread_num(loc)); in __tgt_target_data_begin_nowait_mapper() 184 __kmpc_omp_taskwait(NULL, __kmpc_global_thread_num(NULL)); in __tgt_target_data_end_nowait() 240 __kmpc_omp_taskwait(loc, __kmpc_global_thread_num(loc)); in __tgt_target_data_end_nowait_mapper() 257 __kmpc_omp_taskwait(NULL, __kmpc_global_thread_num(NULL)); in __tgt_target_data_update_nowait() 295 __kmpc_omp_taskwait(loc, __kmpc_global_thread_num(loc)); in __tgt_target_data_update_nowait_mapper() 312 __kmpc_omp_taskwait(NULL, __kmpc_global_thread_num(NULL)); in __tgt_target_nowait() 357 __kmpc_omp_taskwait(loc, __kmpc_global_thread_num(loc)); in __tgt_target_nowait_mapper() 376 __kmpc_omp_taskwait(NULL, __kmpc_global_thread_num(NULL)); in __tgt_target_teams_nowait() 428 __kmpc_omp_taskwait(loc, __kmpc_global_thread_num(loc)); in __tgt_target_teams_nowait_mapper()
|
D | private.h | 81 int32_t __kmpc_omp_taskwait(void *loc_ref, int32_t gtid) __attribute__((weak));
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | task.cu | 196 EXTERN int32_t __kmpc_omp_taskwait(kmp_Ident *loc, uint32_t global_tid) { in __kmpc_omp_taskwait() function
|
/external/llvm-project/mlir/test/Target/ |
D | openmp-llvm.mlir | 10 …// CHECK-NEXT: [[RET_VAL:%.*]] = call i32 @__kmpc_omp_taskwait(%struct.ident_t* @{{[0-9]+}}, i32 …
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/ |
D | interface.h | 409 EXTERN int32_t __kmpc_omp_taskwait(kmp_Ident *loc, uint32_t global_tid);
|
/external/llvm-project/openmp/runtime/src/ |
D | dllexports | 284 __kmpc_omp_taskwait 193
|
D | kmp_gsupport.cpp | 1308 __kmpc_omp_taskwait(&loc, gtid); in KMP_EXPAND_NAME()
|
D | kmp.h | 3741 KMP_EXPORT kmp_int32 __kmpc_omp_taskwait(ident_t *loc_ref, kmp_int32 gtid);
|
D | kmp_tasking.cpp | 1926 kmp_int32 __kmpc_omp_taskwait(ident_t *loc_ref, kmp_int32 gtid) { in __kmpc_omp_taskwait() function
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 313 __OMP_RTL(__kmpc_omp_taskwait, false, Int32, IdentPtr, Int32) 696 __OMP_RTL_ATTRS(__kmpc_omp_taskwait, BarrierAttrs, AttributeSet(),
|
/external/llvm-project/llvm/test/Transforms/OpenMP/ |
D | add_attributes.ll | 476 declare i32 @__kmpc_omp_taskwait(%struct.ident_t*, i32) 916 ; CHECK-NEXT: declare i32 @__kmpc_omp_taskwait(%struct.ident_t*, i32) 1441 ; OPTIMISTIC-NEXT: declare i32 @__kmpc_omp_taskwait(%struct.ident_t* nocapture nofree readonly, i32)
|