Searched refs:vec_num (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-vect-stmts.cc | 3614 unsigned int vec_num = vec_oprnds0.length (); in vectorizable_call() local 3617 vargs[varg++] = vect_get_loop_mask (gsi, masks, vec_num, in vectorizable_call() 3655 unsigned int vec_num = vec_oprnds0.length (); in vectorizable_call() local 3658 tree mask = vect_get_loop_mask (gsi, masks, vec_num, in vectorizable_call() 6043 int ncopies, vec_num; in vectorizable_operation() local 6214 vec_num = SLP_TREE_NUMBER_OF_VEC_STMTS (slp_node); in vectorizable_operation() 6219 vec_num = 1; in vectorizable_operation() 6328 vect_record_loop_mask (loop_vinfo, masks, ncopies * vec_num, in vectorizable_operation() 6460 tree mask = vect_get_loop_mask (gsi, masks, vec_num * ncopies, in vectorizable_operation() 6502 mask = vect_get_loop_mask (gsi, masks, vec_num * ncopies, in vectorizable_operation() [all …]
|
| D | tree-vect-loop.cc | 5278 unsigned vec_num; in vect_create_epilog_for_reduction() local 5282 vec_num = SLP_TREE_VEC_STMTS (slp_node_instance->reduc_phis).length (); in vect_create_epilog_for_reduction() 5288 vec_num = 1; in vect_create_epilog_for_reduction() 5429 reduc_inputs.create (slp_node ? vec_num : ncopies); in vect_create_epilog_for_reduction() 5430 for (unsigned i = 0; i < vec_num; i++) in vect_create_epilog_for_reduction() 6081 && vec_num == 1) in vect_create_epilog_for_reduction() 6315 int vec_num = vec_oprnds0.length (); in vectorize_fold_left_reduction() local 6316 gcc_assert (vec_num == 1 || slp_node); in vectorize_fold_left_reduction() 6332 mask = vect_get_loop_mask (gsi, masks, vec_num, vectype_in, i); in vectorize_fold_left_reduction() 6362 if (i != vec_num - 1) in vectorize_fold_left_reduction() [all …]
|
| D | tree-vect-slp.cc | 6443 unsigned int vec_num, i; in vect_create_constant_vectors() local 6617 vec_num = voprnds.length (); in vect_create_constant_vectors() 6618 for (j = vec_num; j != 0; j--) in vect_create_constant_vectors() 6629 for (i = 0; SLP_TREE_VEC_DEFS (op_node).iterate (i, &vop) && i < vec_num; in vect_create_constant_vectors()
|
| D | ChangeLog-2021 | 32649 * tree-vect-stmts.c (vectorizable_condition): Remove shadow vec_num
|