Lines Matching refs:bi
861 tree ar, tree ai, tree br, tree bi, in expand_complex_addition() argument
877 ri = gimplify_build2 (gsi, MINUS_EXPR, inner_type, ai, bi); in expand_complex_addition()
879 ri = bi; in expand_complex_addition()
892 ri = gimplify_build2 (gsi, code, inner_type, ai, bi); in expand_complex_addition()
902 ri = gimplify_build2 (gsi, code, inner_type, ai, bi); in expand_complex_addition()
909 ri = bi; in expand_complex_addition()
916 ri = gimplify_build2 (gsi, code, inner_type, ai, bi); in expand_complex_addition()
922 ri = gimplify_build2 (gsi, code, inner_type, ai, bi); in expand_complex_addition()
937 tree br, tree bi, enum tree_code code) in expand_complex_libcall() argument
961 stmt = gimple_build_call (fn, 4, ar, ai, br, bi); in expand_complex_libcall()
985 tree ar, tree ai, tree br, tree bi, in expand_complex_multiplication() argument
994 ri = ai, ai = bi, bi = ri; in expand_complex_multiplication()
1015 rr = gimplify_build2 (gsi, MULT_EXPR, inner_type, ai, bi); in expand_complex_multiplication()
1026 rr = gimplify_build2 (gsi, MULT_EXPR, inner_type, ai, bi); in expand_complex_multiplication()
1028 ri = gimplify_build2 (gsi, MULT_EXPR, inner_type, ar, bi); in expand_complex_multiplication()
1034 expand_complex_libcall (gsi, ar, ai, br, bi, MULT_EXPR); in expand_complex_multiplication()
1042 t2 = gimplify_build2 (gsi, MULT_EXPR, inner_type, ai, bi); in expand_complex_multiplication()
1043 t3 = gimplify_build2 (gsi, MULT_EXPR, inner_type, ar, bi); in expand_complex_multiplication()
1047 if (ar == br && ai == bi) in expand_complex_multiplication()
1073 tree ar, tree ai, tree br, tree bi, in expand_complex_div_straight() argument
1079 t2 = gimplify_build2 (gsi, MULT_EXPR, inner_type, bi, bi); in expand_complex_div_straight()
1083 t2 = gimplify_build2 (gsi, MULT_EXPR, inner_type, ai, bi); in expand_complex_div_straight()
1088 t2 = gimplify_build2 (gsi, MULT_EXPR, inner_type, ar, bi); in expand_complex_div_straight()
1102 tree ar, tree ai, tree br, tree bi, in expand_complex_div_wide() argument
1111 t2 = gimplify_build1 (gsi, ABS_EXPR, inner_type, bi); in expand_complex_div_wide()
1180 ratio = gimplify_build2 (gsi, code, inner_type, br, bi); in expand_complex_div_wide()
1183 div = gimplify_build2 (gsi, PLUS_EXPR, inner_type, t1, bi); in expand_complex_div_wide()
1219 ratio = gimplify_build2 (gsi, code, inner_type, bi, br); in expand_complex_div_wide()
1221 t1 = gimplify_build2 (gsi, MULT_EXPR, inner_type, bi, ratio); in expand_complex_div_wide()
1255 tree ar, tree ai, tree br, tree bi, in expand_complex_division() argument
1270 ri = gimplify_build2 (gsi, code, inner_type, ar, bi); in expand_complex_division()
1280 rr = gimplify_build2 (gsi, code, inner_type, ai, bi); in expand_complex_division()
1290 rr = gimplify_build2 (gsi, code, inner_type, ai, bi); in expand_complex_division()
1291 ri = gimplify_build2 (gsi, code, inner_type, ar, bi); in expand_complex_division()
1301 expand_complex_div_straight (gsi, inner_type, ar, ai, br, bi, code); in expand_complex_division()
1307 expand_complex_libcall (gsi, ar, ai, br, bi, code); in expand_complex_division()
1314 expand_complex_div_wide (gsi, inner_type, ar, ai, br, bi, code); in expand_complex_division()
1364 tree br, tree bi, enum tree_code code) in expand_complex_comparison() argument
1370 ci = gimplify_build2 (gsi, code, boolean_type_node, ai, bi); in expand_complex_comparison()
1441 tree ac, ar, ai, bc, br, bi; in expand_complex_operations_1() local
1532 br = ar, bi = ai; in expand_complex_operations_1()
1536 bi = extract_component (gsi, bc, 1, true); in expand_complex_operations_1()
1539 br = bi = NULL_TREE; in expand_complex_operations_1()
1565 expand_complex_addition (gsi, inner_type, ar, ai, br, bi, code, al, bl); in expand_complex_operations_1()
1569 expand_complex_multiplication (gsi, inner_type, ar, ai, br, bi, al, bl); in expand_complex_operations_1()
1577 expand_complex_division (gsi, inner_type, ar, ai, br, bi, code, al, bl); in expand_complex_operations_1()
1590 expand_complex_comparison (gsi, ar, ai, br, bi, code); in expand_complex_operations_1()