Lines Matching defs:stmts
782 this pass that might walk SSA_NAME def stmts,
921 gimple_seq stmts = NULL;
927 rr = gimple_build (&stmts, loc, code, inner_type, ar, br);
934 ri = gimple_build (&stmts, loc, MINUS_EXPR, inner_type, ai, bi);
941 rr = gimple_build (&stmts, loc, MINUS_EXPR, inner_type, ar, br);
949 ri = gimple_build (&stmts, loc, code, inner_type, ai, bi);
953 rr = gimple_build (&stmts, loc, code, inner_type, ar, br);
959 ri = gimple_build (&stmts, loc, code, inner_type, ai, bi);
965 rr = gimple_build (&stmts, loc, code, inner_type, ar, br);
973 ri = gimple_build (&stmts, loc, code, inner_type, ai, bi);
978 rr = gimple_build (&stmts, loc, code, inner_type, ar, br);
979 ri = gimple_build (&stmts, loc, code, inner_type, ai, bi);
986 gsi_insert_seq_before (gsi, stmts, GSI_SAME_STMT);
1067 expand_complex_multiplication_components (gimple_seq *stmts, location_t loc,
1074 t1 = gimple_build (stmts, loc, MULT_EXPR, type, ar, br);
1075 t2 = gimple_build (stmts, loc, MULT_EXPR, type, ai, bi);
1076 t3 = gimple_build (stmts, loc, MULT_EXPR, type, ar, bi);
1083 t4 = gimple_build (stmts, loc, MULT_EXPR, type, ai, br);
1085 *rr = gimple_build (stmts, loc, MINUS_EXPR, type, t1, t2);
1086 *ri = gimple_build (stmts, loc, PLUS_EXPR, type, t3, t4);
1101 gimple_seq stmts = NULL;
1114 rr = gimple_build (&stmts, loc, MULT_EXPR, inner_type, ar, br);
1124 ri = gimple_build (&stmts, loc, MULT_EXPR, inner_type, ai, br);
1128 rr = gimple_build (&stmts, loc, MULT_EXPR, inner_type, ai, bi);
1129 rr = gimple_build (&stmts, loc, NEGATE_EXPR, inner_type, rr);
1134 rr = gimple_build (&stmts, loc, MULT_EXPR, inner_type, ar, br);
1135 ri = gimple_build (&stmts, loc, MULT_EXPR, inner_type, ai, br);
1139 rr = gimple_build (&stmts, loc, MULT_EXPR, inner_type, ai, bi);
1140 rr = gimple_build (&stmts, loc, NEGATE_EXPR, inner_type, rr);
1141 ri = gimple_build (&stmts, loc, MULT_EXPR, inner_type, ar, bi);
1162 expand_complex_multiplication_components (&stmts, loc, inner_type,
1174 expand_complex_multiplication_components (&stmts, loc,
1177 gsi_insert_seq_before (gsi, stmts, GSI_SAME_STMT);
1178 stmts = NULL;
1228 expand_complex_multiplication_components (&stmts, loc,
1237 gsi_insert_seq_before (gsi, stmts, GSI_SAME_STMT);
1253 gimple_seq stmts = NULL;
1257 t1 = gimple_build (&stmts, loc, MULT_EXPR, inner_type, br, br);
1258 t2 = gimple_build (&stmts, loc, MULT_EXPR, inner_type, bi, bi);
1259 div = gimple_build (&stmts, loc, PLUS_EXPR, inner_type, t1, t2);
1261 t1 = gimple_build (&stmts, loc, MULT_EXPR, inner_type, ar, br);
1262 t2 = gimple_build (&stmts, loc, MULT_EXPR, inner_type, ai, bi);
1263 t3 = gimple_build (&stmts, loc, PLUS_EXPR, inner_type, t1, t2);
1264 rr = gimple_build (&stmts, loc, code, inner_type, t3, div);
1266 t1 = gimple_build (&stmts, loc, MULT_EXPR, inner_type, ai, br);
1267 t2 = gimple_build (&stmts, loc, MULT_EXPR, inner_type, ar, bi);
1268 t3 = gimple_build (&stmts, loc, MINUS_EXPR, inner_type, t1, t2);
1269 ri = gimple_build (&stmts, loc, code, inner_type, t3, div);
1271 gsi_insert_seq_before (gsi, stmts, GSI_SAME_STMT);
1288 gimple_seq stmts = NULL;
1292 t1 = gimple_build (&stmts, loc, ABS_EXPR, inner_type, br);
1293 t2 = gimple_build (&stmts, loc, ABS_EXPR, inner_type, bi);
1294 compare = gimple_build (&stmts, loc,
1304 gsi_insert_seq_before (gsi, stmts, GSI_SAME_STMT);
1305 stmts = NULL;
1345 gimple_seq_discard (stmts);
1346 stmts = NULL;
1364 ratio = gimple_build (&stmts, loc, code, inner_type, br, bi);
1366 t1 = gimple_build (&stmts, loc, MULT_EXPR, inner_type, br, ratio);
1367 div = gimple_build (&stmts, loc, PLUS_EXPR, inner_type, t1, bi);
1369 t1 = gimple_build (&stmts, loc, MULT_EXPR, inner_type, ar, ratio);
1370 tr = gimple_build (&stmts, loc, PLUS_EXPR, inner_type, t1, ai);
1372 t1 = gimple_build (&stmts, loc, MULT_EXPR, inner_type, ai, ratio);
1373 ti = gimple_build (&stmts, loc, MINUS_EXPR, inner_type, t1, ar);
1375 tr = gimple_build (&stmts, loc, code, inner_type, tr, div);
1376 ti = gimple_build (&stmts, loc, code, inner_type, ti, div);
1377 gsi_insert_seq_before (gsi, stmts, GSI_SAME_STMT);
1378 stmts = NULL;
1405 ratio = gimple_build (&stmts, loc, code, inner_type, bi, br);
1407 t1 = gimple_build (&stmts, loc, MULT_EXPR, inner_type, bi, ratio);
1408 div = gimple_build (&stmts, loc, PLUS_EXPR, inner_type, t1, br);
1410 t1 = gimple_build (&stmts, loc, MULT_EXPR, inner_type, ai, ratio);
1411 tr = gimple_build (&stmts, loc, PLUS_EXPR, inner_type, t1, ar);
1413 t1 = gimple_build (&stmts, loc, MULT_EXPR, inner_type, ar, ratio);
1414 ti = gimple_build (&stmts, loc, MINUS_EXPR, inner_type, ai, t1);
1416 tr = gimple_build (&stmts, loc, code, inner_type, tr, div);
1417 ti = gimple_build (&stmts, loc, code, inner_type, ti, div);
1418 gsi_insert_seq_before (gsi, stmts, GSI_SAME_STMT);
1419 stmts = NULL;
1448 gimple_seq stmts = NULL;
1455 rr = gimple_build (&stmts, loc, code, inner_type, ar, br);
1461 ri = gimple_build (&stmts, loc, code, inner_type, ar, bi);
1462 ri = gimple_build (&stmts, loc, NEGATE_EXPR, inner_type, ri);
1467 ri = gimple_build (&stmts, loc, code, inner_type, ai, br);
1471 rr = gimple_build (&stmts, loc, code, inner_type, ai, bi);
1476 rr = gimple_build (&stmts, loc, code, inner_type, ar, br);
1477 ri = gimple_build (&stmts, loc, code, inner_type, ai, br);
1481 rr = gimple_build (&stmts, loc, code, inner_type, ai, bi);
1482 ri = gimple_build (&stmts, loc, code, inner_type, ar, bi);
1483 ri = gimple_build (&stmts, loc, NEGATE_EXPR, inner_type, ri);
1518 gsi_insert_seq_before (gsi, stmts, GSI_SAME_STMT);
1531 gimple_seq stmts = NULL;
1534 rr = gimple_build (&stmts, loc, NEGATE_EXPR, inner_type, ar);
1535 ri = gimple_build (&stmts, loc, NEGATE_EXPR, inner_type, ai);
1537 gsi_insert_seq_before (gsi, stmts, GSI_SAME_STMT);
1550 gimple_seq stmts = NULL;
1553 ri = gimple_build (&stmts, loc, NEGATE_EXPR, inner_type, ai);
1555 gsi_insert_seq_before (gsi, stmts, GSI_SAME_STMT);
1567 gimple_seq stmts = NULL;
1570 cr = gimple_build (&stmts, loc, code, boolean_type_node, ar, br);
1571 ci = gimple_build (&stmts, loc, code, boolean_type_node, ai, bi);
1572 cc = gimple_build (&stmts, loc,
1575 gsi_insert_seq_before (gsi, stmts, GSI_SAME_STMT);