Searched defs:incr (Results 1 - 25 of 67) sorted by last modified time

123

/haiku-buildtools/binutils/zlib/
H A Dinftrees.c49 unsigned incr; /* for incrementing code, index */ local
/haiku-buildtools/binutils/zlib/contrib/infback9/
H A Dinftree9.c49 unsigned incr; /* for incrementing code, index */ local
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-m68k.c6182 char *incr; member in struct:mri_control_info
H A Dtc-aarch64.c5222 uint32_t i, nb_regs, prev_regno, incr; local
/haiku-buildtools/gcc/gcc/
H A Dsched-deps.c2040 int incr, new_incr; local
2141 int incr; local
H A Dgimple-ssa-strength-reduction.c352 widest_int incr; member in struct:incr_info_d
2288 widest_int incr = -basis->index; local
2656 phi_incr_cost(slsr_cand_t c, const widest_int &incr, gimple phi, int *savings) argument
2745 lowest_cost_path(int cost_in, int repl_savings, slsr_cand_t c, const widest_int &incr, bool count_phis) argument
2792 total_savings(int repl_savings, slsr_cand_t c, const widest_int &incr, bool count_phis) argument
2841 HOST_WIDE_INT incr = incr_vec[i].incr.to_shwi (); local
3000 ncd_with_phi(slsr_cand_t c, const widest_int &incr, gphi *phi, basic_block ncd, slsr_cand_t *where) argument
3040 ncd_of_cand_and_phis(slsr_cand_t c, const widest_int &incr, slsr_cand_t *where) argument
3066 nearest_common_dominator_for_cands(slsr_cand_t c, const widest_int &incr, slsr_cand_t *where) argument
3142 widest_int incr = incr_vec[i].incr; local
[all...]
H A Dtree-vect-data-refs.c4099 gimple incr; local
H A Dtree-vect-stmts.c6093 gimple incr; local
6154 gimple incr; local
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c7512 tree addr, incr; local
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-array.c3535 tree incr; local
H A Dtrans-openmp.c3120 tree dovar, stmt, from, to, step, type, init, cond, incr; local
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c30426 tree init, cond, incr, body, decl, pre_body = NULL_TREE, ret; local
H A Dpt.c13809 tree decl, init, cond, incr; local
22051 tree incr = TREE_VEC_ELT (incrv, i); local
[all...]
H A Dsemantics.c6253 tree incr = TREE_VEC_ELT (incrv, i); local
6497 tree decl = NULL, init, cond, incr, orig_decl = NULL_TREE, block = NULL_TREE; local
[all...]
/haiku-buildtools/gcc/gcc/c/
H A Dc-parser.c5481 tree block, cond, incr, save_break, save_cont, body; local
12834 tree decl, cond, incr, save_break, save_cont, body, init, stmt, cl; local
15174 tree incr = TREE_VEC_ELT (OMP_FOR_INCR (omp_for), 0); local
[all...]
H A Dc-typeck.c9797 c_finish_loop(location_t start_locus, tree cond, tree incr, tree body, tree blab, tree clab, bool cond_is_first) argument
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.h1394 tree incr; /* Loop increment/decrement expression. */ member in struct:cilkplus_an_loop_parts
/haiku-buildtools/gcc/libgomp/
H A Diter_ull.c305 gomp_ull start, end, nend, incr; local
H A Diter.c188 long start, end, nend, chunk, incr; local
301 long start, end, nend, incr; local
[all...]
H A Dloop_ull.c37 gomp_loop_ull_init(struct gomp_work_share *ws, bool up, gomp_ull start, gomp_ull end, gomp_ull incr, enum gomp_schedule_type sched, gomp_ull chunk_size) argument
100 gomp_loop_ull_static_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
118 gomp_loop_ull_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
144 gomp_loop_ull_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
170 GOMP_loop_ull_runtime_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull *istart, gomp_ull *iend) argument
202 gomp_loop_ull_ordered_static_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
221 gomp_loop_ull_ordered_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
247 gomp_loop_ull_ordered_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
273 GOMP_loop_ull_ordered_runtime_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull *istart, gomp_ull *iend) argument
484 GOMP_loop_ull_static_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
493 GOMP_loop_ull_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
502 GOMP_loop_ull_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
511 GOMP_loop_ull_ordered_static_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
520 GOMP_loop_ull_ordered_dynamic_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
529 GOMP_loop_ull_ordered_guided_start(bool up, gomp_ull start, gomp_ull end, gomp_ull incr, gomp_ull chunk_size, gomp_ull *istart, gomp_ull *iend) argument
[all...]
H A Dlibgomp.h101 long incr; member in struct:gomp_work_share::__anon2151::__anon2152
H A Dloop.c36 gomp_loop_init (struct gomp_work_share *ws, long start, long end, long incr, argument
98 gomp_loop_static_start (long start, long end, long incr, long chunk_size, argument
115 gomp_loop_dynamic_start (long start, long end, long incr, lon argument
140 gomp_loop_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
165 GOMP_loop_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
193 gomp_loop_ordered_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
211 gomp_loop_ordered_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
236 gomp_loop_ordered_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
261 GOMP_loop_ordered_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
440 gomp_parallel_loop_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, enum gomp_schedule_type sched, long chunk_size, unsigned int flags) argument
454 GOMP_parallel_loop_static_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
463 GOMP_parallel_loop_dynamic_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
472 GOMP_parallel_loop_guided_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size) argument
481 GOMP_parallel_loop_runtime_start(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr) argument
504 GOMP_parallel_loop_dynamic(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size, unsigned flags) argument
515 GOMP_parallel_loop_guided(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, long chunk_size, unsigned flags) argument
526 GOMP_parallel_loop_runtime(void (*fn) (void *), void *data, unsigned num_threads, long start, long end, long incr, unsigned flags) argument
596 GOMP_loop_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
603 GOMP_loop_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
610 GOMP_loop_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
617 GOMP_loop_ordered_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
625 GOMP_loop_ordered_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
633 GOMP_loop_ordered_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
[all...]
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-fortran/
H A Droutine-4.f9019 subroutine incr (x) subroutine
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr59858.c83 int incr; local
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Droutine-1.f9031 subroutine incr (x) subroutine

Completed in 609 milliseconds

123