Searched refs:move_ratio (Results 1 – 5 of 5) sorted by relevance
1934 unsigned int move_ratio; in get_move_ratio() local1936 move_ratio = (unsigned int) MOVE_RATIO (speed_p); in get_move_ratio()1939 move_ratio = 2; in get_move_ratio()1941 move_ratio = ((speed_p) ? 15 : 3); in get_move_ratio()1944 return move_ratio; in get_move_ratio()
30646 * i386.h (processor_costs): Add move_ratio field.30647 (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE30648 * i386.c (*_cost): Set move_ratio.
10006 of 6 and move_ratio in all cost models.
1299 int num_pieces, move_ratio; in xtensa_expand_block_move() local1325 move_ratio = 4; in xtensa_expand_block_move()1327 move_ratio = LARGEST_MOVE_RATIO; in xtensa_expand_block_move()1329 if (num_pieces > move_ratio) in xtensa_expand_block_move()
156 const int move_ratio; /* The threshold of number of scalar member1855 #define MOVE_RATIO(speed) ((speed) ? ix86_cost->move_ratio : 3)