Home
last modified time | relevance | path

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 Domp_monotonic_schedule_set_get.c53 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 Domp_for_schedule_runtime.c35 omp_get_schedule(&kind, &chunk_size); in test_omp_for_runtime()
H A Domp_monotonic_env.c64 omp_get_schedule(&sched, &chunk); in main()
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h93 void omp_get_schedule(omp_sched_t *, int *);
/llvm-project-15.0.7/flang/module/
H A Domp_lib.h178 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 DState.cpp320 void omp_get_schedule(omp_sched_t *ScheduleKind, int *ChunkSize) { in omp_get_schedule() function
H A DWorkshare.cpp238 omp_get_schedule(&rtSched, &ChunkInt); in dispatch_init()
/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp_lib.h.var374 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 Domp_lib.f90.var273 subroutine omp_get_schedule(kind, chunk_size) bind(c)
277 end subroutine omp_get_schedule
H A Domp.h.var78 extern void __KAI_KMPC_CONVENTION omp_get_schedule (omp_sched_t *, int *);
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_ftn_os.h65 #define FTN_GET_SCHEDULE omp_get_schedule
H A Ddllexports469 omp_get_schedule 796
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def224 __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 Dadd_attributes.ll103 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…