Home
last modified time | relevance | path

Searched refs:loop_lb (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/test/worksharing/for/
H A Dkmp_sch_simd_guided.c56 int run_loop_64(i64 loop_lb, i64 loop_ub, i64 loop_st, int loop_chunk) { in run_loop_64() argument
72 (int)loop_lb, (int)loop_ub, (int)loop_st, loop_chunk); in run_loop_64()
77 if (loop_st > 0 ? loop_lb > loop_ub : loop_lb < loop_ub) in run_loop_64()
81 loop_lb, loop_ub, loop_st, loop_chunk); in run_loop_64()
92 next_lb = loop_lb; in run_loop_64()
93 max = (loop_ub - loop_lb) / loop_st + 1; in run_loop_64()
227 (int)loop_lb, (int)loop_ub, (int)loop_st, loop_chunk); in run_loop_32()
232 if (loop_st > 0 ? loop_lb > loop_ub : loop_lb < loop_ub) in run_loop_32()
236 loop_lb, loop_ub, loop_st, loop_chunk); in run_loop_32()
247 next_lb = loop_lb; in run_loop_32()
[all …]
H A Dkmp_sch_simd_runtime_guided.c67 int loop_lb, // Loop lower bound. in run_loop() argument
81 int tc = (loop_ub - loop_lb) / loop_st + 1; in run_loop()
91 gtid, tid, (int)loop_lb, (int)loop_ub, (int)loop_st, lchunk); in run_loop()
96 if (loop_st > 0 ? loop_lb > loop_ub : loop_lb < loop_ub) in run_loop()
99 loop_lb, loop_ub, loop_st, SIMD_LEN); in run_loop()
109 max = (loop_ub - loop_lb) / loop_st + 1; in run_loop()
H A Dkmp_sch_simd_runtime_static.c61 int loop_lb, // Loop lower bound. in run_loop() argument
75 int tc = (loop_ub - loop_lb) / loop_st + 1; in run_loop()
85 gtid, tid, (int)loop_lb, (int)loop_ub, (int)loop_st, lchunk); in run_loop()
90 if (loop_st > 0 ? loop_lb > loop_ub : loop_lb < loop_ub) in run_loop()
93 loop_lb, loop_ub, loop_st, SIMD_LEN); in run_loop()
103 max = (loop_ub - loop_lb) / loop_st + 1; in run_loop()
H A Dkmp_sch_simd_runtime_api.c59 int loop_lb, // Loop lower bound. in run_loop() argument
73 int tc = (loop_ub - loop_lb) / loop_st + 1; in run_loop()
83 gtid, tid, (int)loop_lb, (int)loop_ub, (int)loop_st, lchunk); in run_loop()
88 if (loop_st > 0 ? loop_lb > loop_ub : loop_lb < loop_ub) in run_loop()
91 loop_lb, loop_ub, loop_st, SIMD_LEN); in run_loop()
101 max = (loop_ub - loop_lb) / loop_st + 1; in run_loop()