Searched refs:loop (Results 251 - 275 of 632) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/gcc/mpfr/src/
H A Djyn_asympt.c48 MPFR_ZIV_DECL (loop);
54 MPFR_ZIV_INIT (loop, w);
260 MPFR_ZIV_NEXT (loop, w);
262 MPFR_ZIV_FREE (loop);
H A Dsum.c250 MPFR_ZIV_DECL (loop);
292 MPFR_ZIV_INIT (loop, prec);
302 MPFR_ZIV_NEXT (loop, prec);
305 MPFR_ZIV_FREE (loop);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/go1/
H A Drevcomp_test.go61 // This loop is the bottleneck.
69 // The loop left room for the newlines and 128 bytes of padding.
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dmsa-relax.s14 .space 0x20000 # to make a 128kb loop body
/haiku-buildtools/gcc/gcc/
H A Dtarget.h136 struct loop;
H A Domp-low.c164 correspond to deeper loop nesting levels. */
245 /* A structure describing the main elements of a parallel loop. */
249 struct omp_for_data_loop loop; member in struct:omp_for_data
305 /* The reduction clause may be nested inside a loop directive.
410 /* Extract the header elements of parallel loop FOR_STMT and store
419 struct omp_for_data_loop *loop; local
433 fd->loops = &fd->loop;
498 loop = &fd->loop;
500 loop
6482 struct loop *loop = alloc_loop (); local
6872 struct loop *loop = alloc_loop (); local
7348 struct loop *loop = alloc_loop (); local
7516 struct loop *loop = alloc_loop (); local
7816 struct loop *loop = alloc_loop (); local
8659 struct loop *loop = alloc_loop (); local
13356 struct loop *loop = alloc_loop (); local
[all...]
H A Dira-build.c54 /* The root of the loop tree corresponding to the all function. */
57 /* Height of the loop tree. */
114 /* Initialize some members in loop tree node NODE. Use LOOP_NUM for
135 /* The following function allocates the loop tree nodes. If
147 loop_p loop;
176 FOR_EACH_VEC_SAFE_ELT (get_loops (cfun), i, loop)
178 if (loop_outer (loop) != NULL)
182 FOR_EACH_EDGE (e, ei, loop->header->preds)
183 if (e->src != loop->latch
191 edges = get_loop_exit_edges (loop);
146 loop_p loop; local
211 loop_p loop; local
223 finish_loop_tree_node(ira_loop_tree_node_t loop) argument
269 add_loop_to_tree(struct loop *loop) argument
394 loop_p loop; local
2205 loop_with_complex_edge_p(struct loop *loop) argument
2269 loop_p loop; local
2316 loop_p loop; local
[all...]
H A Dlto-streamer-in.c448 /* Set the head of the list the first time through the loop. */
846 /* Input the loop tree. */
855 /* Input each loop and associate it with its loop header so
856 flow_loops_find can rebuild the loop tree. */
866 struct loop *loop = alloc_loop (); local
867 loop->header = BASIC_BLOCK_FOR_FN (fn, header_index);
868 loop->header->loop_father = loop;
[all...]
H A Dtree-cfg.c70 #include "tree-ssa-loop-manip.h"
71 #include "tree-ssa-loop-niter.h"
285 /* Look for ANNOTATE calls with loop annotation kind in BB; if found, remove
290 replace_loop_annotate_in_block (basic_block bb, struct loop *loop) argument
310 loop->safelen = INT_MAX;
313 loop->dont_vectorize = true;
316 loop->force_vectorize = true;
329 /* Look for ANNOTATE calls with loop annotation kind; if found, remove
330 them and propagate the information to the loop
336 struct loop *loop; local
1852 struct loop *loop; local
2080 struct loop *loop = bb->loop_father; local
5982 struct loop *loop = entry->dest->loop_father; local
6165 struct loop *loop = exit->dest->loop_father; local
6870 fixup_loop_arrays_after_move(struct function *fn1, struct function *fn2, struct loop *loop) argument
6973 struct loop *loop = entry_bb->loop_father; local
7468 print_loop(FILE *file, struct loop *loop, int indent, int verbosity) argument
7527 print_loop_and_siblings(FILE *file, struct loop *loop, int indent, int verbosity) argument
7596 debug_loop(struct loop *loop, int verbosity) argument
[all...]
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h53 int n; // number of entries in loop
59 } loop[kMaxLoopSize]; member in struct:__sanitizer::DDReport
/haiku-buildtools/gcc/gmp/mpn/sparc32/
H A Dmul_1.asm33 C and put (- 4 x SIZE) in index/loop counter.
74 addcc %o2,4,%o2 C loop counter
88 L(loop):
129 addcc %o2,4,%o2 C loop counter
130 bne,a L(loop)
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dlib1funcs.asm67 L$loop zdep op1,26,27,op1 ; shift up op1 by 5
75 L$1 b L$loop
79 L$2 b L$loop
84 b L$loop
87 L$4 b L$loop
92 b L$loop
96 b L$loop
101 b L$loop
103 L$8 b L$loop
108 b L$loop
[all...]
/haiku-buildtools/gcc/gcc/config/bfin/
H A Dbfin.c98 /* Set if we are notified by the doloop pass that a hardware loop
102 /* Set if we create a memcpy pattern that uses loop registers. */
2893 #if 0 /* We'd like to do this for accuracy, but it biases the loop optimizer
3430 /* Due to limitations in the hardware (an initial loop count of 0
3431 does not loop 2^32 times) we must avoid to generate a hardware
3439 /* Increment the counter for the number of loop instructions in the
3448 /* Maximum loop nesting depth. */
3451 /* Maximum size of a loop. */
3454 /* Maximum distance of the LSETUP instruction from the loop start. */
3485 hwloop_optimize (hwloop_info loop)
3469 hwloop_optimize(hwloop_info loop) argument
3860 hwloop_fail(hwloop_info loop) argument
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-intrinsic.c1191 for (int n = 0; n < se->ss->loop->dimen; n++)
1192 if (se->loop->to[n] == NULL_TREE)
1194 se->loop->from[n] =
1196 se->loop->to[n] =
1317 temporary and a loop. */
1442 stmtblock_t loop; local
1492 /* Create an implicit second parameter from the loop variable. */
1495 gcc_assert (se->loop->dimen == 1);
1498 dim_arg = se->loop->loopvar[0];
1606 gfc_init_block (&loop);
3156 gfc_loopinfo loop; local
3244 gfc_loopinfo loop; local
3327 gfc_loopinfo loop, *ploop; local
3591 gfc_loopinfo loop; local
3763 gfc_loopinfo loop; local
4208 gfc_loopinfo loop; local
7226 gfc_loopinfo loop; local
[all...]
H A Dtrans-stmt.c214 for (loopss = &(se->loop->ss); *loopss != gfc_ss_terminator;
222 new_ss->loop = old_ss->loop;
337 gfc_set_delta (loopse->loop);
447 gfc_loopinfo loop; local
457 /* Initialize the loop. */
459 gfc_init_loopinfo (&loop);
460 gfc_add_ss_to_loop (&loop, ss);
462 gfc_conv_ss_startstride (&loop);
467 gfc_conv_loop_setup (&loop,
3477 gfc_loopinfo loop; local
3588 gfc_loopinfo loop; local
3889 gfc_loopinfo loop; local
4453 gfc_loopinfo loop; local
4589 gfc_loopinfo loop; local
5052 gfc_loopinfo loop; local
[all...]
H A Dtrans-expr.c1106 gfc_loopinfo loop; local
1128 /* Build the body of the loop. */
1132 /* Build the loop and return. */
1133 gfc_init_loopinfo (&loop);
1134 loop.dimen = 1;
1135 loop.from[0] = gfc_index_zero_node;
1136 loop.loopvar[0] = index;
1137 loop.to[0] = nelems;
1138 gfc_trans_scalarizing_loops (&loop, &loopbody);
1140 gfc_add_block_to_block (&ifbody, &loop
4149 gfc_loopinfo loop; local
6057 stmtblock_t block, loop; local
6573 gfc_loopinfo loop; local
8284 realloc_lhs_loop_for_fcn_call(gfc_se *se, locus *where, gfc_ss **ss, gfc_loopinfo *loop) argument
8421 gfc_loopinfo loop; local
8999 gfc_loopinfo loop; local
[all...]
/haiku-buildtools/gcc/gmp/mpn/pa32/hppa1_1/
H A Daddmul_1.asm57 C Main loop
58 LDEF(loop)
68 addib,<> -1,%r24,L(loop)
H A Dmul_1.asm65 C Main loop
66 LDEF(loop)
73 addib,<> -1,%r24,L(loop)
H A Dsubmul_1.asm62 C Main loop
63 LDEF(loop)
74 addib,<> -1,%r24,L(loop)
/haiku-buildtools/gcc/gmp/mpn/pa32/hppa2_0/
H A Dadd_n.asm39 blr %r28,%r0 C branch into loop
42 LDEF(loop)
91 addib,> -8,%r23,L(loop)
H A Dsub_n.asm38 blr %r28,%r0 C branch into loop
41 LDEF(loop)
90 addib,> -8,%r23,L(loop)
/haiku-buildtools/gcc/gmp/mpn/powerpc32/
H A Dmul_1.asm52 C Software pipelined main loop
53 L(loop):
65 bdnz L(loop)
/haiku-buildtools/gcc/gmp/mpn/x86/k7/mmx/
H A Dcom.asm28 C The loop form below is necessary for the claimed speed. It needs to be
33 C If both src and dst are 4mod8, the loop runs at 1.5 c/l. So long as one
35 C (offset by the size, as per the loop addressing) and one high limb
/haiku-buildtools/gcc/gmp/mpn/pa64/
H A Daors_n.asm69 blr %r28, %r0 C branch into loop
72 LDEF(loop)
107 addib,> -8, n, L(loop)
/haiku-buildtools/gcc/gmp/mpn/a29k/
H A Drshift.s41 sub lr4,lr4,1 ; actual loop count is SIZE - 1
50 ; Main loop working 8 limbs/iteration.

Completed in 413 milliseconds

<<11121314151617181920>>