Home
last modified time | relevance | path

Searched refs:__kmpc_push_proc_bind (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DParallelism.cpp287 void __kmpc_push_proc_bind(IdentTy *loc, uint32_t tid, int proc_bind) { in __kmpc_push_proc_bind() function
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h291 void __kmpc_push_proc_bind(IdentTy *Loc, uint32_t TId, int ProcBind);
/llvm-project-15.0.7/openmp/runtime/src/
H A Ddllexports341 __kmpc_push_proc_bind 237
H A Dkmp_csupport.cpp244 void __kmpc_push_proc_bind(ident_t *loc, kmp_int32 global_tid, in __kmpc_push_proc_bind() function
H A Dkmp.h4076 KMP_EXPORT void __kmpc_push_proc_bind(ident_t *loc, kmp_int32 global_tid,
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def208 __OMP_RTL(__kmpc_push_proc_bind, false, Void, IdentPtr, Int32, /* Int */ Int32)
639 __OMP_RTL_ATTRS(__kmpc_push_proc_bind, InaccessibleArgOnlyAttrs, AttributeSet(),
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/
H A Dopenmp-llvm.mlir251 // CHECK: call void @__kmpc_push_proc_bind(ptr @{{[0-9]+}}, i32 [[OMP_THREAD_3_1]], i32 2)
258 // CHECK: call void @__kmpc_push_proc_bind(ptr @{{[0-9]+}}, i32 [[OMP_THREAD_3_2]], i32 3)
265 // CHECK: call void @__kmpc_push_proc_bind(ptr @{{[0-9]+}}, i32 [[OMP_THREAD_3_3]], i32 4)
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dadd_attributes.ll479 declare void @__kmpc_push_proc_bind(%struct.ident_t*, i32, i32)
927 ; CHECK-NEXT: declare void @__kmpc_push_proc_bind(%struct.ident_t*, i32, i32)
1455 ; OPTIMISTIC-NEXT: declare void @__kmpc_push_proc_bind(%struct.ident_t* nocapture nofree readonly, …
H A Dparallel_region_merging.ll269 call void @__kmpc_push_proc_bind(%struct.ident_t* nonnull @1, i32 %0, i32 3)
284 declare void @__kmpc_push_proc_bind(%struct.ident_t*, i32, i32) local_unnamed_addr
691 call void @__kmpc_push_proc_bind(%struct.ident_t* nonnull @1, i32 %0, i32 3)
849 ; CHECK-NEXT: call void @__kmpc_push_proc_bind(%struct.ident_t* noundef nonnull align 8 derefere…
1654 ; CHECK-NEXT: call void @__kmpc_push_proc_bind(%struct.ident_t* noundef nonnull align 8 derefere…
1824 ; CHECK-NEXT: call void @__kmpc_push_proc_bind(%struct.ident_t* noundef nonnull align 8 derefere…
2629 ; CHECK-NEXT: call void @__kmpc_push_proc_bind(%struct.ident_t* noundef nonnull align 8 derefere…
2799 ; CHECK-NEXT: call void @__kmpc_push_proc_bind(%struct.ident_t* noundef nonnull align 8 derefere…
3604 ; CHECK-NEXT: call void @__kmpc_push_proc_bind(%struct.ident_t* noundef nonnull align 8 derefere…
3774 ; CHECK-NEXT: call void @__kmpc_push_proc_bind(%struct.ident_t* noundef nonnull align 8 derefere…
[all …]