Home
last modified time | relevance | path

Searched refs:ORIGINAL_REGNO (Results 1 – 13 of 13) sorted by relevance

/trueos/contrib/gcc/
HDprint-rtl.c254 if (REGNO (in_rtx) != ORIGINAL_REGNO (in_rtx)) in print_rtx()
255 fprintf (outfile, " [%d]", ORIGINAL_REGNO (in_rtx)); in print_rtx()
464 if (ORIGINAL_REGNO (in_rtx) != REGNO (in_rtx)) in print_rtx()
465 fprintf (outfile, "orig:%i", ORIGINAL_REGNO (in_rtx)); in print_rtx()
HDregrename.c374 unsigned int regno = ORIGINAL_REGNO (*chain->loc); in do_replace()
379 ORIGINAL_REGNO (*chain->loc) = regno; in do_replace()
857 && REGNO (op) == ORIGINAL_REGNO (op) in build_def_use()
949 && REGNO (op) == ORIGINAL_REGNO (op)) in build_def_use()
1400 ORIGINAL_REGNO (new) = ORIGINAL_REGNO (reg); in find_oldest_value_reg()
1699 ORIGINAL_REGNO (new) = ORIGINAL_REGNO (src); in copyprop_hardreg_forward_1()
1730 == ORIGINAL_REGNO (recog_data.operand[i]))) in copyprop_hardreg_forward_1()
HDpostreload.c340 ORIGINAL_REGNO (wide_dest) = ORIGINAL_REGNO (SET_DEST (set)); in reload_cse_simplify_set()
HDfinal.c2911 else if (REG_P (op) && ORIGINAL_REGNO (op) in output_asm_operand_names()
2912 && ORIGINAL_REGNO (op) != REGNO (op)) in output_asm_operand_names()
2913 fprintf (asm_out_file, " tmp%i", ORIGINAL_REGNO (op)); in output_asm_operand_names()
HDreload.c1529 && (ORIGINAL_REGNO (XEXP (note, 0)) < FIRST_PSEUDO_REGISTER in push_reload()
1531 ORIGINAL_REGNO (XEXP (note, 0)))) in push_reload()
1859 && (ORIGINAL_REGNO (XEXP (note, 0)) < FIRST_PSEUDO_REGISTER in combine_reloads()
1861 ORIGINAL_REGNO (XEXP (note, 0))))) in combine_reloads()
2012 && (ORIGINAL_REGNO (in) < FIRST_PSEUDO_REGISTER in find_dummy_reload()
2014 ORIGINAL_REGNO (in)))) in find_dummy_reload()
HDrtl.h986 #define ORIGINAL_REGNO(RTX) X0UINT (RTX, 1) macro
HDsimplify-rtx.c4645 ORIGINAL_REGNO (x) = ORIGINAL_REGNO (op); in simplify_subreg()
HDemit-rtl.c371 ORIGINAL_REGNO (x) = regno; in gen_raw_REG()
HDvarasm.c1100 ORIGINAL_REGNO (DECL_RTL (decl)) = reg_number; in make_decl_rtl()
HDChangeLog-200110 (find_oldest_value_reg): Copy ORIGINAL_REGNO from source.
11 * varasm.c (make_decl_rtl): Use gen_rtx_raw_REG. Set ORIGINAL_REGNO.
5285 * simplify-rtx.c (simplify_subreg): Copy ORIGINAL_REGNO.
6823 * final.c (get_decl_from_op): Don't use ORIGINAL_REGNO if not pseudo.
32083 * alias.c (throughout): Use REGNO, rather than ORIGINAL_REGNO.
33270 (do_replace): Don't set ORIGINAL_REGNO to a hard register number.
33392 * alias.c (throughout): Use ORIGINAL_REGNO when accessing
HDChangeLog-2000110 * print-rtl.c (print_rtx): Print ORIGINAL_REGNO.
114 * rtl.h (X0UINT, ORIGINAL_REGNO): New macros.
HDChangeLog-200235756 (ORIGINAL_REGNO: Likewise.
/trueos/contrib/gcc/doc/
HDrtl.texi427 @findex ORIGINAL_REGNO
428 @item ORIGINAL_REGNO (@var{x})