Searched refs:__kmpc_dispatch_next_4 (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 | 46 extern int __kmpc_dispatch_next_4(id*, int, void*, void*, void*, void*); 250 while (__kmpc_dispatch_next_4(&loc, gtid, &last, &lb, &ub, &st)) { in run_loop_32() 347 rc = __kmpc_dispatch_next_4(&loc, gtid, &last, &lb, &ub, &st); in run_loop_32()
|
| H A D | kmp_sch_simd_runtime_guided.c | 55 int __kmpc_dispatch_next_4(id*, int, void*, void*, void*, void*); 111 while (__kmpc_dispatch_next_4(&loc, gtid, &last, &lb, &ub, &st)) { in run_loop()
|
| H A D | kmp_sch_simd_runtime_static.c | 49 int __kmpc_dispatch_next_4(id*, int, void*, void*, void*, void*); 105 while (__kmpc_dispatch_next_4(&loc, gtid, &last, &lb, &ub, &st)) { in run_loop()
|
| H A D | kmp_sch_simd_runtime_api.c | 47 int __kmpc_dispatch_next_4(id*, int, void*, void*, void*, void*); 103 while (__kmpc_dispatch_next_4(&loc, gtid, &last, &lb, &ub, &st)) { in run_loop()
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Workshare.cpp | 509 int __kmpc_dispatch_next_4(IdentTy *loc, int32_t tid, int32_t *p_last, in __kmpc_dispatch_next_4() function
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | dllexports | 215 __kmpc_dispatch_next_4 118
|
| H A D | kmp_gsupport.cpp | 362 #define KMP_DISPATCH_NEXT __kmpc_dispatch_next_4
|
| H A D | kmp_dispatch.cpp | 2757 int __kmpc_dispatch_next_4(ident_t *loc, kmp_int32 gtid, kmp_int32 *p_last, in __kmpc_dispatch_next_4() function
|
| H A D | kmp.h | 3513 extern int __kmpc_dispatch_next_4(ident_t *loc, kmp_int32 gtid,
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 306 __OMP_RTL(__kmpc_dispatch_next_4, false, Int32, IdentPtr, Int32, Int32Ptr, 796 __OMP_RTL_ATTRS(__kmpc_dispatch_next_4, GetterArgWriteAttrs, AttributeSet(),
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | add_attributes.ll | 565 declare i32 @__kmpc_dispatch_next_4(%struct.ident_t*, i32, i32*, i32*, i32*, i32*) 1056 ; CHECK-NEXT: declare i32 @__kmpc_dispatch_next_4(%struct.ident_t*, i32, i32*, i32*, i32*, i32*) 1584 ; OPTIMISTIC-NEXT: declare i32 @__kmpc_dispatch_next_4(%struct.ident_t* nocapture nofree readonly, …
|