Searched refs:__kmpc_single (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | sync.cu | 99 EXTERN int32_t __kmpc_single(kmp_Ident *loc, int32_t global_tid) { in __kmpc_single() function
|
/external/llvm-project/llvm/test/Transforms/OpenMP/ |
D | parallel_deletion.ll | 293 ; CHECK-NEXT: [[TMP1:%.*]] = call i32 @__kmpc_single(%struct.ident_t* noundef nonnull @0, i32 [[… 309 %tmp1 = call i32 @__kmpc_single(%struct.ident_t* nonnull @0, i32 %tmp) 420 declare i32 @__kmpc_single(%struct.ident_t*, i32)
|
D | add_attributes.ll | 540 declare i32 @__kmpc_single(%struct.ident_t*, i32) 1012 ; CHECK-NEXT: declare i32 @__kmpc_single(%struct.ident_t*, i32) 1537 ; OPTIMISTIC-NEXT: declare i32 @__kmpc_single(%struct.ident_t* nocapture nofree readonly, i32)
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/ |
D | interface.h | 366 EXTERN int32_t __kmpc_single(kmp_Ident *loc, int32_t global_tid);
|
/external/llvm-project/openmp/runtime/src/ |
D | dllexports | 241 __kmpc_single 151
|
D | kmp.h | 3701 KMP_EXPORT kmp_int32 __kmpc_single(ident_t *, kmp_int32 global_tid);
|
D | kmp_csupport.cpp | 1714 kmp_int32 __kmpc_single(ident_t *loc, kmp_int32 global_tid) { in __kmpc_single() function
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 428 __OMP_RTL(__kmpc_single, false, Int32, IdentPtr, Int32) 881 __OMP_RTL_ATTRS(__kmpc_single, BarrierAttrs, AttributeSet(),
|