Searched refs:loop (Results 101 - 125 of 632) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dcollapse-1.c14 #pragma acc loop collapse(4 - 1)
21 #pragma acc loop collapse(2) reduction(|:l)
H A Dcollapse-3.c16 #pragma acc loop collapse(4 - 1)
23 #pragma acc loop collapse(2) reduction(|:l)
H A Dcollapse-4.c16 #pragma acc loop collapse(2) reduction(+:l)
H A Dreduction-2.c27 #pragma acc loop reduction (+:result)
43 #pragma acc loop reduction (*:result)
58 // #pragma acc loop reduction (+:result)
75 // #pragma acc loop reduction (+:result)
95 #pragma acc loop reduction (&&:lresult)
114 #pragma acc loop reduction (||:lresult)
H A Dreduction-3.c27 #pragma acc loop reduction (+:result)
43 #pragma acc loop reduction (*:result)
58 // #pragma acc loop reduction (+:result)
75 // #pragma acc loop reduction (+:result)
95 #pragma acc loop reduction (&&:lresult)
114 #pragma acc loop reduction (||:lresult)
H A Dreduction-5.c12 #pragma acc loop reduction (+:s1, s2)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/
H A D2346-sstream.cc51 int loop = times * times + 2; local
52 while (i < loop)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/seekp/char/
H A D2346-sstream.cc53 int loop = times * times + 2; local
54 while (i < loop)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dliteral.f9517 !$acc parallel loop reduction(+:10) ! { dg-error "Syntax error" }
20 !$acc end parallel loop ! { dg-error "Unexpected" }
21 !$acc parallel loop
25 !$acc end parallel loop
H A Domp.f9520 !$acc loop ! { dg-error "cannot be specified" }
30 !$acc loop ! { dg-error "Unexpected" }
38 !$acc loop
39 !$omp do ! { dg-error "Expected DO loop" }
H A Dparameter.f9518 !$acc parallel loop reduction(+:a) ! { dg-error "not a variable" }
21 !$acc end parallel loop
22 !$acc parallel loop
26 !$acc end parallel loop
H A Dreduction-2.f9516 !$acc loop reduction(+:sum)
/haiku-buildtools/gcc/gcc/
H A Dtree-vect-loop.c60 #include "tree-ssa-loop-ivopts.h"
61 #include "tree-ssa-loop-manip.h"
62 #include "tree-ssa-loop-niter.h"
94 For example, the vectorizer transforms the following simple loop:
136 loop, as well as general information about the loop as a whole, which is
137 recorded in a "loop_vec_info" struct attached to each loop.
141 The loop transformation phase scans all the stmts in the loop, and
143 the loop tha
218 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); local
652 vect_analyze_scalar_cycles_1(loop_vec_info loop_vinfo, struct loop *loop) argument
814 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); local
842 vect_get_loop_niters(struct loop *loop, tree *number_of_iterations, tree *number_of_iterationsm1) argument
874 const struct loop *const loop = (const struct loop *)data; local
887 new_loop_vec_info(struct loop *loop) argument
1003 struct loop *loop; local
1086 vect_analyze_loop_1(struct loop *loop) argument
1118 vect_analyze_loop_form(struct loop *loop) argument
1366 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); local
1863 vect_analyze_loop(struct loop *loop) argument
1998 struct loop *loop = (gimple_bb (phi))->loop_father; local
2224 struct loop *loop = (gimple_bb (phi))->loop_father; local
2659 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); local
3190 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); local
3345 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); local
3742 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); local
3955 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo), *outer_loop = NULL; variable in typeref:struct:loop
4840 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); local
5541 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); local
5638 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); local
5734 vect_loop_kill_debug_uses(struct loop *loop, gimple stmt) argument
5893 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); local
[all...]
H A Dtree-cfg.h84 extern void debug (struct loop &ref);
85 extern void debug (struct loop *ptr);
86 extern void debug_verbose (struct loop &ref);
87 extern void debug_verbose (struct loop *ptr);
89 extern void debug_loop (struct loop *, int);
H A Dtree-loop-distribution.c22 /* This pass performs loop distribution: for example, the loop
82 #include "tree-ssa-loop-manip.h"
83 #include "tree-ssa-loop.h"
364 create_rdg_vertices (struct graph *rdg, vec<gimple> stmts, loop_p loop, argument
386 if (!find_data_references_in_stmt (loop, stmt, datarefs))
404 identifying statements in loop copies. */
407 stmts_from_loop (struct loop *loop, vec<gimple> *stmts) argument
410 basic_block *bbs = get_loop_body_in_dom_order (loop);
566 ssa_name_has_uses_outside_loop_p(tree def, loop_p loop) argument
586 stmt_has_scalar_dependences_outside_loop(loop_p loop, gimple stmt) argument
604 copy_loop_before(struct loop *loop) argument
621 create_bb_after_loop(struct loop *loop) argument
638 generate_loops_for_partition(struct loop *loop, partition_t partition, bool copy_p) argument
799 generate_memset_builtin(struct loop *loop, partition_t partition) argument
855 generate_memcpy_builtin(struct loop *loop, partition_t partition) argument
900 destroy_loop(struct loop *loop) argument
949 generate_code_for_partition(struct loop *loop, partition_t partition, bool copy_p) argument
1007 classify_partition(loop_p loop, struct graph *rdg, partition_t partition) argument
1433 distribute_loop(struct loop *loop, vec<gimple> stmts, control_dependences *cd, int *nb_calls) argument
1731 struct loop *loop; local
[all...]
/haiku-buildtools/gcc/mpfr/src/
H A Dasinh.c38 MPFR_ZIV_DECL (loop);
88 MPFR_ZIV_INIT (loop, Nt);
108 MPFR_ZIV_NEXT (loop, Nt);
111 MPFR_ZIV_FREE (loop);
H A Datanh.c36 MPFR_ZIV_DECL (loop);
96 MPFR_ZIV_INIT (loop, Nt);
116 MPFR_ZIV_NEXT (loop, Nt);
120 MPFR_ZIV_FREE (loop);
H A Dcosh.c78 MPFR_ZIV_DECL (loop);
89 MPFR_ZIV_INIT (loop, Nt);
118 MPFR_ZIV_NEXT (loop, Nt);
121 MPFR_ZIV_FREE (loop);
H A Dlog10.c97 MPFR_ZIV_DECL (loop);
112 MPFR_ZIV_INIT (loop, Nt);
136 MPFR_ZIV_NEXT (loop, Nt);
140 MPFR_ZIV_FREE (loop);
H A Dlog1p.c109 MPFR_ZIV_DECL (loop);
124 MPFR_ZIV_INIT (loop, Nt);
146 MPFR_ZIV_NEXT (loop, Nt);
152 MPFR_ZIV_FREE (loop);
H A Dlog2.c103 MPFR_ZIV_DECL (loop);
114 MPFR_ZIV_INIT (loop, Nt);
128 MPFR_ZIV_NEXT (loop, Nt);
132 MPFR_ZIV_FREE (loop);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug223.go7 // check that initialization loop is diagnosed
21 var m = map[string]F{"f": f} // ERROR "initialization loop|depends upon itself"
H A Dbug459.go7 // Issue 3890: missing detection of init loop involving
12 var commandLine = NewFlagSet() // ERROR "loop|depends upon itself"
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Dfmt.c448 loop: switch(type_f((p= &f__syl[f__pc])->op))
457 goto loop;
465 goto loop;
479 goto loop;
483 goto loop;
489 goto loop;
492 goto loop;
500 goto loop;
505 goto loop;
509 goto loop;
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86/
H A Daors_n.asm74 shrl $3,%ecx C compute count for unrolled loop
76 andl $7,%eax C get index where to start loop
78 incl %ecx C adjust loop count
82 subl %eax,%edx C ... enter the loop
86 C Calculate start address in loop for PIC. Due to limitations in
94 C Calculate start address in loop for non-PIC.
105 jmp *%eax C jump into loop
123 shrl $3,%ecx C compute count for unrolled loop
125 andl $7,%eax C get index where to start loop
127 incl %ecx C adjust loop coun
[all...]

Completed in 193 milliseconds

1234567891011>>