Searched refs:__kmpc_dispatch_init_4 (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/openmp/runtime/test/worksharing/for/ |
| H A D | kmp_sch_simd_runtime_guided.c | 53 void __kmpc_dispatch_init_4(id*, int, enum sched, int, int, int, int); 98 __kmpc_dispatch_init_4(&loc, gtid, kmp_sch_runtime_simd, in run_loop()
|
| H A D | kmp_sch_simd_runtime_static.c | 47 void __kmpc_dispatch_init_4(id*, int, enum sched, int, int, int, int); 92 __kmpc_dispatch_init_4(&loc, gtid, kmp_sch_runtime_simd, in run_loop()
|
| H A D | kmp_sch_simd_runtime_api.c | 45 void __kmpc_dispatch_init_4(id*, int, enum sched, int, int, int, int); 90 __kmpc_dispatch_init_4(&loc, gtid, kmp_sch_runtime_simd, in run_loop()
|
| H A D | kmp_sch_simd_guided.c | 44 extern void __kmpc_dispatch_init_4(id*, int, enum sched, int, int, int, int); 235 __kmpc_dispatch_init_4(&loc, gtid, kmp_sch_guided_simd, in run_loop_32()
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Workshare.cpp | 474 void __kmpc_dispatch_init_4(IdentTy *loc, int32_t tid, int32_t schedule, in __kmpc_dispatch_init_4() function
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | dllexports | 213 __kmpc_dispatch_init_4 116
|
| H A D | kmp_dispatch.cpp | 2639 void __kmpc_dispatch_init_4(ident_t *loc, kmp_int32 gtid, in __kmpc_dispatch_init_4() function
|
| H A D | kmp.h | 3498 extern void __kmpc_dispatch_init_4(ident_t *loc, kmp_int32 gtid,
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 298 __OMP_RTL(__kmpc_dispatch_init_4, false, Void, IdentPtr, Int32, Int32, Int32, 788 __OMP_RTL_ATTRS(__kmpc_dispatch_init_4, GetterArgWriteAttrs, AttributeSet(),
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | add_attributes.ll | 557 declare void @__kmpc_dispatch_init_4(%struct.ident_t*, i32, i32, i32, i32, i32, i32) 1044 ; CHECK-NEXT: declare void @__kmpc_dispatch_init_4(%struct.ident_t*, i32, i32, i32, i32, i32, i32) 1572 ; OPTIMISTIC-NEXT: declare void @__kmpc_dispatch_init_4(%struct.ident_t* nocapture nofree readonly,…
|