Searched refs:vec_def (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-vect-loop.cc | 5037 vect_create_partial_epilog (tree vec_def, tree vectype, code_helper code, in vect_create_partial_epilog() argument 5040 unsigned nunits = TYPE_VECTOR_SUBPARTS (TREE_TYPE (vec_def)).to_constant (); in vect_create_partial_epilog() 5043 tree new_temp = vec_def; in vect_create_partial_epilog() 8107 tree vec_def; in vectorizable_induction() local 8416 vec_def = gimple_convert (&stmts, step_vectype, induc_def); in vectorizable_induction() 8417 vec_def = gimple_build (&stmts, in vectorizable_induction() 8418 PLUS_EXPR, step_vectype, vec_def, up); in vectorizable_induction() 8419 vec_def = gimple_convert (&stmts, vectype, vec_def); in vectorizable_induction() 8421 add_phi_arg (induction_phi, vec_def, loop_latch_edge (iv_loop), in vectorizable_induction() 8429 vec_def = gimple_convert (&init_stmts, step_vectype, vec_init); in vectorizable_induction() [all …]
|
| H A D | tree-vect-slp.cc | 7560 tree vec_def = vec_defs[0]; in vectorize_slp_instance_root_stmt() local 7562 vec_def = gimple_build (&epilogue, reduc_code, TREE_TYPE (vec_def), in vectorize_slp_instance_root_stmt() 7563 vec_def, vec_defs[i]); in vectorize_slp_instance_root_stmt() 7571 TREE_TYPE (TREE_TYPE (vec_def)), vec_def); in vectorize_slp_instance_root_stmt()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-vect-loop.c | 7382 tree vec_def; in vectorizable_induction() local 7615 vec_def = gimple_convert (&stmts, step_vectype, induc_def); in vectorizable_induction() 7616 vec_def = gimple_build (&stmts, in vectorizable_induction() 7617 PLUS_EXPR, step_vectype, vec_def, vec_step); in vectorizable_induction() 7618 vec_def = gimple_convert (&stmts, vectype, vec_def); in vectorizable_induction() 7619 loop_vinfo->add_stmt (SSA_NAME_DEF_STMT (vec_def)); in vectorizable_induction() 7624 add_phi_arg (induction_phi, vec_def, loop_latch_edge (iv_loop), in vectorizable_induction() 7809 vec_def = gimple_convert (&stmts, step_vectype, induc_def); in vectorizable_induction() 7810 vec_def = gimple_build (&stmts, PLUS_EXPR, step_vectype, vec_def, vec_step); in vectorizable_induction() 7811 vec_def = gimple_convert (&stmts, vectype, vec_def); in vectorizable_induction() [all …]
|