Home
last modified time | relevance | path

Searched refs:fixed_base_plus_p (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/
HDcse.c574 static bool fixed_base_plus_p (rtx x);
653 fixed_base_plus_p (rtx x) in fixed_base_plus_p() function
670 return fixed_base_plus_p (XEXP (x, 0)); in fixed_base_plus_p()
1548 elt->is_const = (CONSTANT_P (x) || fixed_base_plus_p (x)); in insert()
HDChangeLog-20025382 * cse.c (fixed_base_plus_p): Turn FIXED_BASE_PLUS_P into a
HDChangeLog-200426291 * cse.c (fixed_base_plus_p, find_best_addr: Likewise.