Searched refs:__kmpc_push_num_threads (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A 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 %{{[…
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | dllexports | 239 __kmpc_push_num_threads 148
|
| H A D | kmp_csupport.cpp | 231 void __kmpc_push_num_threads(ident_t *loc, kmp_int32 global_tid, in __kmpc_push_num_threads() function
|
| H A D | kmp.h | 4073 KMP_EXPORT void __kmpc_push_num_threads(ident_t *loc, kmp_int32 global_tid,
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 206 __OMP_RTL(__kmpc_push_num_threads, false, Void, IdentPtr, Int32, 637 __OMP_RTL_ATTRS(__kmpc_push_num_threads, InaccessibleArgOnlyAttrs,
|
| /llvm-project-15.0.7/mlir/test/Target/LLVMIR/ |
| H A D | openmp-llvm.mlir | 93 …// CHECK: call void @__kmpc_push_num_threads(ptr @[[GTN_SI_VAR_1]], i32 %[[GTN_NUM_THREADS_VAR_1]]… 110 …// CHECK: call void @__kmpc_push_num_threads(ptr @[[GTN_SI_VAR_2]], i32 %[[GTN_NUM_THREADS_VAR_2]]… 127 …// CHECK: call void @__kmpc_push_num_threads(ptr @[[GTN_SI_VAR_3_1]], i32 %[[GTN_NUM_THREADS_VAR_3… 135 …// CHECK: call void @__kmpc_push_num_threads(ptr @[[GTN_SI_VAR_3_2]], i32 %[[GTN_NUM_THREADS_VAR_3…
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | add_attributes.ll | 477 declare void @__kmpc_push_num_threads(%struct.ident_t*, i32, i32) 924 ; CHECK-NEXT: declare void @__kmpc_push_num_threads(%struct.ident_t*, i32, i32) 1452 ; OPTIMISTIC-NEXT: declare void @__kmpc_push_num_threads(%struct.ident_t* nocapture nofree readonly…
|
| H A D | parallel_region_merging.ll | 298 call void @__kmpc_push_num_threads(%struct.ident_t* nonnull @1, i32 %0, i32 %a) 311 declare void @__kmpc_push_num_threads(%struct.ident_t*, i32, i32) local_unnamed_addr 725 call void @__kmpc_push_num_threads(%struct.ident_t* nonnull @1, i32 %0, i32 %1) 871 ; CHECK-NEXT: call void @__kmpc_push_num_threads(%struct.ident_t* noundef nonnull align 8 derefe… 1684 ; CHECK-NEXT: call void @__kmpc_push_num_threads(%struct.ident_t* noundef nonnull align 8 derefe… 1846 ; CHECK-NEXT: call void @__kmpc_push_num_threads(%struct.ident_t* noundef nonnull align 8 derefe… 2821 ; CHECK-NEXT: call void @__kmpc_push_num_threads(%struct.ident_t* noundef nonnull align 8 derefe… 3796 ; CHECK-NEXT: call void @__kmpc_push_num_threads(%struct.ident_t* noundef nonnull align 8 derefe… 4791 ; CHECK1-NEXT: call void @__kmpc_push_num_threads(%struct.ident_t* noundef nonnull align 8 deref… 5802 ; CHECK1-NEXT: call void @__kmpc_push_num_threads(%struct.ident_t* noundef nonnull align 8 deref… [all …]
|