Home
last modified time | relevance | path

Searched refs:omp_set_schedule (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/test/worksharing/for/
H A Dkmp_sch_simd_runtime_api.c180 omp_set_schedule(omp_sched_static,0); in main()
185 omp_set_schedule(omp_sched_auto,0); in main()
191 omp_set_schedule(omp_sched_static,1); in main()
196 omp_set_schedule(omp_sched_dynamic,1); in main()
201 omp_set_schedule(omp_sched_guided,1); in main()
206 omp_set_schedule(omp_sched_dynamic,0); in main()
211 omp_set_schedule(omp_sched_guided,0); in main()
H A Domp_monotonic_schedule_set_get.c59 omp_set_schedule( in main()
74 omp_set_schedule(n_outer_set, tid); in main()
94 omp_set_schedule(n_inner_set, c_inner_set); in main()
H A Dbug_set_schedule_0.c15 omp_set_schedule(omp_sched_dynamic,0); in test_set_schedule_0()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stub.cpp30 #define omp_set_schedule ompc_set_schedule macro
100 void omp_set_schedule(omp_sched_t kind, omp_int_t modifier) { in omp_set_schedule() function
H A Dkmp_ftn_os.h64 #define FTN_SET_SCHEDULE omp_set_schedule
H A Ddllexports470 omp_set_schedule 797
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h92 void omp_set_schedule(omp_sched_t, int);
/llvm-project-15.0.7/flang/module/
H A Domp_lib.h173 subroutine omp_set_schedule(kind, modifier) bind(c)
176 end subroutine omp_set_schedule
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp325 void omp_set_schedule(omp_sched_t ScheduleKind, int ChunkSize) { in omp_set_schedule() function
/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp_lib.h.var368 subroutine omp_set_schedule(kind, chunk_size) bind(c)
372 end subroutine omp_set_schedule
992 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_set_schedule
1075 !$omp declare target(omp_set_schedule )
H A Domp_lib.f90.var267 subroutine omp_set_schedule(kind, chunk_size) bind(c)
271 end subroutine omp_set_schedule
H A Domp.h.var61 extern void __KAI_KMPC_CONVENTION omp_set_schedule (omp_sched_t, int);
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def245 __OMP_RTL(omp_set_schedule, false, Void, Int32, Int32)
691 __OMP_RTL_ATTRS(omp_set_schedule, SetterAttrs, AttributeSet(), ParamAttrs())
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dadd_attributes.ll46 call void @omp_set_schedule(i32 %0, i32 0)
319 declare dso_local void @omp_set_schedule(i32, i32)
687 ; CHECK-NEXT: declare dso_local void @omp_set_schedule(i32, i32)
1227 ; OPTIMISTIC-NEXT: declare dso_local void @omp_set_schedule(i32, i32)