/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-fold.h | 130 extern tree gimple_build_vector_from_val (gimple_seq *, location_t, tree, 133 gimple_build_vector_from_val (gimple_seq *seq, tree type, tree op) in gimple_build_vector_from_val() function 135 return gimple_build_vector_from_val (seq, UNKNOWN_LOCATION, type, op); in gimple_build_vector_from_val()
|
H A D | tree-vect-loop.c | 4274 init_def = gimple_build_vector_from_val (&stmts, vectype, in get_initial_def_for_reduction() 4280 init_def = gimple_build_vector_from_val (&stmts, vectype, in get_initial_def_for_reduction() 4301 init_def = gimple_build_vector_from_val (&stmts, vectype, init_val); in get_initial_def_for_reduction() 4404 init = gimple_build_vector_from_val (&ctor_seq, vector_type, in get_initial_defs_for_reduction() 5144 vector_identity = gimple_build_vector_from_val (&seq, vectype, in vect_create_epilog_for_reduction() 5158 vector_identity = gimple_build_vector_from_val (&seq, vectype, in vect_create_epilog_for_reduction() 7737 tree base_vec = gimple_build_vector_from_val (&stmts, step_vectype, in vectorizable_induction() 7739 tree step_vec = gimple_build_vector_from_val (&stmts, step_vectype, in vectorizable_induction()
|
H A D | tree-ssa-forwprop.c | 2587 orig[1] = gimple_build_vector_from_val (&stmts, UNKNOWN_LOCATION, in simplify_vector_constructor()
|
H A D | tree-vect-slp.c | 3536 pieces[i] = gimple_build_vector_from_val (seq, new_vector_type, t); in duplicate_and_interleave()
|
H A D | gimple-fold.c | 7702 gimple_build_vector_from_val (gimple_seq *seq, location_t loc, tree type, in gimple_build_vector_from_val() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-fold.h | 141 extern tree gimple_build_vector_from_val (gimple_seq *, location_t, tree, 144 gimple_build_vector_from_val (gimple_seq *seq, tree type, tree op) in gimple_build_vector_from_val() function 146 return gimple_build_vector_from_val (seq, UNKNOWN_LOCATION, type, op); in gimple_build_vector_from_val()
|
H A D | tree-vect-loop.cc | 4761 init_def = gimple_build_vector_from_val (&stmts, vectype, neutral_op); in get_initial_def_for_reduction() 4771 init_def = gimple_build_vector_from_val (&stmts, vectype, in get_initial_def_for_reduction() 4866 init = gimple_build_vector_from_val (&ctor_seq, vector_type, in get_initial_defs_for_reduction() 5794 vector_identity = gimple_build_vector_from_val (&seq, vectype, in vect_create_epilog_for_reduction() 5806 vector_identity = gimple_build_vector_from_val (&seq, vectype, in vect_create_epilog_for_reduction() 8362 peel_mul = gimple_build_vector_from_val (&init_stmts, in vectorizable_induction() 8592 tree base_vec = gimple_build_vector_from_val (&stmts, step_vectype, in vectorizable_induction() 8594 tree step_vec = gimple_build_vector_from_val (&stmts, step_vectype, in vectorizable_induction()
|
H A D | tree-ssa-forwprop.cc | 3105 orig[1] = gimple_build_vector_from_val (&stmts, UNKNOWN_LOCATION, in simplify_vector_constructor()
|
H A D | tree-vect-slp.cc | 6367 pieces[i] = gimple_build_vector_from_val (seq, new_vector_type, t); in duplicate_and_interleave()
|
H A D | gimple-fold.cc | 8956 gimple_build_vector_from_val (gimple_seq *seq, location_t loc, tree type, in gimple_build_vector_from_val() function
|
H A D | ChangeLog-2017 | 15068 * gimple-fold.h (gimple_build_vector_from_val): Declare, and provide 15071 * gimple-fold.c (gimple_build_vector_from_val): New function.
|
H A D | ChangeLog-2018 | 35061 (gimple_build_vector_from_val): Use VEC_DUPLICATE_EXPR when
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins.cc | 2554 value = gimple_build_vector_from_val (&stmts, vectype, value); in force_vector()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins.cc | 2555 value = gimple_build_vector_from_val (&stmts, vectype, value); in force_vector()
|