Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Dinterface.cpp113 __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()
Dprivate.h81 int32_t __kmpc_omp_taskwait(void *loc_ref, int32_t gtid) __attribute__((weak));
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dtask.cu196 EXTERN int32_t __kmpc_omp_taskwait(kmp_Ident *loc, uint32_t global_tid) { in __kmpc_omp_taskwait() function
/external/llvm-project/mlir/test/Target/
Dopenmp-llvm.mlir10 …// CHECK-NEXT: [[RET_VAL:%.*]] = call i32 @__kmpc_omp_taskwait(%struct.ident_t* @{{[0-9]+}}, i32 …
/external/llvm-project/openmp/libomptarget/deviceRTLs/
Dinterface.h409 EXTERN int32_t __kmpc_omp_taskwait(kmp_Ident *loc, uint32_t global_tid);
/external/llvm-project/openmp/runtime/src/
Ddllexports284 __kmpc_omp_taskwait 193
Dkmp_gsupport.cpp1308 __kmpc_omp_taskwait(&loc, gtid); in KMP_EXPAND_NAME()
Dkmp.h3741 KMP_EXPORT kmp_int32 __kmpc_omp_taskwait(ident_t *loc_ref, kmp_int32 gtid);
Dkmp_tasking.cpp1926 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/
DOMPKinds.def313 __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/
Dadd_attributes.ll476 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)