Searched refs:COST (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.h389 #define ADJUST_COST(INSN,LINK,DEP_INSN,COST) \
391 (COST) = 0; /* Anti or output dependence. */
/netbsd-current/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.h389 #define ADJUST_COST(INSN,LINK,DEP_INSN,COST) \
391 (COST) = 0; /* Anti or output dependence. */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dmcf.c55 /* COST FUNCTION. */
58 #define COST(k, w) ((k) / mcf_ln ((w) + 2)) macro
361 added set to COST. */
379 /* Add a fixup edge (src->dest) with attributes TYPE, WEIGHT, COST and
394 /* Add a residual edge (SRC->DEST) with attributes RFLOW and COST
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb));
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e));
579 fcost = (gcov_type) COST (k_neg, pfedge->weight);
H A Dcse.c466 #define COST(X, MODE) \ macro
719 from COST macro to keep it simple. */
1239 insert_with_costs (exp, elt, hash, mode, COST (reg, mode), 1);
1530 class should be made). COST is the code of X and reg_cost is the
1722 COST (x, mode), approx_reg_cost (x));
3431 cheapest_cost = COST (x, mode);
3451 cost = COST (simp_result, mode);
5132 src_cost = COST (src, mode);
5143 src_eqv_cost = COST (src_eqv_here, mode);
5154 src_folded_cost = COST (src_folde
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dmcf.cc55 /* COST FUNCTION. */
58 #define COST(k, w) ((k) / mcf_ln ((w) + 2)) macro
361 added set to COST. */
379 /* Add a fixup edge (src->dest) with attributes TYPE, WEIGHT, COST and
394 /* Add a residual edge (SRC->DEST) with attributes RFLOW and COST
529 fcost = (gcov_type) COST (k_pos, bb_gcov_count (bb));
541 fcost = (gcov_type) COST (k_pos, edge_gcov_count (e));
579 fcost = (gcov_type) COST (k_neg, pfedge->weight);
H A Dcse.cc455 #define COST(X, MODE) \ macro
700 from COST macro to keep it simple. */
1218 insert_with_costs (exp, elt, hash, mode, COST (reg, mode), 1);
1509 class should be made). COST is the code of X and reg_cost is the
1701 COST (x, mode), approx_reg_cost (x));
3390 cheapest_cost = COST (x, mode);
3410 cost = COST (simp_result, mode);
5129 src_cost = COST (src, mode);
5140 src_eqv_cost = COST (src_eqv_here, mode);
5151 src_folded_cost = COST (src_folde
[all...]

Completed in 215 milliseconds