Searched refs:rtx_costs (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dtarget.h558 bool (* rtx_costs) (rtx x, int code, int outer_code, int *total); member in struct:gcc_target
H A Drtlanal.c3267 Note that targetm.rtx_costs can override the defaults. */
3304 if (targetm.rtx_costs (x, code, outer_code, &total))
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c572 bool (* rtx_costs) (rtx, int, int, int *);
590 /* We don't specify rtx_costs here as it will be figured out
1046 targetm.rtx_costs = arm_size_rtx_costs;
1048 targetm.rtx_costs = all_cores[(int)arm_tune].rtx_costs;
569 bool (* rtx_costs) (rtx, int, int, int *); member in struct:processors

Completed in 91 milliseconds