Searched refs:__kmpc_end_reduce_nowait (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/test/Transforms/OpenMP/ |
D | parallel_deletion.ll | 348 ; CHECK-NEXT: call void @__kmpc_end_reduce_nowait(%struct.ident_t* noundef nonnull @2, i32 [[TMP… 380 …call void @__kmpc_end_reduce_nowait(%struct.ident_t* nonnull @2, i32 %tmp2, [8 x i32]* nonnull @.g… 430 declare void @__kmpc_end_reduce_nowait(%struct.ident_t*, i32, [8 x i32]*)
|
D | add_attributes.ll | 508 declare void @__kmpc_end_reduce_nowait(%struct.ident_t*, i32, [8 x i32]*) 964 ; CHECK-NEXT: declare void @__kmpc_end_reduce_nowait(%struct.ident_t*, i32, [8 x i32]*) 1489 ; OPTIMISTIC-NEXT: declare void @__kmpc_end_reduce_nowait(%struct.ident_t* nocapture nofree readonl…
|
/external/llvm-project/openmp/runtime/src/ |
D | dllexports | 278 __kmpc_end_reduce_nowait 188
|
D | kmp.h | 3829 KMP_EXPORT void __kmpc_end_reduce_nowait(ident_t *loc, kmp_int32 global_tid,
|
D | kmp_csupport.cpp | 3512 void __kmpc_end_reduce_nowait(ident_t *loc, kmp_int32 global_tid, in __kmpc_end_reduce_nowait() function
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 368 __OMP_RTL(__kmpc_end_reduce_nowait, false, Void, IdentPtr, Int32, 778 __OMP_RTL_ATTRS(__kmpc_end_reduce_nowait, BarrierAttrs, AttributeSet(),
|