Home
last modified time | relevance | path

Searched refs:LABEL_TO_ALIGNMENT (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfinal.cc504 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
513 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
562 align_flags alignment = LABEL_TO_ALIGNMENT (align_label); in align_fuzz()
739 LABEL_TO_ALIGNMENT (label) = max_alignment; in compute_alignments()
783 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
876 align_flags alignment = LABEL_TO_ALIGNMENT (label); in shorten_branches()
894 LABEL_TO_ALIGNMENT (label) = max_alignment; in shorten_branches()
938 log = (LABEL_P (seq) ? LABEL_TO_ALIGNMENT (seq).levels[0].log : 0); in shorten_branches()
995 int label_alignment = LABEL_TO_ALIGNMENT (lab).levels[0].log; in shorten_branches()
1031 int log = LABEL_TO_ALIGNMENT (insn).levels[0].log; in shorten_branches()
[all …]
H A DChangeLog-201816345 (LABEL_TO_ALIGNMENT): Change to access label_align vector.
16353 (update_alignments): Assign just LABEL_TO_ALIGNMENT.
H A DChangeLog-199811615 (LABEL_TO_ALIGNMENT, shorten_branches): Update due to type change.
H A DChangeLog-200922647 (label_to_alignment): Only use LABEL_TO_ALIGNMENT if
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfinal.c517 #define LABEL_TO_ALIGNMENT(LABEL) \ macro
526 return LABEL_TO_ALIGNMENT (label); in label_to_alignment()
575 align_flags alignment = LABEL_TO_ALIGNMENT (align_label); in align_fuzz()
752 LABEL_TO_ALIGNMENT (label) = max_alignment; in compute_alignments()
796 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter); in update_alignments()
889 align_flags alignment = LABEL_TO_ALIGNMENT (label); in shorten_branches()
907 LABEL_TO_ALIGNMENT (label) = max_alignment; in shorten_branches()
951 log = (LABEL_P (seq) ? LABEL_TO_ALIGNMENT (seq).levels[0].log : 0); in shorten_branches()
1008 int label_alignment = LABEL_TO_ALIGNMENT (lab).levels[0].log; in shorten_branches()
1044 int log = LABEL_TO_ALIGNMENT (insn).levels[0].log; in shorten_branches()
[all …]