Lines Matching refs:outer_code

4644 arm_size_rtx_costs (rtx x, int code, int outer_code, int *total)  in arm_size_rtx_costs()  argument
4651 *total = thumb_rtx_costs (x, code, outer_code); in arm_size_rtx_costs()
4829 *total = COSTS_N_INSNS (outer_code == SET ? 1 : 0); in arm_size_rtx_costs()
4831 *total = COSTS_N_INSNS (outer_code == AND ? 0 : 1); in arm_size_rtx_costs()
4834 if (outer_code == COMPARE || outer_code == PLUS in arm_size_rtx_costs()
4835 || outer_code == MINUS) in arm_size_rtx_costs()
4866 arm_slowmul_rtx_costs (rtx x, int code, int outer_code, int *total) in arm_slowmul_rtx_costs() argument
4872 *total = thumb_rtx_costs (x, code, outer_code); in arm_slowmul_rtx_costs()
4911 *total = arm_rtx_costs_1 (x, code, outer_code); in arm_slowmul_rtx_costs()
4920 arm_fastmul_rtx_costs (rtx x, int code, int outer_code, int *total) in arm_fastmul_rtx_costs() argument
4926 *total = thumb_rtx_costs (x, code, outer_code); in arm_fastmul_rtx_costs()
4977 *total = arm_rtx_costs_1 (x, code, outer_code); in arm_fastmul_rtx_costs()
4986 arm_xscale_rtx_costs (rtx x, int code, int outer_code, int *total) in arm_xscale_rtx_costs() argument
4992 *total = thumb_rtx_costs (x, code, outer_code); in arm_xscale_rtx_costs()
5054 *total = arm_rtx_costs_1 (x, code, outer_code); in arm_xscale_rtx_costs()
5058 *total = arm_rtx_costs_1 (x, code, outer_code); in arm_xscale_rtx_costs()
5067 arm_9e_rtx_costs (rtx x, int code, int outer_code, int *total) in arm_9e_rtx_costs() argument
5082 *total = thumb_rtx_costs (x, code, outer_code); in arm_9e_rtx_costs()
5124 *total = arm_rtx_costs_1 (x, code, outer_code); in arm_9e_rtx_costs()