Home
last modified time | relevance | path

Searched refs:get_hard_regno (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dlra-constraints.c195 get_hard_regno (rtx x) in get_hard_regno() function
529 i = get_hard_regno (x); in operands_match_p()
1317 x_hard_regno = get_hard_regno (x); in uses_hard_regs_p()
1417 hard_regno[nop] = get_hard_regno (op); in process_alt_operands()
1567 m_hregno = get_hard_regno (*curr_id->operand_loc[m]); in process_alt_operands()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dlra-constraints.c195 get_hard_regno (rtx x) in get_hard_regno() function
529 i = get_hard_regno (x); in operands_match_p()
1265 x_hard_regno = get_hard_regno (x); in uses_hard_regs_p()
1365 hard_regno[nop] = get_hard_regno (op); in process_alt_operands()
1515 m_hregno = get_hard_regno (*curr_id->operand_loc[m]); in process_alt_operands()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dlra-constraints.c196 get_hard_regno (rtx x) in get_hard_regno() function
576 i = get_hard_regno (x); in operands_match_p()
1438 x_hard_regno = get_hard_regno (x); in uses_hard_regs_p()
1548 hard_regno[nop] = get_hard_regno (op); in process_alt_operands()
1712 m_hregno = get_hard_regno (*curr_id->operand_loc[m]); in process_alt_operands()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dlra-constraints.c201 get_hard_regno (rtx x) in get_hard_regno() function
696 i = get_hard_regno (x); in operands_match_p()
1655 x_hard_regno = get_hard_regno (x); in uses_hard_regs_p()
1782 hard_regno[nop] = get_hard_regno (op); in process_alt_operands()
1943 m_hregno = get_hard_regno (*curr_id->operand_loc[m]); in process_alt_operands()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dlra-constraints.c201 get_hard_regno (rtx x) in get_hard_regno() function
696 i = get_hard_regno (x); in operands_match_p()
1655 x_hard_regno = get_hard_regno (x); in uses_hard_regs_p()
1782 hard_regno[nop] = get_hard_regno (op); in process_alt_operands()
1943 m_hregno = get_hard_regno (*curr_id->operand_loc[m]); in process_alt_operands()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dlra-constraints.c191 get_hard_regno (rtx x, bool final_p) in get_hard_regno() function
708 i = get_hard_regno (x, false); in operands_match_p()
1796 x_hard_regno = get_hard_regno (x, true); in uses_hard_regs_p()
1963 hard_regno[nop] = get_hard_regno (op, true); in process_alt_operands()
2139 m_hregno = get_hard_regno (*curr_id->operand_loc[m], false); in process_alt_operands()
H A DChangeLog-201613734 (get_hard_regno): Add new parameter final_p.
13736 (operands_match_p): Adjust call to get_hard_regno.
13866 (get_hard_regno): Use SUBREG_P. Don't call get_final_hard_regno().
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dlra-constraints.c191 get_hard_regno (rtx x, bool final_p) in get_hard_regno() function
726 i = get_hard_regno (x, false); in operands_match_p()
1836 x_hard_regno = get_hard_regno (x, true); in uses_hard_regs_p()
2003 hard_regno[nop] = get_hard_regno (op, true); in process_alt_operands()
2181 m_hregno = get_hard_regno (*curr_id->operand_loc[m], false); in process_alt_operands()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dlra-constraints.c191 get_hard_regno (rtx x, bool final_p) in get_hard_regno() function
708 i = get_hard_regno (x, false); in operands_match_p()
1796 x_hard_regno = get_hard_regno (x, true); in uses_hard_regs_p()
1963 hard_regno[nop] = get_hard_regno (op, true); in process_alt_operands()
2139 m_hregno = get_hard_regno (*curr_id->operand_loc[m], false); in process_alt_operands()
H A DChangeLog-201613734 (get_hard_regno): Add new parameter final_p.
13736 (operands_match_p): Adjust call to get_hard_regno.
13866 (get_hard_regno): Use SUBREG_P. Don't call get_final_hard_regno().
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dlra-constraints.c191 get_hard_regno (rtx x, bool final_p) in get_hard_regno() function
700 i = get_hard_regno (x, false); in operands_match_p()
1812 x_hard_regno = get_hard_regno (x, true); in uses_hard_regs_p()
1979 hard_regno[nop] = get_hard_regno (op, true); in process_alt_operands()
2157 m_hregno = get_hard_regno (*curr_id->operand_loc[m], false); in process_alt_operands()
H A DChangeLog-201613734 (get_hard_regno): Add new parameter final_p.
13736 (operands_match_p): Adjust call to get_hard_regno.
13866 (get_hard_regno): Use SUBREG_P. Don't call get_final_hard_regno().
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dlra-constraints.c191 get_hard_regno (rtx x, bool final_p) in get_hard_regno() function
708 i = get_hard_regno (x, false); in operands_match_p()
1786 x_hard_regno = get_hard_regno (x, true); in uses_hard_regs_p()
1953 hard_regno[nop] = get_hard_regno (op, true); in process_alt_operands()
2129 m_hregno = get_hard_regno (*curr_id->operand_loc[m], false); in process_alt_operands()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dlra-constraints.c192 get_hard_regno (rtx x, bool final_p) in get_hard_regno() function
783 i = get_hard_regno (x, false); in operands_match_p()
1907 x_hard_regno = get_hard_regno (x, true); in uses_hard_regs_p()
2064 hard_regno[nop] = get_hard_regno (op, true); in process_alt_operands()
2242 m_hregno = get_hard_regno (*curr_id->operand_loc[m], false); in process_alt_operands()
H A DChangeLog-201613734 (get_hard_regno): Add new parameter final_p.
13736 (operands_match_p): Adjust call to get_hard_regno.
13866 (get_hard_regno): Use SUBREG_P. Don't call get_final_hard_regno().
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dlra-constraints.c191 get_hard_regno (rtx x, bool final_p) in get_hard_regno() function
708 i = get_hard_regno (x, false); in operands_match_p()
1796 x_hard_regno = get_hard_regno (x, true); in uses_hard_regs_p()
1963 hard_regno[nop] = get_hard_regno (op, true); in process_alt_operands()
2139 m_hregno = get_hard_regno (*curr_id->operand_loc[m], false); in process_alt_operands()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dlra-constraints.c192 get_hard_regno (rtx x, bool final_p) in get_hard_regno() function
783 i = get_hard_regno (x, false); in operands_match_p()
1907 x_hard_regno = get_hard_regno (x, true); in uses_hard_regs_p()
2064 hard_regno[nop] = get_hard_regno (op, true); in process_alt_operands()
2242 m_hregno = get_hard_regno (*curr_id->operand_loc[m], false); in process_alt_operands()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dlra-constraints.c191 get_hard_regno (rtx x, bool final_p) in get_hard_regno() function
708 i = get_hard_regno (x, false); in operands_match_p()
1796 x_hard_regno = get_hard_regno (x, true); in uses_hard_regs_p()
1963 hard_regno[nop] = get_hard_regno (op, true); in process_alt_operands()
2139 m_hregno = get_hard_regno (*curr_id->operand_loc[m], false); in process_alt_operands()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dlra-constraints.c191 get_hard_regno (rtx x, bool final_p) in get_hard_regno() function
687 i = get_hard_regno (x, false); in operands_match_p()
1792 x_hard_regno = get_hard_regno (x, true); in uses_hard_regs_p()
1959 hard_regno[nop] = get_hard_regno (op, true); in process_alt_operands()
2137 m_hregno = get_hard_regno (*curr_id->operand_loc[m], false); in process_alt_operands()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dlra-constraints.c192 get_hard_regno (rtx x, bool final_p) in get_hard_regno() function
783 i = get_hard_regno (x, false); in operands_match_p()
1907 x_hard_regno = get_hard_regno (x, true); in uses_hard_regs_p()
2064 hard_regno[nop] = get_hard_regno (op, true); in process_alt_operands()
2242 m_hregno = get_hard_regno (*curr_id->operand_loc[m], false); in process_alt_operands()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dlra-constraints.c191 get_hard_regno (rtx x, bool final_p) in get_hard_regno() function
700 i = get_hard_regno (x, false); in operands_match_p()
1819 x_hard_regno = get_hard_regno (x, true); in uses_hard_regs_p()
1986 hard_regno[nop] = get_hard_regno (op, true); in process_alt_operands()
2164 m_hregno = get_hard_regno (*curr_id->operand_loc[m], false); in process_alt_operands()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dlra-constraints.c191 get_hard_regno (rtx x, bool final_p) in get_hard_regno() function
726 i = get_hard_regno (x, false); in operands_match_p()
1836 x_hard_regno = get_hard_regno (x, true); in uses_hard_regs_p()
2003 hard_regno[nop] = get_hard_regno (op, true); in process_alt_operands()
2181 m_hregno = get_hard_regno (*curr_id->operand_loc[m], false); in process_alt_operands()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dlra-constraints.c191 get_hard_regno (rtx x, bool final_p) in get_hard_regno() function
708 i = get_hard_regno (x, false); in operands_match_p()
1801 x_hard_regno = get_hard_regno (x, true); in uses_hard_regs_p()
1968 hard_regno[nop] = get_hard_regno (op, true); in process_alt_operands()
2144 m_hregno = get_hard_regno (*curr_id->operand_loc[m], false); in process_alt_operands()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dlra-constraints.c191 get_hard_regno (rtx x, bool final_p) in get_hard_regno() function
739 i = get_hard_regno (x, false); in operands_match_p()
1863 x_hard_regno = get_hard_regno (x, true); in uses_hard_regs_p()
2030 hard_regno[nop] = get_hard_regno (op, true); in process_alt_operands()
2208 m_hregno = get_hard_regno (*curr_id->operand_loc[m], false); in process_alt_operands()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dlra-constraints.c192 get_hard_regno (rtx x, bool final_p) in get_hard_regno() function
783 i = get_hard_regno (x, false); in operands_match_p()
1907 x_hard_regno = get_hard_regno (x, true); in uses_hard_regs_p()
2064 hard_regno[nop] = get_hard_regno (op, true); in process_alt_operands()
2242 m_hregno = get_hard_regno (*curr_id->operand_loc[m], false); in process_alt_operands()

12