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

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmacro1.c78 /* More tests derived from gcc itself - the use of XEXP and COST.
89 #define COST(X) XEXP (XEXP (X, 4), 4) macro
90 if (COST (b) != 42) /* ((b * 4 + 2) * 4 + 2) */
91 err ("COST");
/haiku-buildtools/legacy/gcc/gcc/config/convex/
H A Dconvex.h1152 #define ADJUST_COST(INSN,LINK,DEP,COST) \
1156 (COST) = 0; \
1169 (COST) += 1; \
1175 (COST) += 1; \
/haiku-buildtools/gcc/gcc/config/iq2000/
H A Diq2000.h421 #define ADJUST_COST(INSN,LINK,DEP_INSN,COST) \
423 (COST) = 0; /* Anti or output dependence. */
/haiku-buildtools/gcc/gcc/
H A Dmcf.c67 /* COST FUNCTION. */
70 #define COST(k, w) ((k) / mcf_ln ((w) + 2)) macro
373 added set to COST. */
391 /* Add a fixup edge (src->dest) with attributes TYPE, WEIGHT, COST and
406 /* Add a residual edge (SRC->DEST) with attributes RFLOW and COST
541 fcost = (gcov_type) COST (k_pos, bb->count);
553 fcost = (gcov_type) COST (k_pos, e->count);
591 fcost = (gcov_type) COST (k_neg, pfedge->weight);
H A Dcse.c494 #define COST(X) (REG_P (X) ? 0 : notreg_cost (X, SET, 1)) macro
747 from COST macro to keep it simple. */
1270 insert_with_costs (exp, elt, hash, mode, COST (reg), 1);
1561 class should be made). COST is the code of X and reg_cost is the
1753 insert_with_costs (x, classp, hash, mode, COST (x), approx_reg_cost (x));
3425 cheapest_cost = COST (x);
3445 cost = COST (simp_result);
5044 src_cost = COST (src);
5055 src_eqv_cost = COST (src_eqv_here);
5066 src_folded_cost = COST (src_folde
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dcse.c496 #define COST(X) \ macro
727 from COST macro to keep it simple. */
1488 elt->cost = COST (x);
3006 int best_rtx_cost = (COST (*loc) + 1) >> 1;
3028 && (COST (new) + 1) >> 1 > best_rtx_cost)))
3032 best_rtx_cost = (COST (new) + 1) >> 1;
5388 constant_pool_entries_cost = COST (constant);
5553 || COST (const_arg) > COST (folded_arg))
5576 && COST (replacement
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dalpha.h912 #define ADJUST_COST(INSN,LINK,DEP,COST) \
913 (COST) = alpha_adjust_cost (INSN, LINK, DEP, COST)
/haiku-buildtools/legacy/gcc/gcc/config/arm/
H A Darm.h1810 /* A C statement to update the variable COST based on the relationship
1812 #define ADJUST_COST(INSN,LINK,DEP,COST) \
1813 (COST) = arm_adjust_cost ((INSN), (LINK), (DEP), (COST))
/haiku-buildtools/legacy/gcc/gcc/config/m88k/
H A Dm88k.h1708 /* A C statement (sans semicolon) to update the integer variable COST
1711 adjustment to COST. On the m88k, ignore the cost of anti- and
1714 #define ADJUST_COST(INSN,LINK,DEP_INSN,COST) \
1717 (COST) = 0; /* Anti or output dependence. */ \
1722 (COST) -= 4; /* 88110 store reservation station. */ \
/haiku-buildtools/legacy/gcc/gcc/config/pa/
H A Dpa.h2011 #define ADJUST_COST(INSN,LINK,DEP,COST) \
2012 (COST) = pa_adjust_cost (INSN, LINK, DEP, COST)
/haiku-buildtools/legacy/gcc/gcc/config/a29k/
H A Da29k.h689 /* A C statement (sans semicolon) to update the integer variable COST
692 adjustment to COST. On the a29k, ignore the cost of anti- and
694 #define ADJUST_COST(INSN,LINK,DEP_INSN,COST) \
696 (COST) = 0; /* Anti or output dependence. */
/haiku-buildtools/legacy/gcc/gcc/config/c4x/
H A Dc4x.h1873 #define ADJUST_COST(INSN,LINK,DEP,COST) \
1874 (COST) = c4x_adjust_cost (INSN, LINK, DEP, COST)
/haiku-buildtools/legacy/gcc/gcc/config/rs6000/
H A Drs6000.h865 /* A C statement (sans semicolon) to update the integer variable COST
868 adjustment to COST. On the RS/6000, ignore the cost of anti- and
872 #define ADJUST_COST(INSN,LINK,DEP_INSN,COST) \
873 (COST) = rs6000_adjust_cost (INSN,LINK,DEP_INSN,COST)
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.h2713 #define ADJUST_COST(INSN,LINK,DEP,COST) \
2714 sparc_adjust_cost(INSN, LINK, DEP, COST)
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dmips.h3783 /* A C statement (sans semicolon) to update the integer variable COST
3786 adjustment to COST. On the MIPS, ignore the cost of anti- and
3789 #define ADJUST_COST(INSN,LINK,DEP_INSN,COST) \
3791 (COST) = 0; /* Anti or output dependence. */

Completed in 446 milliseconds