Searched refs:__kmpc_push_num_threads (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/polly/test/Isl/CodeGen/ |
D | openmp_limit_threads.ll | 22 ; LIBOMP-AUTO-NOT: call void @__kmpc_push_num_threads 23 ; LIBOMP-ONE: call void @__kmpc_push_num_threads(%struct.ident_t* @.loc.dummy{{[.0-9]*}}, i32 %{{[0… 24 ; LIBOMP-FOUR: call void @__kmpc_push_num_threads(%struct.ident_t* @.loc.dummy{{[.0-9]*}}, i32 %{{[…
|
/external/llvm-project/mlir/test/Target/ |
D | openmp-llvm.mlir | 93 …// CHECK: call void @__kmpc_push_num_threads(%struct.ident_t* @[[GTN_SI_VAR_1]], i32 %[[GTN_NUM_TH… 110 …// CHECK: call void @__kmpc_push_num_threads(%struct.ident_t* @[[GTN_SI_VAR_2]], i32 %[[GTN_NUM_TH… 127 …// CHECK: call void @__kmpc_push_num_threads(%struct.ident_t* @[[GTN_SI_VAR_3_1]], i32 %[[GTN_NUM_… 135 …// CHECK: call void @__kmpc_push_num_threads(%struct.ident_t* @[[GTN_SI_VAR_3_2]], i32 %[[GTN_NUM_…
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | parallel.cu | 280 EXTERN void __kmpc_push_num_threads(kmp_Ident *loc, int32_t tid, in __kmpc_push_num_threads() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 171 __OMP_RTL(__kmpc_push_num_threads, false, Void, IdentPtr, Int32,
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/ |
D | interface.h | 221 EXTERN void __kmpc_push_num_threads(kmp_Ident *loc, int32_t global_tid,
|
/external/llvm-project/openmp/runtime/src/ |
D | dllexports | 239 __kmpc_push_num_threads 148
|
D | kmp.h | 3856 KMP_EXPORT void __kmpc_push_num_threads(ident_t *loc, kmp_int32 global_tid,
|
D | kmp_csupport.cpp | 230 void __kmpc_push_num_threads(ident_t *loc, kmp_int32 global_tid, in __kmpc_push_num_threads() function
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPKinds.def | 315 __OMP_RTL(__kmpc_push_num_threads, false, Void, IdentPtr, Int32, 700 __OMP_RTL_ATTRS(__kmpc_push_num_threads, InaccessibleArgOnlyAttrs,
|
/external/llvm-project/llvm/test/Transforms/OpenMP/ |
D | add_attributes.ll | 480 declare void @__kmpc_push_num_threads(%struct.ident_t*, i32, i32) 922 ; CHECK-NEXT: declare void @__kmpc_push_num_threads(%struct.ident_t*, i32, i32) 1447 ; OPTIMISTIC-NEXT: declare void @__kmpc_push_num_threads(%struct.ident_t* nocapture nofree readonly…
|