Lines Matching defs:full_rtx_costs
2072 struct full_rtx_costs
2078 /* Initialize a full_rtx_costs structure C to the maximum cost. */
2080 init_costs_to_max (struct full_rtx_costs *c)
2086 /* Initialize a full_rtx_costs structure C to zero cost. */
2088 init_costs_to_zero (struct full_rtx_costs *c)
2094 /* Compare two full_rtx_costs structures A and B, returning true
2097 costs_lt_p (struct full_rtx_costs *a, struct full_rtx_costs *b,
2108 /* Increase both members of the full_rtx_costs structure C by the
2111 costs_add_n_insns (struct full_rtx_costs *c, int n)
2422 struct full_rtx_costs *);
2935 get_full_set_rtx_cost (rtx x, struct full_rtx_costs *c)
2953 get_full_set_src_cost (rtx x, machine_mode mode, struct full_rtx_costs *c)