Home | History | Annotate | Download | only in gcc

Lines Matching defs:label_to_alignment

512 #define LABEL_TO_ALIGNMENT(LABEL) \
518 label_to_alignment (rtx label)
521 return LABEL_TO_ALIGNMENT (label);
570 align_flags alignment = LABEL_TO_ALIGNMENT (align_label);
748 LABEL_TO_ALIGNMENT (label) = max_alignment;
792 LABEL_TO_ALIGNMENT (label) = LABEL_TO_ALIGNMENT (iter);
886 align_flags alignment = LABEL_TO_ALIGNMENT (label);
904 LABEL_TO_ALIGNMENT (label) = max_alignment;
948 log = (LABEL_P (seq) ? LABEL_TO_ALIGNMENT (seq).levels[0].log : 0);
1005 int label_alignment = LABEL_TO_ALIGNMENT (lab).levels[0].log;
1041 int log = LABEL_TO_ALIGNMENT (insn).levels[0].log;
1149 int log = LABEL_TO_ALIGNMENT (label).levels[0].log;
1165 LABEL_TO_ALIGNMENT (insn) = log;
1224 rel_align = LABEL_TO_ALIGNMENT (prev).levels[0].log;
2458 align_flags alignment = LABEL_TO_ALIGNMENT (insn);