Lines Matching refs:bi

911 			 tree ar, tree ai, tree br, tree bi,  in expand_complex_addition()  argument
927 ri = gimplify_build2 (gsi, MINUS_EXPR, inner_type, ai, bi); in expand_complex_addition()
929 ri = bi; in expand_complex_addition()
942 ri = gimplify_build2 (gsi, code, inner_type, ai, bi); in expand_complex_addition()
952 ri = gimplify_build2 (gsi, code, inner_type, ai, bi); in expand_complex_addition()
959 ri = bi; in expand_complex_addition()
966 ri = gimplify_build2 (gsi, code, inner_type, ai, bi); in expand_complex_addition()
972 ri = gimplify_build2 (gsi, code, inner_type, ai, bi); in expand_complex_addition()
987 tree br, tree bi, enum tree_code code) in expand_complex_libcall() argument
1012 stmt = gimple_build_call (fn, 4, ar, ai, br, bi); in expand_complex_libcall()
1036 tree ar, tree ai, tree br, tree bi, in expand_complex_multiplication() argument
1045 ri = ai, ai = bi, bi = ri; in expand_complex_multiplication()
1066 rr = gimplify_build2 (gsi, MULT_EXPR, inner_type, ai, bi); in expand_complex_multiplication()
1077 rr = gimplify_build2 (gsi, MULT_EXPR, inner_type, ai, bi); in expand_complex_multiplication()
1079 ri = gimplify_build2 (gsi, MULT_EXPR, inner_type, ar, bi); in expand_complex_multiplication()
1085 expand_complex_libcall (gsi, ar, ai, br, bi, MULT_EXPR); in expand_complex_multiplication()
1093 t2 = gimplify_build2 (gsi, MULT_EXPR, inner_type, ai, bi); in expand_complex_multiplication()
1094 t3 = gimplify_build2 (gsi, MULT_EXPR, inner_type, ar, bi); in expand_complex_multiplication()
1098 if (ar == br && ai == bi) in expand_complex_multiplication()
1124 tree ar, tree ai, tree br, tree bi, in expand_complex_div_straight() argument
1130 t2 = gimplify_build2 (gsi, MULT_EXPR, inner_type, bi, bi); in expand_complex_div_straight()
1134 t2 = gimplify_build2 (gsi, MULT_EXPR, inner_type, ai, bi); in expand_complex_div_straight()
1139 t2 = gimplify_build2 (gsi, MULT_EXPR, inner_type, ar, bi); in expand_complex_div_straight()
1153 tree ar, tree ai, tree br, tree bi, in expand_complex_div_wide() argument
1162 t2 = gimplify_build1 (gsi, ABS_EXPR, inner_type, bi); in expand_complex_div_wide()
1239 ratio = gimplify_build2 (gsi, code, inner_type, br, bi); in expand_complex_div_wide()
1242 div = gimplify_build2 (gsi, PLUS_EXPR, inner_type, t1, bi); in expand_complex_div_wide()
1278 ratio = gimplify_build2 (gsi, code, inner_type, bi, br); in expand_complex_div_wide()
1280 t1 = gimplify_build2 (gsi, MULT_EXPR, inner_type, bi, ratio); in expand_complex_div_wide()
1314 tree ar, tree ai, tree br, tree bi, in expand_complex_division() argument
1329 ri = gimplify_build2 (gsi, code, inner_type, ar, bi); in expand_complex_division()
1339 rr = gimplify_build2 (gsi, code, inner_type, ai, bi); in expand_complex_division()
1349 rr = gimplify_build2 (gsi, code, inner_type, ai, bi); in expand_complex_division()
1350 ri = gimplify_build2 (gsi, code, inner_type, ar, bi); in expand_complex_division()
1361 expand_complex_div_straight (gsi, inner_type, ar, ai, br, bi, code); in expand_complex_division()
1367 expand_complex_libcall (gsi, ar, ai, br, bi, code); in expand_complex_division()
1374 expand_complex_div_wide (gsi, inner_type, ar, ai, br, bi, code); in expand_complex_division()
1424 tree br, tree bi, enum tree_code code) in expand_complex_comparison() argument
1430 ci = gimplify_build2 (gsi, code, boolean_type_node, ai, bi); in expand_complex_comparison()
1509 tree ac, ar, ai, bc, br, bi; in expand_complex_operations_1() local
1600 br = ar, bi = ai; in expand_complex_operations_1()
1604 bi = extract_component (gsi, bc, 1, true); in expand_complex_operations_1()
1607 br = bi = NULL_TREE; in expand_complex_operations_1()
1633 expand_complex_addition (gsi, inner_type, ar, ai, br, bi, code, al, bl); in expand_complex_operations_1()
1637 expand_complex_multiplication (gsi, inner_type, ar, ai, br, bi, al, bl); in expand_complex_operations_1()
1645 expand_complex_division (gsi, inner_type, ar, ai, br, bi, code, al, bl); in expand_complex_operations_1()
1658 expand_complex_comparison (gsi, ar, ai, br, bi, code); in expand_complex_operations_1()