Searched refs:RELOAD_FOR_OUTPUT (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | reload.h | 66 RELOAD_FOR_INPUT, RELOAD_FOR_OUTPUT, RELOAD_FOR_INSN, enumerator
|
H A D | reload1.c | 4971 case RELOAD_FOR_OUTPUT: in mark_reload_reg_in_use() 5042 case RELOAD_FOR_OUTPUT: in clear_reload_reg_in_use() 5215 case RELOAD_FOR_OUTPUT: in reload_reg_free_p() 5390 case RELOAD_FOR_OUTPUT: in reload_reg_reaches_end_p() 5640 || (r2_type == RELOAD_FOR_OUTPUT && r2_opnum <= r1_opnum)); in reloads_conflict() 5644 || (r2_type == RELOAD_FOR_OUTPUT && r2_opnum <= r1_opnum)); in reloads_conflict() 5656 case RELOAD_FOR_OUTPUT: in reloads_conflict() 5657 return (r2_type == RELOAD_FOR_INSN || r2_type == RELOAD_FOR_OUTPUT in reloads_conflict() 5663 return (r2_type == RELOAD_FOR_INPUT || r2_type == RELOAD_FOR_OUTPUT in reloads_conflict() 5861 case RELOAD_FOR_OUTPUT: in reload_reg_free_for_value_p() [all …]
|
H A D | reload.c | 608 : type == RELOAD_FOR_OUTPUT ? RELOAD_FOR_OUTPUT_ADDRESS in get_secondary_mem() 1278 || (optional && type == RELOAD_FOR_OUTPUT)) in push_reload() 1345 || (optional != 0 && type == RELOAD_FOR_OUTPUT)); in push_reload() 1840 || rld[i].when_needed == RELOAD_FOR_OUTPUT)) in combine_reloads() 2838 : modified[i] == RELOAD_WRITE ? RELOAD_FOR_OUTPUT in find_reloads() 3600 if (operand_type[i] == RELOAD_FOR_OUTPUT in find_reloads()
|
H A D | FSFChangeLog.11 | 10434 emit after RELOAD_FOR_OUTPUT, in reverse order of reload number,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | reload.h | 66 RELOAD_FOR_INPUT, RELOAD_FOR_OUTPUT, RELOAD_FOR_INSN, enumerator
|
H A D | reload1.cc | 4967 case RELOAD_FOR_OUTPUT: in mark_reload_reg_in_use() 5038 case RELOAD_FOR_OUTPUT: in clear_reload_reg_in_use() 5211 case RELOAD_FOR_OUTPUT: in reload_reg_free_p() 5386 case RELOAD_FOR_OUTPUT: in reload_reg_reaches_end_p() 5636 || (r2_type == RELOAD_FOR_OUTPUT && r2_opnum <= r1_opnum)); in reloads_conflict() 5640 || (r2_type == RELOAD_FOR_OUTPUT && r2_opnum <= r1_opnum)); in reloads_conflict() 5652 case RELOAD_FOR_OUTPUT: in reloads_conflict() 5653 return (r2_type == RELOAD_FOR_INSN || r2_type == RELOAD_FOR_OUTPUT in reloads_conflict() 5659 return (r2_type == RELOAD_FOR_INPUT || r2_type == RELOAD_FOR_OUTPUT in reloads_conflict() 5857 case RELOAD_FOR_OUTPUT: in reload_reg_free_for_value_p() [all …]
|
H A D | ChangeLog-1998 | 7048 conflicts will all RELOAD_FOR_OUTPUT reloads. 8681 * reload1.c (reload_reg_free_before_p): Abort for RELOAD_FOR_OUTPUT. 11641 end of lifetime and RELOAD_FOR_OUTPUT start of lifetime.
|
H A D | FSFChangeLog.11 | 10434 emit after RELOAD_FOR_OUTPUT, in reverse order of reload number,
|
H A D | ChangeLog-2000 | 5598 reloads just like an RELOAD_FOR_OUTPUT would.
|