Searched refs:compound_p (Results 1 – 3 of 3) sorted by relevance
11678 bool compound_p = (outer == PLUS || outer == MINUS); in aarch64_rtx_mult_cost() local11701 if (compound_p) in aarch64_rtx_mult_cost()11738 compound_p = true; in aarch64_rtx_mult_cost()11752 if (compound_p) in aarch64_rtx_mult_cost()11770 if (compound_p) in aarch64_rtx_mult_cost()11789 if (compound_p || !flag_rounding_math || (neg0 && neg1)) in aarch64_rtx_mult_cost()11797 if (compound_p) in aarch64_rtx_mult_cost()
13145 bool compound_p = (outer == PLUS || outer == MINUS); in aarch64_rtx_mult_cost() local13195 if (compound_p) in aarch64_rtx_mult_cost()13232 compound_p = true; in aarch64_rtx_mult_cost()13246 if (compound_p) in aarch64_rtx_mult_cost()13264 if (compound_p) in aarch64_rtx_mult_cost()13283 if (compound_p || !flag_rounding_math || (neg0 && neg1)) in aarch64_rtx_mult_cost()13291 if (compound_p) in aarch64_rtx_mult_cost()
34520 Rename maybe_fma to compound_p.