Searched refs:omp_get_schedule (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/openmp/runtime/test/worksharing/for/ |
| H A D | omp_monotonic_schedule_set_get.c | 53 omp_get_schedule(&sched0, &chunk); in main() 104 omp_get_schedule(&n_inner_get, &c_inner_get); in main() 113 omp_get_schedule(&n_outer_get, &c_outer); in main() 120 omp_get_schedule(&sched0, &chunk); in main()
|
| H A D | omp_for_schedule_runtime.c | 35 omp_get_schedule(&kind, &chunk_size); in test_omp_for_runtime()
|
| H A D | omp_monotonic_env.c | 64 omp_get_schedule(&sched, &chunk); in main()
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/ |
| H A D | Interface.h | 93 void omp_get_schedule(omp_sched_t *, int *);
|
| /llvm-project-15.0.7/flang/module/ |
| H A D | omp_lib.h | 178 subroutine omp_get_schedule(kind, modifier) bind(c) 181 end subroutine omp_get_schedule
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | State.cpp | 320 void omp_get_schedule(omp_sched_t *ScheduleKind, int *ChunkSize) { in omp_get_schedule() function
|
| H A D | Workshare.cpp | 238 omp_get_schedule(&rtSched, &ChunkInt); in dispatch_init()
|
| /llvm-project-15.0.7/openmp/runtime/src/include/ |
| H A D | omp_lib.h.var | 374 subroutine omp_get_schedule(kind, chunk_size) bind(c) 378 end subroutine omp_get_schedule 993 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_get_schedule 1076 !$omp declare target(omp_get_schedule )
|
| H A D | omp_lib.f90.var | 273 subroutine omp_get_schedule(kind, chunk_size) bind(c) 277 end subroutine omp_get_schedule
|
| H A D | omp.h.var | 78 extern void __KAI_KMPC_CONVENTION omp_get_schedule (omp_sched_t *, int *);
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_ftn_os.h | 65 #define FTN_GET_SCHEDULE omp_get_schedule
|
| H A D | dllexports | 469 omp_get_schedule 796
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPKinds.def | 224 __OMP_RTL(omp_get_schedule, false, Void, Int32Ptr, Int32Ptr) 661 omp_get_schedule, GetterArgWriteAttrs, AttributeSet(),
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | add_attributes.ll | 103 call void @omp_get_schedule(i32* %schedule.addr, i32* %i.addr) 351 declare dso_local void @omp_get_schedule(i32*, i32*) 735 ; CHECK-NEXT: declare dso_local void @omp_get_schedule(i32* nocapture writeonly, i32* nocapture wri… 1275 ; OPTIMISTIC-NEXT: declare dso_local void @omp_get_schedule(i32* nocapture writeonly, i32* nocaptur…
|