Home
last modified time | relevance | path

Searched refs:RELOAD_FOR_OPADDR_ADDR (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreload.h69 RELOAD_FOR_OPERAND_ADDRESS, RELOAD_FOR_OPADDR_ADDR, enumerator
H A Dreload1.c4959 case RELOAD_FOR_OPADDR_ADDR: in mark_reload_reg_in_use()
5028 case RELOAD_FOR_OPADDR_ADDR: in clear_reload_reg_in_use()
5208 case RELOAD_FOR_OPADDR_ADDR: in reload_reg_free_p()
5371 case RELOAD_FOR_OPADDR_ADDR: in reload_reg_reaches_end_p()
5624 || r2_type == RELOAD_FOR_OPADDR_ADDR in reloads_conflict()
5652 case RELOAD_FOR_OPADDR_ADDR: in reloads_conflict()
5654 || r2_type == RELOAD_FOR_OPADDR_ADDR); in reloads_conflict()
5767 case RELOAD_FOR_OPADDR_ADDR: in reload_reg_free_for_value_p()
5847 case RELOAD_FOR_OPADDR_ADDR: in reload_reg_free_for_value_p()
6714 case RELOAD_FOR_OPADDR_ADDR: in choose_reload_regs()
[all …]
H A Dreload.c4330 rld[i].when_needed = RELOAD_FOR_OPADDR_ADDR; in find_reloads()
4376 rld[secondary_in_reload].when_needed = RELOAD_FOR_OPADDR_ADDR; in find_reloads()
4382 = RELOAD_FOR_OPADDR_ADDR; in find_reloads()
4391 rld[secondary_out_reload].when_needed = RELOAD_FOR_OPADDR_ADDR; in find_reloads()
4397 = RELOAD_FOR_OPADDR_ADDR; in find_reloads()
4402 rld[i].when_needed = RELOAD_FOR_OPADDR_ADDR; in find_reloads()
4493 case RELOAD_FOR_OPADDR_ADDR: in find_reloads()
4552 case RELOAD_FOR_OPADDR_ADDR: in find_reloads()
4584 || rld[i].when_needed == RELOAD_FOR_OPADDR_ADDR in find_reloads()
H A DFSFChangeLog.113443 * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
6951 RELOAD_FOR_OPERAND_ADDRESS): Conflicts with RELOAD_FOR_OPADDR_ADDR
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreload.h69 RELOAD_FOR_OPERAND_ADDRESS, RELOAD_FOR_OPADDR_ADDR, enumerator
H A Dreload1.cc4955 case RELOAD_FOR_OPADDR_ADDR: in mark_reload_reg_in_use()
5024 case RELOAD_FOR_OPADDR_ADDR: in clear_reload_reg_in_use()
5204 case RELOAD_FOR_OPADDR_ADDR: in reload_reg_free_p()
5367 case RELOAD_FOR_OPADDR_ADDR: in reload_reg_reaches_end_p()
5620 || r2_type == RELOAD_FOR_OPADDR_ADDR in reloads_conflict()
5648 case RELOAD_FOR_OPADDR_ADDR: in reloads_conflict()
5650 || r2_type == RELOAD_FOR_OPADDR_ADDR); in reloads_conflict()
5763 case RELOAD_FOR_OPADDR_ADDR: in reload_reg_free_for_value_p()
5843 case RELOAD_FOR_OPADDR_ADDR: in reload_reg_free_for_value_p()
6710 case RELOAD_FOR_OPADDR_ADDR: in choose_reload_regs()
[all …]
H A DChangeLog-19973722 * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
3961 (reload_reg_reaches_end_p): For RELOAD_FOR_OPADDR_ADDR insns, registers
3964 (reloads_conflict): RELOAD_FOR_OPADDR_ADDR conflicts with
H A DFSFChangeLog.113443 * reload.c (find_reloads): Add code to convert RELOAD_FOR_OPADDR_ADDR
6951 RELOAD_FOR_OPERAND_ADDRESS): Conflicts with RELOAD_FOR_OPADDR_ADDR
H A DChangeLog-19983792 RELOAD_FOR_OPADDR_ADDR.
9028 * reload1.c (reload_reg_free_before_p): RELOAD_FOR_OPADDR_ADDR
H A DChangeLog-200444319 RELOAD_FOR_OPADDR_ADDR.
44321 might be reused as RELOAD_FOR_OPADDR_ADDR register.