| /openbsd-src/gnu/gcc/gcc/ |
| H A D | graph.c | 265 start[INSN_UID (BB_HEAD (bb))] = bb->index; in print_rtl_graph_with_bb() 266 end[INSN_UID (BB_END (bb))] = bb->index; in print_rtl_graph_with_bb() 269 in_bb_p[INSN_UID (x)] in print_rtl_graph_with_bb() 270 = (in_bb_p[INSN_UID (x)] == NOT_IN_BB) in print_rtl_graph_with_bb() 289 if (start[INSN_UID (tmp_rtx)] < 0 && end[INSN_UID (tmp_rtx)] < 0) in print_rtl_graph_with_bb() 294 && (1 || in_bb_p[INSN_UID (tmp_rtx)] == NOT_IN_BB)) in print_rtl_graph_with_bb() 298 if ((i = start[INSN_UID (tmp_rtx)]) >= 0) in print_rtl_graph_with_bb() 304 draw_edge (fp, 0, INSN_UID (tmp_rtx), 1, 0); in print_rtl_graph_with_bb() 311 if ((i = end[INSN_UID (tmp_rtx)]) >= 0) in print_rtl_graph_with_bb() 329 draw_edge (fp, INSN_UID (tmp_rtx), in print_rtl_graph_with_bb() [all …]
|
| H A D | sched-int.h | 346 #define INSN_DEPEND(INSN) (h_i_d[INSN_UID (INSN)].depend) 347 #define RESOLVED_DEPS(INSN) (h_i_d[INSN_UID (INSN)].resolved_deps) 348 #define INSN_LUID(INSN) (h_i_d[INSN_UID (INSN)].luid) 349 #define CANT_MOVE(insn) (h_i_d[INSN_UID (insn)].cant_move) 350 #define INSN_DEP_COUNT(INSN) (h_i_d[INSN_UID (INSN)].dep_count) 351 #define INSN_PRIORITY(INSN) (h_i_d[INSN_UID (INSN)].priority) 352 #define INSN_PRIORITY_KNOWN(INSN) (h_i_d[INSN_UID (INSN)].priority_known) 353 #define INSN_COST(INSN) (h_i_d[INSN_UID (INSN)].cost) 354 #define INSN_REG_WEIGHT(INSN) (h_i_d[INSN_UID (INSN)].reg_weight) 355 #define HAS_INTERNAL_DEP(INSN) (h_i_d[INSN_UID (INSN)].has_internal_dep) [all …]
|
| H A D | sched-vis.c | 447 sprintf (t, "L%d", INSN_UID (XEXP (x, 0))); in print_value() 642 sprintf (buf, " %4d %s", INSN_UID (x), t); in print_insn() 652 sprintf (buf, " %4d %s", INSN_UID (x), t); in print_insn() 668 sprintf (buf, " %4d %s", INSN_UID (insn), t); in print_insn() 671 sprintf (buf, "L%d:", INSN_UID (x)); in print_insn() 674 sprintf (buf, "i%4d: barrier", INSN_UID (x)); in print_insn() 681 sprintf (buf, " %4d note \"%s\" %d", INSN_UID (x), in print_insn() 685 sprintf (buf, " %4d %s", INSN_UID (x), in print_insn() 689 sprintf (buf, "i%4d <What %s?>", INSN_UID (x), in print_insn()
|
| H A D | df-core.c | 979 uid = INSN_UID (insn); in df_bb_regno_last_use_find() 1002 uid = INSN_UID (insn); in df_bb_regno_first_def_find() 1025 uid = INSN_UID (insn); in df_bb_regno_last_def_find() 1042 uid = INSN_UID (insn); in df_insn_regno_def_p() 1064 uid = INSN_UID (insn); in df_find_def() 1095 uid = INSN_UID (insn); in df_find_use() 1235 df_insn_uid_debug (df, INSN_UID (insn), follow_chain, file); in df_insn_debug() 1244 uid = INSN_UID (insn); in df_insn_debug_regno() 1281 DF_REF_INSN (ref) ? INSN_UID (DF_REF_INSN (ref)) : -1, in df_ref_debug()
|
| H A D | final.c | 394 if (insn_lengths_max_uid > INSN_UID (insn)) in get_attr_length_1() 395 return insn_lengths[INSN_UID (insn)]; in get_attr_length_1() 556 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)]) 606 int uid = INSN_UID (start); in align_fuzz() 616 uid = INSN_UID (align_label); in align_fuzz() 652 seq_uid = INSN_UID (seq); in insn_current_reference_address() 944 int uid = INSN_UID (seq); in shorten_branches() 1018 uid = INSN_UID (insn); in shorten_branches() 1070 int inner_uid = INSN_UID (inner_insn); in shorten_branches() 1126 uid = INSN_UID (insn); in shorten_branches() [all …]
|
| H A D | cfgrtl.c | 743 fprintf (dump_file, "Removing jump %i.\n", INSN_UID (insn)); in try_redirect_by_replacing_jump() 781 INSN_UID (insn), e->dest->index, target->index); in try_redirect_by_replacing_jump() 804 INSN_UID (insn), INSN_UID (BB_END (src))); in try_redirect_by_replacing_jump() 1634 start[INSN_UID (BB_HEAD (bb))] = bb; in print_rtl_with_bb() 1635 end[INSN_UID (BB_END (bb))] = bb; in print_rtl_with_bb() 1640 if (in_bb_p[INSN_UID (x)] == NOT_IN_BB) in print_rtl_with_bb() 1642 in_bb_p[INSN_UID (x)] = state; in print_rtl_with_bb() 1653 if ((bb = start[INSN_UID (tmp_rtx)]) != NULL) in print_rtl_with_bb() 1661 if (in_bb_p[INSN_UID (tmp_rtx)] == NOT_IN_BB in print_rtl_with_bb() 1665 else if (in_bb_p[INSN_UID (tmp_rtx)] == IN_MULTIPLE_BB) in print_rtl_with_bb() [all …]
|
| H A D | bt-load.c | 328 dest_reg, bb->index, INSN_UID (insn), (this->group ? "" : ":not const"), in add_btr_def() 372 bb->index, INSN_UID (insn)); in new_btr_user() 492 int insn_uid = INSN_UID (insn); in compute_defs_uses_and_gen() 688 int insn_uid = INSN_UID (insn); in link_btr_uses() 1105 INSN_UID (other_def->insn), INSN_UID (def->insn)); in combine_btr_defs() 1214 INSN_UID (def->insn), INSN_UID (insp)); in move_btr_def() 1290 INSN_UID (def->insn), def->cost, min_cost); in migrate_btr_def() 1449 INSN_UID (def->insn), def->cost); in migrate_btr_defs()
|
| H A D | resource.c | 920 for (tinfo = target_hash_table[INSN_UID (target) % TARGET_HASH_PRIME]; in mark_target_live_regs() 922 if (tinfo->uid == INSN_UID (target)) in mark_target_live_regs() 953 tinfo->uid = INSN_UID (target); in mark_target_live_regs() 956 = target_hash_table[INSN_UID (target) % TARGET_HASH_PRIME]; in mark_target_live_regs() 957 target_hash_table[INSN_UID (target) % TARGET_HASH_PRIME] = tinfo; in mark_target_live_regs() 1275 for (tinfo = target_hash_table[INSN_UID (insn) % TARGET_HASH_PRIME]; in clear_hashed_info_for_insn() 1277 if (tinfo->uid == INSN_UID (insn)) in clear_hashed_info_for_insn()
|
| H A D | rtl-factoring.c | 474 bitmap_set_bit (&stack_reg_live, INSN_UID (insn)); in collect_pattern_seqs() 503 && !bitmap_bit_p (&stack_reg_live, INSN_UID (e0->insn)) in collect_pattern_seqs() 504 && !bitmap_bit_p (&stack_reg_live, INSN_UID (e1->insn)) in collect_pattern_seqs() 1157 INSN_UID (pseq->insn)); in dump_pattern_seqs() 1160 fprintf (dump_file, " insn %d (length %d)", INSN_UID (mseq->insn), in dump_pattern_seqs() 1184 pattern_seqs->gain, INSN_UID (pattern_seqs->insn), in dump_best_pattern_seq() 1190 fprintf (dump_file, " insn %d (length %d)", INSN_UID (mseq->insn), in dump_best_pattern_seq()
|
| H A D | insn-addr.h | 38 unsigned insn_uid__ = INSN_UID ((insn)); \
|
| H A D | emit-rtl.c | 2084 cur_insn_uid = MAX (cur_insn_uid, INSN_UID (insn)); in set_new_first_and_last_insn() 2796 INSN_UID (insn), cur_insn_uid); in renumber_insns() 2797 INSN_UID (insn) = cur_insn_uid++; in renumber_insns() 3284 INSN_UID (insn) = cur_insn_uid++; in make_insn_raw() 3315 INSN_UID (insn) = cur_insn_uid++; in make_jump_insn_raw() 3336 INSN_UID (insn) = cur_insn_uid++; in make_call_insn_raw() 3848 INSN_UID (insn) = cur_insn_uid++; in emit_barrier_before() 3861 if (INSN_UID (label) == 0) in emit_label_before() 3863 INSN_UID (label) = cur_insn_uid++; in emit_label_before() 3876 INSN_UID (note) = cur_insn_uid++; in emit_note_before() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | graph.c | 279 start[INSN_UID (bb->head)] = bb->index; 280 end[INSN_UID (bb->end)] = bb->index; 283 in_bb_p[INSN_UID (x)] 284 = (in_bb_p[INSN_UID (x)] == NOT_IN_BB) 303 if (start[INSN_UID (tmp_rtx)] < 0 && end[INSN_UID (tmp_rtx)] < 0) 308 && (1 || in_bb_p[INSN_UID (tmp_rtx)] == NOT_IN_BB)) 312 if ((i = start[INSN_UID (tmp_rtx)]) >= 0) 318 draw_edge (fp, 0, INSN_UID (tmp_rtx), 1, 0); 325 if ((i = end[INSN_UID (tmp_rtx)]) >= 0) 342 draw_edge (fp, INSN_UID (tmp_rtx), [all …]
|
| H A D | sched-int.h | 235 #define INSN_DEPEND(INSN) (h_i_d[INSN_UID (INSN)].depend) 236 #define INSN_LUID(INSN) (h_i_d[INSN_UID (INSN)].luid) 237 #define CANT_MOVE(insn) (h_i_d[INSN_UID (insn)].cant_move) 238 #define INSN_DEP_COUNT(INSN) (h_i_d[INSN_UID (INSN)].dep_count) 239 #define INSN_PRIORITY(INSN) (h_i_d[INSN_UID (INSN)].priority) 240 #define INSN_PRIORITY_KNOWN(INSN) (h_i_d[INSN_UID (INSN)].priority_known) 241 #define INSN_COST(INSN) (h_i_d[INSN_UID (INSN)].cost) 242 #define INSN_UNIT(INSN) (h_i_d[INSN_UID (INSN)].units) 243 #define INSN_REG_WEIGHT(INSN) (h_i_d[INSN_UID (INSN)].reg_weight) 245 #define INSN_BLOCKAGE(INSN) (h_i_d[INSN_UID (INSN)].blockage)
|
| H A D | loop.c | 382 (INSN_UID (INSN) < max_uid_for_loop \ 428 if (INSN_UID (insn) >= max_uid_for_loop) 434 uid_luid[INSN_UID (insn)] = ++i; 437 uid_luid[INSN_UID (insn)] = i; 725 if (INSN_UID (loop->scan_start) >= max_uid_for_loop 730 INSN_UID (loop_start), INSN_UID (loop_end)); 743 INSN_UID (loop_start), INSN_UID (loop_end), insn_count); 746 INSN_UID (loop->cont)); 901 && REGNO_FIRST_UID (regno) == INSN_UID (p) 903 == INSN_UID (regs->array[regno].single_usage)) [all …]
|
| H A D | cfgrtl.c | 715 fprintf (rtl_dump_file, "Removing jump %i.\n", INSN_UID (insn)); 729 INSN_UID (insn), e->dest->index, target->index); 753 INSN_UID (insn), INSN_UID (src->end)); 1685 start[INSN_UID (bb->head)] = bb; 1686 end[INSN_UID (bb->end)] = bb; 1691 if (in_bb_p[INSN_UID (x)] == NOT_IN_BB) 1693 in_bb_p[INSN_UID (x)] = state; 1704 if ((bb = start[INSN_UID (tmp_rtx)]) != NULL) 1712 if (in_bb_p[INSN_UID (tmp_rtx)] == NOT_IN_BB 1716 else if (in_bb_p[INSN_UID (tmp_rtx)] == IN_MULTIPLE_BB) [all …]
|
| H A D | sched-vis.c | 581 sprintf (t, "L%d", INSN_UID (XEXP (x, 0))); 772 sprintf (buf, "%-4d %s", INSN_UID (x), t); 780 sprintf (buf, "%-4d %s", INSN_UID (x), t); 794 sprintf (buf, "%-4d %s", INSN_UID (insn), t); 797 sprintf (buf, "L%d:", INSN_UID (x)); 800 sprintf (buf, "i% 4d: barrier", INSN_UID (x)); 804 sprintf (buf, "%4d note \"%s\" %d", INSN_UID (x), 807 sprintf (buf, "%4d %s", INSN_UID (x), 817 sprintf (buf, "i%-4d <What?>", INSN_UID (x)); 906 INSN_UID (vis_no_unit[i]));
|
| H A D | df.h | 189 #define DF_REF_INSN_UID(REF) (INSN_UID ((REF)->insn)) 222 #define DF_INSN_LUID(DF, INSN) ((DF)->insns[INSN_UID (INSN)].luid) 223 #define DF_INSN_DEFS(DF, INSN) ((DF)->insns[INSN_UID (INSN)].defs) 224 #define DF_INSN_USES(DF, INSN) ((DF)->insns[INSN_UID (INSN)].uses)
|
| H A D | final.c | 660 if (insn_lengths_max_uid > INSN_UID (insn)) 661 return insn_lengths[INSN_UID (insn)]; 805 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)]) 859 int uid = INSN_UID (start); 869 uid = INSN_UID (align_label); 906 seq_uid = INSN_UID (seq); 1183 int uid = INSN_UID (seq); 1257 uid = INSN_UID (insn); 1308 int inner_uid = INSN_UID (inner_insn); 1364 uid = INSN_UID (insn); [all …]
|
| H A D | ra-debug.c | 325 fprintf (file, "(deleted uid=%d)", INSN_UID (sub)); 329 fprintf (file, "(nonlabel uid=%d)", INSN_UID (sub)); 385 fprintf (file, "%d", INSN_UID (x)); 387 fprintf (file, " %d %d", PREV_INSN (x) ? INSN_UID (PREV_INSN (x)) : 0, 388 NEXT_INSN (x) ? INSN_UID (NEXT_INSN (x)) : 0); 700 INSN_UID (ml->move->insn), ml->move->target_web->id, 815 int uid = INSN_UID (insn); in dump_constraints() 1038 ra_debug_msg (DUMP_EVER, " %d ", INSN_UID (web->defs[i]->insn)); 1044 ra_debug_msg (DUMP_EVER, " %d ", INSN_UID (web->uses[i]->insn));
|
| H A D | df.c | 797 uid = INSN_UID (insn); 1373 unsigned int uid = INSN_UID (insn); 1427 unsigned int uid = INSN_UID (insn); 1484 unsigned int uid = INSN_UID (insn); 1563 unsigned int uid = INSN_UID (insn); 1680 unsigned int uid = INSN_UID (insn); 1748 unsigned int uid = INSN_UID (insn); 1815 unsigned int uid = INSN_UID (insn); 1875 unsigned int uid = INSN_UID (insn); 2255 uid = INSN_UID (insn); [all …]
|
| H A D | resource.c | 921 for (tinfo = target_hash_table[INSN_UID (target) % TARGET_HASH_PRIME]; 923 if (tinfo->uid == INSN_UID (target)) 954 tinfo->uid = INSN_UID (target); 957 = target_hash_table[INSN_UID (target) % TARGET_HASH_PRIME]; 958 target_hash_table[INSN_UID (target) % TARGET_HASH_PRIME] = tinfo; 1278 for (tinfo = target_hash_table[INSN_UID (insn) % TARGET_HASH_PRIME]; 1280 if (tinfo->uid == INSN_UID (insn))
|
| H A D | insn-addr.h | 38 unsigned insn_uid__ = INSN_UID ((insn)); \
|
| H A D | loop.h | 49 (INSN_UID (INSN) < max_uid_for_loop ? uid_luid[INSN_UID (INSN)] \
|
| H A D | ra-build.c | 233 int uid = INSN_UID (insn); 560 if (!TEST_BIT (move_handled, INSN_UID (insn))) 563 SET_BIT (move_handled, INSN_UID (insn)); 719 int uid = INSN_UID (insn); 873 unsigned int uid = INSN_UID (insn); 961 int uid = INSN_UID (insn); 1020 if (INSN_UID (insn) < last_uid) in update_regnos_mentioned() 1077 info = insn_df[INSN_UID (insn)]; 1080 if (TEST_BIT (insns_with_deaths, INSN_UID (insn))) 2477 if (TEST_BIT (insns_with_deaths, INSN_UID (insn)) in detect_spill_temps() [all …]
|
| H A D | haifa-sched.c | 201 #define LINE_NOTE(INSN) (h_i_d[INSN_UID (INSN)].line_note) 202 #define INSN_TICK(INSN) (h_i_d[INSN_UID (INSN)].tick) 1137 INSN_UID (insn)); 1417 && INSN_UID (insn) < old_max_uid 1990 b, INSN_UID (head), INSN_UID (tail), 2184 INSN_UID (last_scheduled_insn)); 2308 clock_var, INSN_UID (head)); 2310 INSN_UID (tail));
|