/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-stmts.c | 1460 tree new_temp; in vect_init_vector() local 1479 new_temp = make_ssa_name (TREE_TYPE (type)); in vect_init_vector() 1480 init_stmt = gimple_build_assign (new_temp, COND_EXPR, in vect_init_vector() 1483 val = new_temp; in vect_init_vector() 1508 new_temp = vect_get_new_ssa_name (type, vect_simple_var, "cst_"); in vect_init_vector() 1509 init_stmt = gimple_build_assign (new_temp, val); in vect_init_vector() 1511 return new_temp; in vect_init_vector() 3249 tree fndecl, new_temp, rhs_type; in vectorizable_call() local 3556 new_temp = make_ssa_name (vec_dest); in vectorizable_call() 3558 = gimple_build_assign (new_temp, convert_code, in vectorizable_call() [all …]
|
H A D | tree-vect-loop.c | 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() [all …]
|
H A D | tree-vect-data-refs.c | 4736 tree new_temp; in vect_create_data_ref_ptr() local 4857 new_temp = vect_create_addr_base_for_vector_ref (stmt_info, &new_stmt_list, in vect_create_data_ref_ptr() 4870 *initial_address = new_temp; in vect_create_data_ref_ptr() 4871 aggr_ptr_init = new_temp; in vect_create_data_ref_ptr() 5493 tree new_temp; in vect_setup_realignment() local 5592 new_temp = copy_ssa_name (ptr); in vect_setup_realignment() 5594 new_temp = make_ssa_name (TREE_TYPE (ptr)); in vect_setup_realignment() 5598 (new_temp, BIT_AND_EXPR, ptr, in vect_setup_realignment() 5605 = build2 (MEM_REF, TREE_TYPE (vec_dest), new_temp, in vect_setup_realignment() 5609 new_temp = make_ssa_name (vec_dest, new_stmt); in vect_setup_realignment() [all …]
|
H A D | tree-vect-slp.c | 3709 tree new_temp = make_ssa_name (TREE_TYPE (vector_type)); in vect_get_constant_vectors() local 3718 init_stmt = gimple_build_assign (new_temp, COND_EXPR, in vect_get_constant_vectors() 3727 = gimple_build_assign (new_temp, VIEW_CONVERT_EXPR, in vect_get_constant_vectors() 3731 op = new_temp; in vect_get_constant_vectors()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-stmts.cc | 1399 tree new_temp; in vect_init_vector() local 1418 new_temp = make_ssa_name (TREE_TYPE (type)); in vect_init_vector() 1419 init_stmt = gimple_build_assign (new_temp, COND_EXPR, in vect_init_vector() 1422 val = new_temp; in vect_init_vector() 1447 new_temp = vect_get_new_ssa_name (type, vect_simple_var, "cst_"); in vect_init_vector() 1448 init_stmt = gimple_build_assign (new_temp, val); in vect_init_vector() 1450 return new_temp; in vect_init_vector() 3281 tree fndecl, new_temp, rhs_type; in vectorizable_call() local 3645 new_temp = make_ssa_name (vec_dest); in vectorizable_call() 3646 new_stmt = gimple_build_assign (new_temp, convert_code, in vectorizable_call() [all …]
|
H A D | tree-vect-loop.cc | 5043 tree new_temp = vec_def; in vect_create_partial_epilog() local 5057 TYPE_MODE (TREE_TYPE (new_temp)), in vect_create_partial_epilog() 5067 new_temp, TYPE_SIZE (vectype1), in vect_create_partial_epilog() 5074 new_temp, TYPE_SIZE (vectype1), in vect_create_partial_epilog() 5091 etype, new_temp)); in vect_create_partial_epilog() 5093 new_temp = tem; in vect_create_partial_epilog() 5098 new_temp, TYPE_SIZE (eltype), in vect_create_partial_epilog() 5110 new_temp, TYPE_SIZE (eltype), in vect_create_partial_epilog() 5120 new_temp = gimple_build (seq, code, vectype1, dst1, dst2); in vect_create_partial_epilog() 5123 return new_temp; in vect_create_partial_epilog() [all …]
|
H A D | tree-vect-data-refs.cc | 4942 tree new_temp; in vect_create_data_ref_ptr() local 5063 new_temp = vect_create_addr_base_for_vector_ref (vinfo, in vect_create_data_ref_ptr() 5077 *initial_address = new_temp; in vect_create_data_ref_ptr() 5078 aggr_ptr_init = new_temp; in vect_create_data_ref_ptr() 5708 tree new_temp; in vect_setup_realignment() local 5807 new_temp = copy_ssa_name (ptr); in vect_setup_realignment() 5809 new_temp = make_ssa_name (TREE_TYPE (ptr)); in vect_setup_realignment() 5813 (new_temp, BIT_AND_EXPR, ptr, in vect_setup_realignment() 5820 = build2 (MEM_REF, TREE_TYPE (vec_dest), new_temp, in vect_setup_realignment() 5824 new_temp = make_ssa_name (vec_dest, new_stmt); in vect_setup_realignment() [all …]
|
H A D | tree-vect-slp.cc | 6515 tree new_temp = make_ssa_name (TREE_TYPE (vector_type)); in vect_create_constant_vectors() local 6524 init_stmt = gimple_build_assign (new_temp, COND_EXPR, in vect_create_constant_vectors() 6533 = gimple_build_assign (new_temp, VIEW_CONVERT_EXPR, in vect_create_constant_vectors() 6537 op = new_temp; in vect_create_constant_vectors()
|