/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-stmts.cc | 1469 tree op, vec<tree> *vec_oprnds, tree vectype) in vect_get_vec_defs_for_operand() argument 1487 vec_oprnds->create (ncopies); in vect_get_vec_defs_for_operand() 1504 vec_oprnds->quick_push (vop); in vect_get_vec_defs_for_operand() 1511 vec_oprnds->quick_push (gimple_get_lhs in vect_get_vec_defs_for_operand() 3199 vec<tree> vec_oprnds = vNULL; in vectorizable_bswap() local 3201 op, &vec_oprnds); in vectorizable_bswap() 3205 FOR_EACH_VEC_ELT (vec_oprnds, i, vop) in vectorizable_bswap() 3229 vec_oprnds.release (); in vectorizable_bswap() 4301 auto_vec<vec<tree> > vec_oprnds; in vectorizable_simd_clone_call() local 4303 vec_oprnds.safe_grow_cleared (nargs, true); in vectorizable_simd_clone_call() [all …]
|
H A D | tree-vect-loop.cc | 4800 vec<tree> *vec_oprnds, in get_initial_defs_for_reduction() argument 4883 elts, number_of_vectors, *vec_oprnds); in get_initial_defs_for_reduction() 4886 vec_oprnds->quick_push (init); in get_initial_defs_for_reduction() 7933 auto_vec<tree> vec_oprnds; in vectorizable_lc_phi() local 7936 gimple_phi_arg_def (stmt_info->stmt, 0), &vec_oprnds); in vectorizable_lc_phi() 7937 for (unsigned i = 0; i < vec_oprnds.length (); i++) in vectorizable_lc_phi() 7941 add_phi_arg (new_phi, vec_oprnds[i], e, UNKNOWN_LOCATION); in vectorizable_lc_phi() 8026 auto_vec<tree> vec_oprnds; in vectorizable_phi() local 8027 vect_get_slp_defs (SLP_TREE_CHILDREN (slp_node)[i], &vec_oprnds); in vectorizable_phi() 8030 new_phis.create (vec_oprnds.length ()); in vectorizable_phi() [all …]
|
H A D | tree-vect-slp.cc | 6666 slp_tree slp_node, vec<vec<tree> > *vec_oprnds, unsigned n) in vect_get_slp_defs() 6676 vec_oprnds->quick_push (vec_defs); in vect_get_slp_defs()
|
H A D | ChangeLog-2021 | 35133 vec_oprnds before possibly gathering them again.
|
H A D | ChangeLog-2012 | 13471 vec_oprnds.
|
H A D | ChangeLog-2010 | 14078 (vectorizable_store): Free vec_oprnds if allocated.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-stmts.c | 3151 vec<tree> vec_oprnds = vNULL; in vectorizable_bswap() local 3158 vect_get_vec_defs (op, NULL, stmt_info, &vec_oprnds, NULL, slp_node); in vectorizable_bswap() 3160 vect_get_vec_defs_for_stmt_copy (vinfo, &vec_oprnds, NULL); in vectorizable_bswap() 3165 FOR_EACH_VEC_ELT (vec_oprnds, i, vop) in vectorizable_bswap() 3196 vec_oprnds.release (); in vectorizable_bswap() 4579 vec<tree> *vec_oprnds, int multi_step_cvt) in vect_get_loop_based_defs() argument 4592 vec_oprnds->quick_push (vec_oprnd); in vect_get_loop_based_defs() 4596 vec_oprnds->quick_push (vec_oprnd); in vect_get_loop_based_defs() 4603 vect_get_loop_based_defs (oprnd, stmt_info, vec_oprnds, in vect_get_loop_based_defs() 4613 vect_create_vectorized_demotion_stmts (vec<tree> *vec_oprnds, in vect_create_vectorized_demotion_stmts() argument [all …]
|
H A D | tree-vect-slp.c | 3606 vec<tree> *vec_oprnds) in vect_get_constant_vectors() argument 3648 vec_oprnds->create (number_of_vectors); in vect_get_constant_vectors() 3793 vec_oprnds->quick_push (vop); in vect_get_constant_vectors() 3800 while (number_of_vectors > vec_oprnds->length ()) in vect_get_constant_vectors() 3809 vec_oprnds->quick_push (neutral_vec); in vect_get_constant_vectors() 3813 for (i = 0; vec_oprnds->iterate (i, &vop) && i < vec_num; i++) in vect_get_constant_vectors() 3814 vec_oprnds->quick_push (vop); in vect_get_constant_vectors() 3824 vect_get_slp_vect_defs (slp_tree slp_node, vec<tree> *vec_oprnds) in vect_get_slp_vect_defs() argument 3832 vec_oprnds->quick_push (gimple_get_lhs (vec_def_stmt_info->stmt)); in vect_get_slp_vect_defs() 3844 vect_get_slp_defs (slp_tree slp_node, vec<vec<tree> > *vec_oprnds, unsigned n) in vect_get_slp_defs() argument [all …]
|
H A D | tree-vect-loop.c | 4321 vec<tree> *vec_oprnds, in get_initial_defs_for_reduction() argument 4379 else if (((vec_oprnds->length () + 1) * nunits in get_initial_defs_for_reduction() 4421 number_of_vectors, *vec_oprnds); in get_initial_defs_for_reduction() 4424 vec_oprnds->quick_push (init); in get_initial_defs_for_reduction() 7283 vec<tree> vec_oprnds = vNULL; in vectorizable_lc_phi() local 7285 stmt_info, &vec_oprnds, NULL, slp_node); in vectorizable_lc_phi() 7289 gcc_assert (vec_oprnds.length () == vec_num); in vectorizable_lc_phi() 7294 add_phi_arg (new_phi, vec_oprnds[i], e, UNKNOWN_LOCATION); in vectorizable_lc_phi() 7306 vect_get_vec_defs_for_stmt_copy (loop_vinfo, &vec_oprnds, NULL); in vectorizable_lc_phi() 7309 add_phi_arg (new_phi, vec_oprnds[0], e, UNKNOWN_LOCATION); in vectorizable_lc_phi() [all …]
|