Searched refs:__kmpc_reduce (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/openmp/runtime/test/misc_bugs/ |
D | teams-reduction.c | 45 int32_t __kmpc_reduce(ident_t *, int32_t global_tid, int32_t num_vars, 56 int32_t ret = __kmpc_reduce(&dummy_loc, *gtid, 0, 0, NULL, NULL, &crit); in outlined()
|
/external/llvm-project/openmp/runtime/src/ |
D | dllexports | 279 __kmpc_reduce 189
|
D | kmp.h | 3831 KMP_EXPORT kmp_int32 __kmpc_reduce(
|
D | kmp_csupport.cpp | 3581 kmp_int32 __kmpc_reduce(ident_t *loc, kmp_int32 global_tid, kmp_int32 num_vars, in __kmpc_reduce() function
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 363 __OMP_RTL(__kmpc_reduce, false, Int32, IdentPtr, Int32, Int32, SizeTy, VoidPtr, 770 __OMP_RTL_ATTRS(__kmpc_reduce, BarrierAttrs, AttributeSet(),
|
/external/llvm-project/llvm/test/Transforms/OpenMP/ |
D | add_attributes.ll | 502 declare i32 @__kmpc_reduce(%struct.ident_t*, i32, i32, i64, i8*, void (i8*, i8*)*, [8 x i32]*) 955 ; CHECK-NEXT: declare i32 @__kmpc_reduce(%struct.ident_t*, i32, i32, i64, i8*, void (i8*, i8*)*, [8… 1480 ; OPTIMISTIC-NEXT: declare i32 @__kmpc_reduce(%struct.ident_t* nocapture nofree readonly, i32, i32,…
|