Lines Matching refs:rr
813 tree rr, ri; in expand_complex_addition() local
818 rr = gimplify_build2 (bsi, code, inner_type, ar, br); in expand_complex_addition()
823 rr = ar; in expand_complex_addition()
832 rr = gimplify_build2 (bsi, MINUS_EXPR, inner_type, ar, br); in expand_complex_addition()
834 rr = br; in expand_complex_addition()
839 rr = ar; in expand_complex_addition()
844 rr = gimplify_build2 (bsi, code, inner_type, ar, br); in expand_complex_addition()
849 rr = ar; in expand_complex_addition()
856 rr = gimplify_build2 (bsi, code, inner_type, ar, br); in expand_complex_addition()
863 rr = br; in expand_complex_addition()
869 rr = gimplify_build2 (bsi, code, inner_type, ar, br); in expand_complex_addition()
877 update_complex_assignment (bsi, rr, ri); in expand_complex_addition()
932 tree rr, ri; in expand_complex_multiplication() local
937 rr = ar, ar = br, br = rr; in expand_complex_multiplication()
945 rr = gimplify_build2 (bsi, MULT_EXPR, inner_type, ar, br); in expand_complex_multiplication()
950 rr = ar; in expand_complex_multiplication()
959 rr = gimplify_build2 (bsi, MULT_EXPR, inner_type, ai, bi); in expand_complex_multiplication()
960 rr = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, rr); in expand_complex_multiplication()
965 rr = gimplify_build2 (bsi, MULT_EXPR, inner_type, ar, br); in expand_complex_multiplication()
970 rr = gimplify_build2 (bsi, MULT_EXPR, inner_type, ai, bi); in expand_complex_multiplication()
971 rr = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, rr); in expand_complex_multiplication()
996 rr = gimplify_build2 (bsi, MINUS_EXPR, inner_type, t1, t2); in expand_complex_multiplication()
1005 update_complex_assignment (bsi, rr, ri); in expand_complex_multiplication()
1018 tree rr, ri, div, t1, t2, t3; in expand_complex_div_straight() local
1027 rr = gimplify_build2 (bsi, code, inner_type, t3, div); in expand_complex_div_straight()
1034 update_complex_assignment (bsi, rr, ri); in expand_complex_div_straight()
1045 tree rr, ri, ratio, div, t1, t2, tr, ti, cond; in expand_complex_div_wide() local
1055 rr = ri = tr = ti = NULL; in expand_complex_div_wide()
1090 rr = make_rename_temp (inner_type, NULL); in expand_complex_div_wide()
1125 t1 = build2 (MODIFY_EXPR, inner_type, rr, tr); in expand_complex_div_wide()
1164 t1 = build2 (MODIFY_EXPR, inner_type, rr, tr); in expand_complex_div_wide()
1175 rr = tr, ri = ti; in expand_complex_div_wide()
1177 update_complex_assignment (bsi, rr, ri); in expand_complex_div_wide()
1188 tree rr, ri; in expand_complex_division() local
1193 rr = gimplify_build2 (bsi, code, inner_type, ar, br); in expand_complex_division()
1198 rr = ai; in expand_complex_division()
1204 rr = ar; in expand_complex_division()
1209 rr = gimplify_build2 (bsi, code, inner_type, ai, bi); in expand_complex_division()
1214 rr = gimplify_build2 (bsi, code, inner_type, ar, br); in expand_complex_division()
1219 rr = gimplify_build2 (bsi, code, inner_type, ai, bi); in expand_complex_division()
1255 update_complex_assignment (bsi, rr, ri); in expand_complex_division()
1266 tree rr, ri; in expand_complex_negation() local
1268 rr = gimplify_build1 (bsi, NEGATE_EXPR, inner_type, ar); in expand_complex_negation()
1271 update_complex_assignment (bsi, rr, ri); in expand_complex_negation()