Home
last modified time | relevance | path

Searched refs:find_base_value (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dalias.c157 static rtx find_base_value (rtx);
792 find_base_value (rtx src) in find_base_value() function
858 return find_base_value (src_0); in find_base_value()
860 return find_base_value (src_1); in find_base_value()
866 temp = find_base_value (src_0); in find_base_value()
873 temp = find_base_value (src_1); in find_base_value()
899 return find_base_value (src_0); in find_base_value()
901 return find_base_value (src_1); in find_base_value()
915 return find_base_value (XEXP (src, 0)); in find_base_value()
934 rtx temp = find_base_value (XEXP (src, 0)); in find_base_value()
[all …]
H A DChangeLog-1997287 * alias.c (find_base_value): Add default case.
1388 * alias.c (find_base_value): Only return the known base value for
1446 * alias.c (find_base_value): When copying arguments, return the
1532 (find_base_value, case REG): Return the value in reg_base_value
1535 (find_base_value, case PLUS): If either operand of the PLUS is
3646 * alias.c (find_base_value): Improve handling of PLUS, MINUS, and
H A DChangeLog-19984017 (find_base_value): Likewise.
10269 * alias.c (find_base_value): Add prototype.
11102 * alias.c (find_base_value): Avoid reading past end of reg_base_value.
13282 * alias.c (find_base_value, find_base_term): SIGN_EXTEND and
H A DChangeLog-20022073 * alias.c (find_base_value): Use new_reg_base_value if it's live.
31175 Make same change as for find_base_value.
31260 * alias.c (find_base_value, case ZERO_EXTEND, case SIGN_EXTEND):
32402 * alias.c (find_base_value): Recall base values for fixed hard regs.
34796 * alias.c (find_base_value): Add cases for HIGH, PRE_INC, PRE_DEC,
35407 * alias.c (find_base_value, PLUS/MINUS): If we found a base,
H A DChangeLog-20038293 * alias.c (find_base_value): Simplify use of
11295 * alias.c (find_base_value, case REG): Return 0 not src if no base
37470 * alias.c (find_base_value): Only use new_reg_base_value shortcut
H A DChangeLog-20067106 (REG_BASE_VALUE, find_base_value, record_set,
H A DChangeLog-200131258 * alias.c (find_base_value): Recognize TRUNCATE.
H A DChangeLog-20002269 * alias.c (find_base_value, find_base_term): Use REG_POINTER
H A DChangeLog-200445777 (find_base_value): Likewise.