Home
last modified time | relevance | path

Searched refs:move_ratio (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtarghooks.cc1934 unsigned int move_ratio; in get_move_ratio() local
1936 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()
DChangeLog-200030646 * i386.h (processor_costs): Add move_ratio field.
30647 (MOVE_RATIO): Use move_ratio field, set to 3 for OPTIMIZE_SIZE
30648 * i386.c (*_cost): Set move_ratio.
DChangeLog-201910006 of 6 and move_ratio in all cost models.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/
Dxtensa.cc1299 int num_pieces, move_ratio; in xtensa_expand_block_move() local
1325 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()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.h156 const int move_ratio; /* The threshold of number of scalar member
1855 #define MOVE_RATIO(speed) ((speed) ? ix86_cost->move_ratio : 3)