Searched refs:REG_N_SETS (Results 1 – 18 of 18) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | regmove.c | 666 || REG_N_SETS (src_no) != 1) in optimize_reg_copy_3() 824 REG_N_SETS (dest_regno) ++; in copy_src_to_dest() 885 && REG_N_SETS (REGNO (SET_DEST (s))) == 1 in reg_is_remote_constant_p() 1469 REG_N_SETS (dstno)++; in regmove_optimize() 1470 REG_N_SETS (srcno)--; in regmove_optimize() 1879 REG_N_SETS (REGNO (src))++; in fixup_match_1() 1951 REG_N_SETS (REGNO (src))--; in fixup_match_1() 2023 REG_N_SETS (REGNO (src))++; in fixup_match_1() 2024 REG_N_SETS (REGNO (dst))--; in fixup_match_1()
|
| HD | regs.h | 105 #define REG_N_SETS(N) (VEC_index (reg_info_p, reg_n_info, N)->sets) macro
|
| HD | cfg.c | 550 if (REG_N_SETS (i)) in dump_flow_info() 551 fprintf (file, "; set %d time%s", REG_N_SETS (i), in dump_flow_info() 552 (REG_N_SETS (i) == 1) ? "" : "s"); in dump_flow_info()
|
| HD | integrate.c | 336 if (x && REG_N_SETS (REGNO (ivs->entries[i].pseudo)) <= 1) in allocate_initial_values()
|
| HD | regclass.c | 1116 REG_N_SETS (REGNO (recog_data.operand[0]))++; in scan_one_insn() 1292 if (optimize && !REG_N_REFS (i) && !REG_N_SETS (i)) in regclass() 2406 REG_N_SETS (REGNO (reg))++; in reg_scan_mark_refs() 2429 REG_N_SETS (REGNO (dest))++; in reg_scan_mark_refs() 2452 && REG_N_SETS (REGNO (SET_DEST (x))) == 1 in reg_scan_mark_refs()
|
| HD | alias.c | 823 && REG_N_SETS (regno) == 1) in find_base_value() 2531 && REG_N_SETS (regno) == 1) in init_alias_analysis() 2542 else if (REG_N_SETS (regno) == 1 in init_alias_analysis() 2552 else if (REG_N_SETS (regno) == 1 in init_alias_analysis()
|
| HD | flow.c | 1621 REG_N_SETS (i) = 0; in allocate_reg_life_data() 2535 return ((REG_N_SETS (regno) > 1 in regno_clobbered_at_setjmp() 2923 REG_N_SETS (i) += 1; in mark_set_1() 3651 REG_N_SETS (regno)++; in attempt_auto_inc() 4264 REG_N_SETS (regno)++; in try_pre_increment_1()
|
| HD | local-alloc.c | 917 if (REG_N_SETS (regno) != 1 in update_equiv_regs() 1052 && REG_N_SETS (regno) == 1 in update_equiv_regs()
|
| HD | combine.c | 1766 return (REG_N_SETS (regno) == 1 && !added_sets in can_change_dest_mode() 2681 REG_N_SETS (REGNO (new_i2_dest))++; in try_combine() 3342 REG_N_SETS (regno)--; in try_combine() 3360 REG_N_SETS (regno)--; in try_combine() 8285 && REG_N_SETS (REGNO (x)) == 1 in reg_nonzero_bits_for_combine() 8353 && REG_N_SETS (REGNO (x)) == 1 in reg_num_sign_bit_copies_for_combine() 11247 && REG_N_SETS (regno) == 1 in get_last_value_validate() 11358 || REG_N_SETS (regno) != 1 in get_last_value()
|
| HD | df-problems.c | 3183 REG_N_SETS (i) = DF_REG_DEF_COUNT (df, i); in df_ri_alloc() 3184 REG_N_REFS (i) = DF_REG_USE_COUNT (df, i) + REG_N_SETS (i); in df_ri_alloc()
|
| HD | reload1.c | 6572 && REG_N_SETS (REGNO (old)) == 1) in emit_input_reload_insns() 7993 && REG_N_SETS (REGNO (reg)) == 1 in delete_output_reload()
|
| HD | ChangeLog-2001 | 16005 increment REG_N_SETS. 20007 * flow.c (mark_set_1): Update REG_FREQ, make REG_N_SETS unweighted.
|
| HD | ChangeLog-2006 | 7246 (REG_N_REFS, REG_FREQ, REG_N_SETS, REG_N_DEATHS,
|
| HD | ChangeLog-1998 | 12505 (REG_N_REFS, REG_N_SETS, REG_N_DEATHS): Use REG_N_CHECK.
|
| HD | ChangeLog-2000 | 104 (mark_set_1): If it is set, compute REG_N_SETS for the original
|
| HD | ChangeLog-2002 | 13552 * regclass.c (reg_scan_mark_refs): When we increase REG_N_SETS,
|
| /NextBSD/contrib/gcc/config/sparc/ |
| HD | sparc.c | 7622 && REG_N_SETS (REGNO (y)) == 1) in sparc_check_64()
|
| /NextBSD/contrib/gcc/doc/ |
| HD | tm.texi | 9754 that use @code{REG_N_SETS}, to determine if the hard
|