Home
last modified time | relevance | path

Searched refs:LOOP_ALIGN (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/
Dm32r.h844 #define LOOP_ALIGN(LABEL) ((TARGET_ALIGN_LOOPS \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rx/
Drx.h424 #define LOOP_ALIGN(x) (align_loops.levels[0].log > 0 ? align_… macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/
Darc.h1311 #define LOOP_ALIGN(X) 0 macro
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfinal.cc469 #ifndef LOOP_ALIGN
470 #define LOOP_ALIGN(LABEL) align_loops macro
734 align_flags alignment = LOOP_ALIGN (label); in compute_alignments()
DChangeLog-19981762 (LOOP_ALIGN): Take TARGET_HARWARD into account.
10563 (LOOP_ALIGN, ALIGN_LABEL_AFTER_BARRIER): Align to octaword.
15163 * sh.h (LOOP_ALIGN): Only align when optimizing.
15445 LABEL_ALIGN_AFTER_BARRIER and LOOP_ALIGN target macros.
15448 LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN is defined, call
15455 (LOOP_ALIGN, ALIGN_LABEL_AFTER_BARRIER).
15458 (LOOP_ALIGN).
DChangeLog-201816289 * config/m32r/m32r.h (LOOP_ALIGN): Wrap returned values into
16294 (LOOP_ALIGN): Likewise.
16315 (LOOP_ALIGN): Likewise.
16339 (LOOP_ALIGN): Likewise.
17327 (LOOP_ALIGN): Use align_loops_align.
DChangeLog-19999437 (LOOP_ALIGN): Default to align_loops_log.
9444 Don't provide LABEL_ALIGN_AFTER_BARRIER or LOOP_ALIGN.
DChangeLog-201231942 * config/sh/sh.h (LOOP_ALIGN): Move logic to sh_loop_align.
31944 (sh_loop_align): Add logic from LOOP_ALIGN. Don't disable loop
DChangeLog-200028019 * final.c (shorten_branches): Make value passed to LOOP_ALIGN
28021 * sh.h (LOOP_ALIGN): If aligning loops, call sh_loop_align
DChangeLog-200120775 (LOOP_ALIGN, LABEL_ALIGN_AFTER_BARRIER): Remove.
23712 (LOOP_ALIGN): Delete.
DChangeLog-20106850 * config/rs6000/rs6000.h (LOOP_ALIGN): Define.
8802 (LOOP_ALIGN, TRAMPOLINE_ALIGNMENT, MOVE_BY_PIECES_P,
DChangeLog-201717483 * config/arc/arc.h (LOOP_ALIGN): Changed to 0.
DChangeLog-201333526 * doc/tm.texi.in (LOOP_ALIGN): Remove loop note references.
DChangeLog-201126152 * config/rx/rx.h (JUMP_ALIGN, LABEL_ALIGN, LOOP_ALIGN): Define.
DChangeLog-200431461 (FUNCTION_BOUNDARY, LOOP_ALIGN, LOOP_ALIGN_AFTER_BARRIER): Remove.
DChangeLog-201434699 (LOOP_ALIGN): Likewise.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.h497 #define LOOP_ALIGN(A_LABEL) sh_loop_align (A_LABEL) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.h2208 #define LOOP_ALIGN(LABEL) rs6000_loop_align(LABEL) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi.in6538 @defmac LOOP_ALIGN (@var{label})
6549 selection in @code{align_loops} in a @code{LOOP_ALIGN} implementation.
6554 If @code{LABEL_ALIGN_AFTER_BARRIER} / @code{LOOP_ALIGN} specify a different alignment,
Dtm.texi9847 @defmac LOOP_ALIGN (@var{label})
9858 selection in @code{align_loops} in a @code{LOOP_ALIGN} implementation.
9863 If @code{LABEL_ALIGN_AFTER_BARRIER} / @code{LOOP_ALIGN} specify a different alignment,
Dgccint.info41619 -- Macro: LOOP_ALIGN (LABEL)
41630 user's selection in 'align_loops' in a 'LOOP_ALIGN' implementation.
41634 'LABEL_ALIGN_AFTER_BARRIER' / 'LOOP_ALIGN' specify a different
55960 * LOOP_ALIGN: Alignment Output. (line 29)