Searched refs:MOVE_RATIO (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dexpr.h66 /* If a memory-to-memory move would take MOVE_RATIO or more simple
69 #ifndef MOVE_RATIO
71 #define MOVE_RATIO 2
74 #define MOVE_RATIO (optimize_size ? 3 : 15)
70 #define MOVE_RATIO macro
73 #define MOVE_RATIO macro
H A Dtree-sra.c49 /* expr.h is needed for MOVE_RATIO. */
1448 : MOVE_RATIO * UNITS_PER_WORD;
1451 : MOVE_RATIO;
H A Dtree-inline.c1564 if (size < 0 || size > MOVE_MAX_PIECES * MOVE_RATIO)
H A Dexpr.c179 < (unsigned int) MOVE_RATIO)
196 < (unsigned int) MOVE_RATIO)
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h2055 #undef MOVE_RATIO
2056 #define MOVE_RATIO (arm_tune_xscale ? 4 : 2)
2044 #undef MOVE_RATIO macro
2045 #define MOVE_RATIO macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h2093 /* If a memory-to-memory move would take MOVE_RATIO or more simple
2096 #define MOVE_RATIO (optimize_size ? 3 : 8)
2076 #define MOVE_RATIO macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h1814 /* If a memory-to-memory move would take MOVE_RATIO or more simple
1821 #define MOVE_RATIO (optimize_size ? 3 : ix86_cost->move_ratio)
1812 #define MOVE_RATIO macro

Completed in 156 milliseconds