Home
last modified time | relevance | path

Searched refs:default_estimated_poly_value (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtarghooks.h221 extern HOST_WIDE_INT default_estimated_poly_value (poly_int64);
H A Dtarghooks.c1722 default_estimated_poly_value (poly_int64 x) in default_estimated_poly_value() function
H A Dtarget.def3870 default_estimated_poly_value)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c23204 return default_estimated_poly_value (val); in aarch64_estimated_poly_value()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20172929 * targhooks.h (default_estimated_poly_value): Declare.
2930 * targhooks.c (default_estimated_poly_value): New function.
H A DChangeLog-2020402 * targhooks.h (default_estimated_poly_value): Updated.