Lines Matching refs:new_temp
4547 tree new_temp = NULL_TREE, new_name, new_scalar_dest; in vect_create_epilog_for_reduction() local
4984 new_temp = gimple_build (&stmts, VIEW_CONVERT_EXPR, scalar_type, in vect_create_epilog_for_reduction()
4987 scalar_results.safe_push (new_temp); in vect_create_epilog_for_reduction()
5079 new_temp = gimple_build (&stmts, as_combined_fn (reduc_fn), in vect_create_epilog_for_reduction()
5081 new_temp = gimple_convert (&stmts, scalar_type, new_temp); in vect_create_epilog_for_reduction()
5091 tree zcompare = build2 (EQ_EXPR, boolean_type_node, new_temp, in vect_create_epilog_for_reduction()
5096 initial_def, new_temp); in vect_create_epilog_for_reduction()
5098 new_temp = tmp; in vect_create_epilog_for_reduction()
5101 scalar_results.safe_push (new_temp); in vect_create_epilog_for_reduction()
5236 new_temp = new_phi_result; in vect_create_epilog_for_reduction()
5249 TYPE_MODE (TREE_TYPE (new_temp)), in vect_create_epilog_for_reduction()
5259 new_temp, TYPE_SIZE (vectype1), in vect_create_epilog_for_reduction()
5266 new_temp, TYPE_SIZE (vectype1), in vect_create_epilog_for_reduction()
5283 etype, new_temp)); in vect_create_epilog_for_reduction()
5285 new_temp = tem; in vect_create_epilog_for_reduction()
5290 new_temp, TYPE_SIZE (eltype), in vect_create_epilog_for_reduction()
5302 new_temp, TYPE_SIZE (eltype), in vect_create_epilog_for_reduction()
5312 new_temp = make_ssa_name (vectype1); in vect_create_epilog_for_reduction()
5313 epilog_stmt = gimple_build_assign (new_temp, code, dst1, dst2); in vect_create_epilog_for_reduction()
5346 new_temp = gimple_convert (&stmts, vectype1, new_temp); in vect_create_epilog_for_reduction()
5355 new_temp, zero_vec, mask); in vect_create_epilog_for_reduction()
5356 new_temp = gimple_build (&stmts, code, in vect_create_epilog_for_reduction()
5357 vectype1, new_name, new_temp); in vect_create_epilog_for_reduction()
5368 rhs = build3 (BIT_FIELD_REF, scalar_type, new_temp, in vect_create_epilog_for_reduction()
5371 new_temp = make_ssa_name (new_scalar_dest, epilog_stmt); in vect_create_epilog_for_reduction()
5372 gimple_assign_set_lhs (epilog_stmt, new_temp); in vect_create_epilog_for_reduction()
5374 scalar_results.safe_push (new_temp); in vect_create_epilog_for_reduction()
5403 new_temp = gimple_build (&stmts, BIT_FIELD_REF, compute_type, in vect_create_epilog_for_reduction()
5409 scalar_results.safe_push (new_temp); in vect_create_epilog_for_reduction()
5423 new_temp = new_name; in vect_create_epilog_for_reduction()
5427 new_temp = gimple_build (&stmts, code, compute_type, in vect_create_epilog_for_reduction()
5428 new_name, new_temp); in vect_create_epilog_for_reduction()
5456 new_temp = gimple_convert (&stmts, scalar_type, new_temp); in vect_create_epilog_for_reduction()
5457 scalar_results.safe_push (new_temp); in vect_create_epilog_for_reduction()
5470 tree zcompare = build2 (EQ_EXPR, boolean_type_node, new_temp, in vect_create_epilog_for_reduction()
5475 initial_def, new_temp); in vect_create_epilog_for_reduction()
5495 new_temp = gimple_build (&stmts, code, vectype, in vect_create_epilog_for_reduction()
5500 new_temp = scalar_results[0]; in vect_create_epilog_for_reduction()
5503 new_temp = gimple_build (&stmts, code, scalar_type, in vect_create_epilog_for_reduction()
5504 new_temp, adjustment_def); in vect_create_epilog_for_reduction()
5516 scalar_results.quick_push (new_temp); in vect_create_epilog_for_reduction()
5518 scalar_results[0] = new_temp; in vect_create_epilog_for_reduction()
5521 scalar_results[0] = new_temp; in vect_create_epilog_for_reduction()
6923 tree new_temp = NULL_TREE; in vect_transform_reduction() local
7044 new_temp = make_ssa_name (vec_dest, call); in vect_transform_reduction()
7045 gimple_call_set_lhs (call, new_temp); in vect_transform_reduction()
7065 new_temp = make_ssa_name (vec_dest, new_stmt); in vect_transform_reduction()
7066 gimple_assign_set_lhs (new_stmt, new_temp); in vect_transform_reduction()