Searched refs:__kmpc_dispatch_init_8 (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/openmp/runtime/test/worksharing/for/ |
| H A D | kmp_sch_simd_guided.c | 45 extern void __kmpc_dispatch_init_8(id*, int, enum sched, i64, i64, i64, i64); 80 __kmpc_dispatch_init_8(&loc, gtid, kmp_sch_guided_simd, in run_loop_64()
|
| H A D | kmp_sch_simd_runtime_guided.c | 54 void __kmpc_dispatch_init_8(id*, int, enum sched, i64, i64, i64, i64);
|
| H A D | kmp_sch_simd_runtime_static.c | 48 void __kmpc_dispatch_init_8(id*, int, enum sched, i64, i64, i64, i64);
|
| H A D | kmp_sch_simd_runtime_api.c | 46 void __kmpc_dispatch_init_8(id*, int, enum sched, i64, i64, i64, i64);
|
| /llvm-project-15.0.7/polly/test/CodeGen/ |
| H A D | issue56692.ll | 5 ; CHECK: call void @__kmpc_dispatch_init_8({{.*}}), !dbg ![[OPTLOC]]
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Workshare.cpp | 491 void __kmpc_dispatch_init_8(IdentTy *loc, int32_t tid, int32_t schedule, in __kmpc_dispatch_init_8() function
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | dllexports | 214 __kmpc_dispatch_init_8 117
|
| H A D | kmp_dispatch.cpp | 2664 void __kmpc_dispatch_init_8(ident_t *loc, kmp_int32 gtid, in __kmpc_dispatch_init_8() function
|
| H A D | kmp.h | 3505 extern void __kmpc_dispatch_init_8(ident_t *loc, kmp_int32 gtid,
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 302 __OMP_RTL(__kmpc_dispatch_init_8, false, Void, IdentPtr, Int32, Int32, Int64, 792 __OMP_RTL_ATTRS(__kmpc_dispatch_init_8, GetterArgWriteAttrs, AttributeSet(),
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | add_attributes.ll | 561 declare void @__kmpc_dispatch_init_8(%struct.ident_t*, i32, i32, i64, i64, i64, i64) 1050 ; CHECK-NEXT: declare void @__kmpc_dispatch_init_8(%struct.ident_t*, i32, i32, i64, i64, i64, i64) 1578 ; OPTIMISTIC-NEXT: declare void @__kmpc_dispatch_init_8(%struct.ident_t* nocapture nofree readonly,…
|