Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dlra-int.h241 #define LRA_LOSER_COST_FACTOR 6 macro
H A Dlra-constraints.c2174 op_reject += LRA_LOSER_COST_FACTOR; in process_alt_operands()
2833 nop, LRA_LOSER_COST_FACTOR / 2); in process_alt_operands()
2834 reject += LRA_LOSER_COST_FACTOR / 2; in process_alt_operands()
2930 nop, LRA_LOSER_COST_FACTOR); in process_alt_operands()
2931 reject += LRA_LOSER_COST_FACTOR; in process_alt_operands()
2948 overall = (losers * LRA_LOSER_COST_FACTOR + reject in process_alt_operands()
3113 overall += LRA_LOSER_COST_FACTOR; in process_alt_operands()
3140 overall += LRA_LOSER_COST_FACTOR - 1; in process_alt_operands()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dlra-int.h244 #define LRA_LOSER_COST_FACTOR 6 macro
H A Dlra-constraints.c2174 op_reject += LRA_LOSER_COST_FACTOR; in process_alt_operands()
2833 nop, LRA_LOSER_COST_FACTOR / 2); in process_alt_operands()
2834 reject += LRA_LOSER_COST_FACTOR / 2; in process_alt_operands()
2930 nop, LRA_LOSER_COST_FACTOR); in process_alt_operands()
2931 reject += LRA_LOSER_COST_FACTOR; in process_alt_operands()
2948 overall = (losers * LRA_LOSER_COST_FACTOR + reject in process_alt_operands()
3113 overall += LRA_LOSER_COST_FACTOR; in process_alt_operands()
3140 overall += LRA_LOSER_COST_FACTOR - 1; in process_alt_operands()
H A Dlra-constraints.cc2227 op_reject += LRA_LOSER_COST_FACTOR; in process_alt_operands()
2899 nop, LRA_LOSER_COST_FACTOR / 2); in process_alt_operands()
2900 reject += LRA_LOSER_COST_FACTOR / 2; in process_alt_operands()
2996 nop, LRA_LOSER_COST_FACTOR); in process_alt_operands()
2997 reject += LRA_LOSER_COST_FACTOR; in process_alt_operands()
3014 overall = (losers * LRA_LOSER_COST_FACTOR + reject in process_alt_operands()
3181 overall += LRA_LOSER_COST_FACTOR; in process_alt_operands()
3208 overall += LRA_LOSER_COST_FACTOR - 1; in process_alt_operands()
H A DChangeLog-20124375 * lra-int.h (LRA_LOSER_COST_FACTOR, LRA_MAX_REJECT): New macros.
4379 (process_alt_operands): Use LRA_LOSER_COST_FACTOR and LRA_MAX_REJECT.