Home
last modified time | relevance | path

Searched refs:INSN_UID (Results 1 – 25 of 55) sorted by relevance

123

/trueos/contrib/gcc/
HDgraph.c265 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 …]
HDsched-int.h346 #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 …]
HDsched-vis.c450 sprintf (t, "L%d", INSN_UID (XEXP (x, 0))); in print_value()
645 sprintf (buf, " %4d %s", INSN_UID (x), t); in print_insn()
655 sprintf (buf, " %4d %s", INSN_UID (x), t); in print_insn()
671 sprintf (buf, " %4d %s", INSN_UID (insn), t); in print_insn()
674 sprintf (buf, "L%d:", INSN_UID (x)); in print_insn()
677 sprintf (buf, "i%4d: barrier", INSN_UID (x)); in print_insn()
684 sprintf (buf, " %4d note \"%s\" %d", INSN_UID (x), in print_insn()
688 sprintf (buf, " %4d %s", INSN_UID (x), in print_insn()
692 sprintf (buf, "i%4d <What %s?>", INSN_UID (x), in print_insn()
HDdf-core.c979 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()
HDfinal.c392 if (insn_lengths_max_uid > INSN_UID (insn)) in get_attr_length_1()
393 return insn_lengths[INSN_UID (insn)]; in get_attr_length_1()
554 #define INSN_SHUID(INSN) (uid_shuid[INSN_UID (INSN)])
600 int uid = INSN_UID (start); in align_fuzz()
610 uid = INSN_UID (align_label); in align_fuzz()
648 seq_uid = INSN_UID (seq); in insn_current_reference_address()
930 int uid = INSN_UID (seq); in shorten_branches()
1008 uid = INSN_UID (insn); in shorten_branches()
1062 int inner_uid = INSN_UID (inner_insn); in shorten_branches()
1118 uid = INSN_UID (insn); in shorten_branches()
[all …]
HDcfgrtl.c743 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 …]
HDbt-load.c328 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()
HDrtl-factoring.c474 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()
HDresource.c920 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()
HDinsn-addr.h38 unsigned insn_uid__ = INSN_UID ((insn)); \
HDemit-rtl.c2086 cur_insn_uid = MAX (cur_insn_uid, INSN_UID (insn)); in set_new_first_and_last_insn()
2798 INSN_UID (insn), cur_insn_uid); in renumber_insns()
2799 INSN_UID (insn) = cur_insn_uid++; in renumber_insns()
3286 INSN_UID (insn) = cur_insn_uid++; in make_insn_raw()
3317 INSN_UID (insn) = cur_insn_uid++; in make_jump_insn_raw()
3338 INSN_UID (insn) = cur_insn_uid++; in make_call_insn_raw()
3850 INSN_UID (insn) = cur_insn_uid++; in emit_barrier_before()
3863 if (INSN_UID (label) == 0) in emit_label_before()
3865 INSN_UID (label) = cur_insn_uid++; in emit_label_before()
3878 INSN_UID (note) = cur_insn_uid++; in emit_note_before()
[all …]
HDregmove.c810 insn_uid = INSN_UID (insn); in copy_src_to_dest()
811 move_uid = INSN_UID (move_insn); in copy_src_to_dest()
984 INSN_UID (insn)); in fixup_match_2()
1079 regmove_bb_head[INSN_UID (BB_HEAD (bb))] = bb->index; in regmove_optimize()
1385 op_no, INSN_UID (insn), match_no); in regmove_optimize()
1489 op_no, INSN_UID (insn), match_no); in regmove_optimize()
1510 while (next != 0 && INSN_UID (next) >= old_max_uid in regmove_optimize()
1700 operand_number, INSN_UID (insn), match_number); in fixup_match_1()
2041 operand_number, INSN_UID (insn), match_number); in fixup_match_1()
HDgcse.c374 (gcc_assert (INSN_UID (INSN) <= max_uid), uid_cuid[INSN_UID (INSN)])
376 #define INSN_CUID(INSN) (uid_cuid[INSN_UID (INSN)])
937 uid_cuid[INSN_UID (insn)] = i++; in alloc_gcse_mem()
939 uid_cuid[INSN_UID (insn)] = i; in alloc_gcse_mem()
2862 REGNO (from), INSN_UID (jump)); in cprop_jump()
2966 fprintf (dump_file, "insn %d with constant ", INSN_UID (insn)); in cprop_insn()
2985 regno, INSN_UID (insn)); in cprop_insn()
3104 INSN_UID (insn)); in do_local_cprop()
3118 REGNO (x), INSN_UID (insn)); in do_local_cprop()
3652 regno, INSN_UID (jump)); in bypass_block()
[all …]
HDprint-rtl.c509 fprintf (outfile, " [%d deleted]", INSN_UID (sub)); in print_rtx()
521 fprintf (outfile, " %d", INSN_UID (sub)); in print_rtx()
717 while (x != 0 && INSN_UID (x) != uid) in debug_rtx_find()
HDdf.h416 #define DF_REF_INSN_UID(REF) (INSN_UID ((REF)->insn))
463 #define DF_INSN_GET(DF,INSN) ((DF)->insns[(INSN_UID(INSN))])
464 #define DF_INSN_SET(DF,INSN,VAL) ((DF)->insns[(INSN_UID (INSN))]=(VAL))
HDreorg.c861 && INSN_UID (insn) <= max_uid in get_jump_flags()
863 && INSN_UID (label) <= max_uid) in get_jump_flags()
865 = (uid_to_ruid[INSN_UID (label)] > uid_to_ruid[INSN_UID (insn)]) in get_jump_flags()
1013 return (target_label == 0 || INSN_UID (jump_insn) > max_uid in mostly_true_jump()
1014 || INSN_UID (target_label) > max_uid in mostly_true_jump()
1015 || (uid_to_ruid[INSN_UID (jump_insn)] in mostly_true_jump()
1016 > uid_to_ruid[INSN_UID (target_label)])); in mostly_true_jump()
3551 if (INSN_UID (insn) > max_uid) in dbr_schedule()
3552 max_uid = INSN_UID (insn); in dbr_schedule()
3560 uid_to_ruid[INSN_UID (insn)] = i; in dbr_schedule()
HDregrename.c335 reg_names[reg], INSN_UID (last->insn)); in regrename_optimize()
486 reg_names[REGNO (*this->loc)], INSN_UID (insn), in scan_rtx_reg()
494 reg_names[REGNO (*this->loc)], INSN_UID (insn), in scan_rtx_reg()
1007 fprintf (dump_file, " %d [%s]", INSN_UID (this->insn), in dump_def_use_chain()
1421 INSN_UID (insn), REGNO (*loc), REGNO (new)); in replace_oldest_value_reg()
1683 INSN_UID (insn), regno, REGNO (new)); in copyprop_hardreg_forward_1()
1704 INSN_UID (insn), regno, REGNO (new)); in copyprop_hardreg_forward_1()
1783 INSN_UID (insn)); in copyprop_hardreg_forward_1()
HDsched-rgn.c84 #define INSN_REF_COUNT(INSN) (h_i_d[INSN_UID (INSN)].ref_count)
85 #define FED_BY_SPEC_LOAD(insn) (h_i_d[INSN_UID (insn)].fed_by_spec_load)
86 #define IS_LOAD_INSN(insn) (h_i_d[INSN_UID (insn)].is_load_insn)
2122 sprintf (tmp, "b%3d: i%4d", INSN_BB (insn), INSN_UID (insn)); in rgn_print_insn()
2126 sprintf (tmp, "%d/b%d", INSN_UID (insn), INSN_BB (insn)); in rgn_print_insn()
2128 sprintf (tmp, "%d", INSN_UID (insn)); in rgn_print_insn()
2581 fprintf (sched_dump, ";; %6d ", INSN_UID (insn)); in debug_dependencies()
2603 INSN_UID (insn), in debug_dependencies()
2617 fprintf (sched_dump, "%d ", INSN_UID (XEXP (link, 0))); in debug_dependencies()
HDddg.c563 fprintf (file, " [%d -(%c,%d,%d)-> %d] ", INSN_UID (e->src->insn), in print_ddg_edge()
564 dep_c, e->latency, e->distance, INSN_UID (e->dest->insn)); in print_ddg_edge()
600 int src_uid = INSN_UID (g->nodes[src_cuid].insn); in vcg_print_ddg()
607 int dst_uid = INSN_UID (e->dest->insn); in vcg_print_ddg()
HDpostreload-gcse.c169 #define INSN_CUID(INSN) (uid_cuid[INSN_UID (INSN)])
231 uid_cuid[INSN_UID (insn)] = i++; in alloc_mem()
233 uid_cuid[INSN_UID (insn)] = i; in alloc_mem()
HDhaifa-sched.c189 #define LINE_NOTE(INSN) (h_i_d[INSN_UID (INSN)].line_note)
190 #define INSN_TICK(INSN) (h_i_d[INSN_UID (INSN)].tick)
191 #define INTER_TICK(INSN) (h_i_d[INSN_UID (INSN)].inter_tick)
295 #define QUEUE_INDEX(INSN) (h_i_d[INSN_UID (INSN)].queue_index)
1463 && INSN_UID (insn) < old_max_uid in restore_line_notes()
2692 clock_var, INSN_UID (head)); in schedule_block()
2694 INSN_UID (tail)); in schedule_block()
3473 INSN_UID (twin), rec->index); in add_to_speculative_block()
3777 INSN_UID (twin), rec->index); in create_check_block_twin()
4116 bb->index, INSN_UID (head), INSN_UID (tail), in dump_new_block_header()
HDcfgbuild.c196 if (INSN_UID (label) == 0) in make_label_edge()
585 if (INSN_UID (label) == 0) in mark_tablejump_edge()
HDcombine.c156 (INSN_UID (INSN) > max_uid_cuid ? insn_cuid (INSN) : uid_cuid[INSN_UID (INSN)])
603 i2_cost = INSN_UID (i2) <= last_insn_cost in combine_validate_cost()
604 ? uid_insn_cost[INSN_UID (i2)] : 0; in combine_validate_cost()
605 i3_cost = INSN_UID (i3) <= last_insn_cost in combine_validate_cost()
606 ? uid_insn_cost[INSN_UID (i3)] : 0; in combine_validate_cost()
610 i1_cost = INSN_UID (i1) <= last_insn_cost in combine_validate_cost()
611 ? uid_insn_cost[INSN_UID (i1)] : 0; in combine_validate_cost()
639 old_other_cost = (INSN_UID (undobuf.other_insn) <= last_insn_cost in combine_validate_cost()
640 ? uid_insn_cost[INSN_UID (undobuf.other_insn)] : 0); in combine_validate_cost()
662 INSN_UID (i1), INSN_UID (i2), INSN_UID (i3)); in combine_validate_cost()
[all …]
HDweb.c240 INSN_UID (DF_REF_INSN (ref)), REGNO (oldreg), REGNO (reg)); in replace_ref()
/trueos/contrib/gcc/config/ia64/
HDia64.c6041 INSN_UID (last_label)); in emit_insn_group_barriers()
6464 clocks [INSN_UID (last_scheduled_insn)] = clock_var; in ia64_sched_reorder2()
6497 stops_p [INSN_UID (insn)] = stop_before_p; in ia64_variable_issue()
6553 fprintf (dump, "// Stop should be before %d%s\n", INSN_UID (insn), in ia64_dfa_new_cycle()
6601 && last_clock - clocks [INSN_UID (dep_insn)] < 4 in ia64_dfa_new_cycle()
6603 || last_clock - clocks [INSN_UID (dep_insn)] < d)) in ia64_dfa_new_cycle()
6604 d = last_clock - clocks [INSN_UID (dep_insn)]; in ia64_dfa_new_cycle()
6607 add_cycles [INSN_UID (insn)] = 3 - d; in ia64_dfa_new_cycle()
6957 spec_check_no[INSN_UID (insn)] = load_no + shift + 1; in ia64_gen_spec_insn()
6982 check_no = spec_check_no[INSN_UID(insn)] - 1; in ia64_needs_block_p()
[all …]

123