Home
last modified time | relevance | path

Searched refs:MOVE_RATIO (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Ddefaults.h1282 #ifndef MOVE_RATIO
1284 #define MOVE_RATIO(speed) 2 macro
1287 #define MOVE_RATIO(speed) ((speed) ? 15 : 3) macro
1307 #define SET_RATIO(speed) MOVE_RATIO(speed)
H A Dtree-sra.c2440 * MOVE_RATIO (optimize_function_for_speed_p (cfun)); in analyze_all_variable_accesses()
H A Dtree-inline.c3318 if (size < 0 || size > MOVE_MAX_PIECES * MOVE_RATIO (!optimize_size)) in estimate_move_cost()
H A Dexpr.c168 < (unsigned int) MOVE_RATIO (optimize_insn_for_speed_p ()))
192 < (unsigned int) MOVE_RATIO (optimize_insn_for_speed_p ()))
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddefaults.h1319 #ifndef MOVE_RATIO
1321 #define MOVE_RATIO(speed) 2 macro
1324 #define MOVE_RATIO(speed) ((speed) ? 15 : 3) macro
1344 #define SET_RATIO(speed) MOVE_RATIO (speed)
H A Dtarghooks.c1704 #ifdef MOVE_RATIO in get_move_ratio()
1705 move_ratio = (unsigned int) MOVE_RATIO (speed_p); in get_move_ratio()
H A Dtree-inline.c3839 if (size < 0 || size > MOVE_MAX_PIECES * MOVE_RATIO (speed_p)) in estimate_move_cost()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h1746 #define MOVE_RATIO(speed) ((speed) ? ix86_cost->move_ratio : 3) macro
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h1913 #define MOVE_RATIO(speed) ((speed) ? ix86_cost->move_ratio : 3) macro
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi6300 @defmac MOVE_RATIO (@var{speed})
6320 than @code{MOVE_RATIO}.
6357 If you don't define this, it defaults to the value of @code{MOVE_RATIO}.
6375 than @code{MOVE_RATIO}.
H A Dtm.texi.in6222 @defmac MOVE_RATIO (@var{speed})
6242 than @code{MOVE_RATIO}.
6279 If you don't define this, it defaults to the value of @code{MOVE_RATIO}.
6297 than @code{MOVE_RATIO}.