/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | regstat.c | 431 if (regno_reg_rtx[i] != NULL && REG_USERVAR_P (regno_reg_rtx[i])) in dump_reg_info() 439 if (regno_reg_rtx[i] != NULL in dump_reg_info() 461 if (regno_reg_rtx[i] != NULL && REG_POINTER (regno_reg_rtx[i])) in dump_reg_info()
|
H A D | regstat.cc | 431 if (regno_reg_rtx[i] != NULL && REG_USERVAR_P (regno_reg_rtx[i])) in dump_reg_info() 439 if (regno_reg_rtx[i] != NULL in dump_reg_info() 461 if (regno_reg_rtx[i] != NULL && REG_POINTER (regno_reg_rtx[i])) in dump_reg_info()
|
H A D | lra-spills.c | 135 machine_mode mode = GET_MODE (regno_reg_rtx[i]); in assign_mem_slot() 142 lra_assert (regno_reg_rtx[i] != NULL_RTX && REG_P (regno_reg_rtx[i]) in assign_mem_slot() 157 x = adjust_address_nv (x, GET_MODE (regno_reg_rtx[i]), adjust); in assign_mem_slot() 784 SET_REGNO (regno_reg_rtx[i], hard_regno); in lra_final_code_change()
|
H A D | lra-spills.cc | 135 machine_mode mode = GET_MODE (regno_reg_rtx[i]); in assign_mem_slot() 142 lra_assert (regno_reg_rtx[i] != NULL_RTX && REG_P (regno_reg_rtx[i]) in assign_mem_slot() 157 x = adjust_address_nv (x, GET_MODE (regno_reg_rtx[i]), adjust); in assign_mem_slot() 784 SET_REGNO (regno_reg_rtx[i], hard_regno); in lra_final_code_change()
|
H A D | lra-lives.c | 756 GET_MODE (regno_reg_rtx[regno + i]))) in process_bb_lives() 758 = GET_MODE (regno_reg_rtx[regno + i]); in process_bb_lives() 1011 add_reg_note (curr_insn, REG_DEAD, regno_reg_rtx[j]); in process_bb_lives() 1013 add_reg_note (curr_insn, REG_UNUSED, regno_reg_rtx[j]); in process_bb_lives() 1349 if (!HARD_REGISTER_NUM_P (i) && regno_reg_rtx[i] != NULL_RTX) in lra_create_live_ranges_1() 1350 lra_reg_info[i].biggest_mode = GET_MODE (regno_reg_rtx[i]); in lra_create_live_ranges_1()
|
H A D | df-scan.c | 1807 DF_REF_REG (the_ref) = regno_reg_rtx[new_regno]; in df_ref_change_reg_with_loc_1() 2610 ref = df_ref_create_structure (cl, collection_rec, regno_reg_rtx[i], loc, in df_ref_record() 3097 df_ref_record (DF_REF_BASE, collection_rec, regno_reg_rtx[i], in df_get_call_refs() 3108 df_ref_record (DF_REF_BASE, collection_rec, regno_reg_rtx[i], in df_get_call_refs() 3111 df_ref_record (DF_REF_BASE, collection_rec, regno_reg_rtx[i], in df_get_call_refs() 3121 df_ref_record (DF_REF_BASE, collection_rec, regno_reg_rtx[i], in df_get_call_refs() 3185 regno_reg_rtx[FRAME_POINTER_REGNUM], in df_insn_refs_collect() 3190 regno_reg_rtx[HARD_FRAME_POINTER_REGNUM], in df_insn_refs_collect() 3281 df_ref_record (DF_REF_ARTIFICIAL, collection_rec, regno_reg_rtx[regno], NULL, in df_bb_refs_collect() 3564 df_ref_record (DF_REF_ARTIFICIAL, collection_rec, regno_reg_rtx[i], NULL, in df_entry_block_defs_collect() [all …]
|
H A D | df-scan.cc | 1809 DF_REF_REG (the_ref) = regno_reg_rtx[new_regno]; in df_ref_change_reg_with_loc_1() 2625 ref = df_ref_create_structure (cl, collection_rec, regno_reg_rtx[i], loc, in df_ref_record() 3111 df_ref_record (DF_REF_BASE, collection_rec, regno_reg_rtx[i], in df_get_call_refs() 3122 df_ref_record (DF_REF_BASE, collection_rec, regno_reg_rtx[i], in df_get_call_refs() 3125 df_ref_record (DF_REF_BASE, collection_rec, regno_reg_rtx[i], in df_get_call_refs() 3135 df_ref_record (DF_REF_BASE, collection_rec, regno_reg_rtx[i], in df_get_call_refs() 3199 regno_reg_rtx[FRAME_POINTER_REGNUM], in df_insn_refs_collect() 3204 regno_reg_rtx[HARD_FRAME_POINTER_REGNUM], in df_insn_refs_collect() 3295 df_ref_record (DF_REF_ARTIFICIAL, collection_rec, regno_reg_rtx[regno], NULL, in df_bb_refs_collect() 3578 df_ref_record (DF_REF_ARTIFICIAL, collection_rec, regno_reg_rtx[i], NULL, in df_entry_block_defs_collect() [all …]
|
H A D | read-rtl-function.c | 1465 if (regno_reg_rtx[regno] == NULL) in consolidate_reg() 1466 regno_reg_rtx[regno] = x; in consolidate_reg() 1468 gcc_assert (GET_CODE (regno_reg_rtx[regno]) == REG); in consolidate_reg() 1469 gcc_assert (REGNO (regno_reg_rtx[regno]) == regno); in consolidate_reg() 1470 if (GET_MODE (x) == GET_MODE (regno_reg_rtx[regno])) in consolidate_reg() 1471 return regno_reg_rtx[regno]; in consolidate_reg()
|
H A D | read-rtl-function.cc | 1466 if (regno_reg_rtx[regno] == NULL) in consolidate_reg() 1467 regno_reg_rtx[regno] = x; in consolidate_reg() 1469 gcc_assert (GET_CODE (regno_reg_rtx[regno]) == REG); in consolidate_reg() 1470 gcc_assert (REGNO (regno_reg_rtx[regno]) == regno); in consolidate_reg() 1471 if (GET_MODE (x) == GET_MODE (regno_reg_rtx[regno])) in consolidate_reg() 1472 return regno_reg_rtx[regno]; in consolidate_reg()
|
H A D | ira.h | 239 && REG_EXPR (regno_reg_rtx[regno]) == cfun->static_chain_decl); in non_spilled_static_chain_regno_p()
|
H A D | early-remat.c | 636 GET_MODE_NAME (GET_MODE (regno_reg_rtx[cand->regno]))); in dump_all_candidates() 766 rtx reg = regno_reg_rtx[regno]; in interesting_regno_p() 831 machine_mode mode = GET_MODE (regno_reg_rtx[regno]); in maybe_add_candidate() 1713 regno_reg_rtx[cand->copy_regno], 1); in replace_dest_with_copy() 1783 new_reg = regno_reg_rtx[def_cand->copy_regno]; in stabilize_candidate_uses() 1862 new_pattern = gen_move_insn (regno_reg_rtx[regno], cand->remat_rtx); in emit_remat_insns()
|
H A D | early-remat.cc | 636 GET_MODE_NAME (GET_MODE (regno_reg_rtx[cand->regno]))); in dump_all_candidates() 766 rtx reg = regno_reg_rtx[regno]; in interesting_regno_p() 831 machine_mode mode = GET_MODE (regno_reg_rtx[regno]); in maybe_add_candidate() 1713 regno_reg_rtx[cand->copy_regno], 1); in replace_dest_with_copy() 1783 new_reg = regno_reg_rtx[def_cand->copy_regno]; in stabilize_candidate_uses() 1862 new_pattern = gen_move_insn (regno_reg_rtx[regno], cand->remat_rtx); in emit_remat_insns()
|
H A D | lra-lives.cc | 1035 add_reg_note (curr_insn, REG_DEAD, regno_reg_rtx[j]); in process_bb_lives() 1037 add_reg_note (curr_insn, REG_UNUSED, regno_reg_rtx[j]); in process_bb_lives() 1373 if (!HARD_REGISTER_NUM_P (i) && regno_reg_rtx[i] != NULL_RTX) in lra_create_live_ranges_1() 1374 lra_reg_info[i].biggest_mode = GET_MODE (regno_reg_rtx[i]); in lra_create_live_ranges_1()
|
H A D | emit-rtl.c | 89 rtx * regno_reg_rtx; variable 844 && regno_reg_rtx in gen_rtx_REG() 847 return regno_reg_rtx[regno]; in gen_rtx_REG() 1204 regno_reg_rtx[reg_rtx_no++] = val; in gen_reg_rtx() 1227 rtx *new1 = GGC_RESIZEVEC (rtx, regno_reg_rtx, new_size); in ensure_regno_capacity() 1229 regno_reg_rtx = new1; in ensure_regno_capacity() 5619 regno_reg_rtx[VIRTUAL_STACK_VARS_REGNUM] = virtual_stack_vars_rtx; in init_virtual_regs() 5622 regno_reg_rtx[VIRTUAL_CFA_REGNUM] = virtual_cfa_rtx; in init_virtual_regs() 5623 regno_reg_rtx[VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM] in init_virtual_regs() 5833 regno_reg_rtx in init_emit() [all …]
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | regstat.c | 431 if (regno_reg_rtx[i] != NULL && REG_USERVAR_P (regno_reg_rtx[i])) in dump_reg_info() 439 if (regno_reg_rtx[i] != NULL in dump_reg_info() 461 if (regno_reg_rtx[i] != NULL && REG_POINTER (regno_reg_rtx[i])) in dump_reg_info()
|
H A D | lra-spills.c | 135 machine_mode mode = GET_MODE (regno_reg_rtx[i]); in assign_mem_slot() 142 lra_assert (regno_reg_rtx[i] != NULL_RTX && REG_P (regno_reg_rtx[i]) in assign_mem_slot() 157 x = adjust_address_nv (x, GET_MODE (regno_reg_rtx[i]), adjust); in assign_mem_slot() 784 SET_REGNO (regno_reg_rtx[i], hard_regno); in lra_final_code_change()
|
H A D | lra-lives.c | 756 GET_MODE (regno_reg_rtx[regno + i]))) in process_bb_lives() 758 = GET_MODE (regno_reg_rtx[regno + i]); in process_bb_lives() 1011 add_reg_note (curr_insn, REG_DEAD, regno_reg_rtx[j]); in process_bb_lives() 1013 add_reg_note (curr_insn, REG_UNUSED, regno_reg_rtx[j]); in process_bb_lives() 1349 if (!HARD_REGISTER_NUM_P (i) && regno_reg_rtx[i] != NULL_RTX) in lra_create_live_ranges_1() 1350 lra_reg_info[i].biggest_mode = GET_MODE (regno_reg_rtx[i]); in lra_create_live_ranges_1()
|
H A D | df-scan.c | 1807 DF_REF_REG (the_ref) = regno_reg_rtx[new_regno]; in df_ref_change_reg_with_loc_1() 2610 ref = df_ref_create_structure (cl, collection_rec, regno_reg_rtx[i], loc, in df_ref_record() 3097 df_ref_record (DF_REF_BASE, collection_rec, regno_reg_rtx[i], in df_get_call_refs() 3108 df_ref_record (DF_REF_BASE, collection_rec, regno_reg_rtx[i], in df_get_call_refs() 3111 df_ref_record (DF_REF_BASE, collection_rec, regno_reg_rtx[i], in df_get_call_refs() 3121 df_ref_record (DF_REF_BASE, collection_rec, regno_reg_rtx[i], in df_get_call_refs() 3185 regno_reg_rtx[FRAME_POINTER_REGNUM], in df_insn_refs_collect() 3190 regno_reg_rtx[HARD_FRAME_POINTER_REGNUM], in df_insn_refs_collect() 3281 df_ref_record (DF_REF_ARTIFICIAL, collection_rec, regno_reg_rtx[regno], NULL, in df_bb_refs_collect() 3564 df_ref_record (DF_REF_ARTIFICIAL, collection_rec, regno_reg_rtx[i], NULL, in df_entry_block_defs_collect() [all …]
|
H A D | read-rtl-function.c | 1465 if (regno_reg_rtx[regno] == NULL) in consolidate_reg() 1466 regno_reg_rtx[regno] = x; in consolidate_reg() 1468 gcc_assert (GET_CODE (regno_reg_rtx[regno]) == REG); in consolidate_reg() 1469 gcc_assert (REGNO (regno_reg_rtx[regno]) == regno); in consolidate_reg() 1470 if (GET_MODE (x) == GET_MODE (regno_reg_rtx[regno])) in consolidate_reg() 1471 return regno_reg_rtx[regno]; in consolidate_reg()
|
H A D | ira.h | 224 && REG_EXPR (regno_reg_rtx[regno]) == cfun->static_chain_decl); in non_spilled_static_chain_regno_p()
|
H A D | early-remat.c | 636 GET_MODE_NAME (GET_MODE (regno_reg_rtx[cand->regno]))); in dump_all_candidates() 766 rtx reg = regno_reg_rtx[regno]; in interesting_regno_p() 831 machine_mode mode = GET_MODE (regno_reg_rtx[regno]); in maybe_add_candidate() 1713 regno_reg_rtx[cand->copy_regno], 1); in replace_dest_with_copy() 1783 new_reg = regno_reg_rtx[def_cand->copy_regno]; in stabilize_candidate_uses() 1862 new_pattern = gen_move_insn (regno_reg_rtx[regno], cand->remat_rtx); in emit_remat_insns()
|
H A D | emit-rtl.c | 89 rtx * regno_reg_rtx; variable 844 && regno_reg_rtx in gen_rtx_REG() 847 return regno_reg_rtx[regno]; in gen_rtx_REG() 1204 regno_reg_rtx[reg_rtx_no++] = val; in gen_reg_rtx() 1227 rtx *new1 = GGC_RESIZEVEC (rtx, regno_reg_rtx, new_size); in ensure_regno_capacity() 1229 regno_reg_rtx = new1; in ensure_regno_capacity() 5619 regno_reg_rtx[VIRTUAL_STACK_VARS_REGNUM] = virtual_stack_vars_rtx; in init_virtual_regs() 5622 regno_reg_rtx[VIRTUAL_CFA_REGNUM] = virtual_cfa_rtx; in init_virtual_regs() 5623 regno_reg_rtx[VIRTUAL_PREFERRED_STACK_BOUNDARY_REGNUM] in init_virtual_regs() 5833 regno_reg_rtx in init_emit() [all …]
|
/netbsd/external/gpl3/gcc/dist/gcc/config/visium/ |
H A D | visium.c | 2423 emit_move_insn (regno_reg_rtx[1], dst_reg); in expand_block_move_4() 2424 emit_move_insn (regno_reg_rtx[2], src_reg); in expand_block_move_4() 2425 emit_move_insn (regno_reg_rtx[3], bytes_rtx); in expand_block_move_4() 2429 = gen_rtx_SET (replace_equiv_address_nv (dst, regno_reg_rtx[1]), in expand_block_move_4() 2430 replace_equiv_address_nv (src, regno_reg_rtx[2])); in expand_block_move_4() 2431 XVECEXP (insn, 0, 1) = gen_rtx_USE (VOIDmode, regno_reg_rtx[3]); in expand_block_move_4() 2434 = gen_rtx_CLOBBER (VOIDmode, regno_reg_rtx[i]); in expand_block_move_4() 3055 operands[1] = regno_reg_rtx [LINK_REGNUM]; in output_branch() 3062 operands[1] = regno_reg_rtx [long_branch_regnum]; in output_branch() 3071 operands[1] = regno_reg_rtx [long_branch_regnum]; in output_branch()
|
H A D | visium.cc | 2425 emit_move_insn (regno_reg_rtx[1], dst_reg); in expand_block_move_4() 2426 emit_move_insn (regno_reg_rtx[2], src_reg); in expand_block_move_4() 2427 emit_move_insn (regno_reg_rtx[3], bytes_rtx); in expand_block_move_4() 2431 = gen_rtx_SET (replace_equiv_address_nv (dst, regno_reg_rtx[1]), in expand_block_move_4() 2432 replace_equiv_address_nv (src, regno_reg_rtx[2])); in expand_block_move_4() 2433 XVECEXP (insn, 0, 1) = gen_rtx_USE (VOIDmode, regno_reg_rtx[3]); in expand_block_move_4() 2436 = gen_rtx_CLOBBER (VOIDmode, regno_reg_rtx[i]); in expand_block_move_4() 3057 operands[1] = regno_reg_rtx [LINK_REGNUM]; in output_branch() 3064 operands[1] = regno_reg_rtx [long_branch_regnum]; in output_branch() 3073 operands[1] = regno_reg_rtx [long_branch_regnum]; in output_branch()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/config/visium/ |
H A D | visium.c | 2423 emit_move_insn (regno_reg_rtx[1], dst_reg); in expand_block_move_4() 2424 emit_move_insn (regno_reg_rtx[2], src_reg); in expand_block_move_4() 2425 emit_move_insn (regno_reg_rtx[3], bytes_rtx); in expand_block_move_4() 2429 = gen_rtx_SET (replace_equiv_address_nv (dst, regno_reg_rtx[1]), in expand_block_move_4() 2430 replace_equiv_address_nv (src, regno_reg_rtx[2])); in expand_block_move_4() 2431 XVECEXP (insn, 0, 1) = gen_rtx_USE (VOIDmode, regno_reg_rtx[3]); in expand_block_move_4() 2434 = gen_rtx_CLOBBER (VOIDmode, regno_reg_rtx[i]); in expand_block_move_4() 3055 operands[1] = regno_reg_rtx [LINK_REGNUM]; in output_branch() 3062 operands[1] = regno_reg_rtx [long_branch_regnum]; in output_branch() 3071 operands[1] = regno_reg_rtx [long_branch_regnum]; in output_branch()
|