Home
last modified time | relevance | path

Searched refs:gimple_build_vector_from_val (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-fold.h130 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 Dtree-vect-loop.c4274 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 Dtree-ssa-forwprop.c2587 orig[1] = gimple_build_vector_from_val (&stmts, UNKNOWN_LOCATION, in simplify_vector_constructor()
H A Dtree-vect-slp.c3536 pieces[i] = gimple_build_vector_from_val (seq, new_vector_type, t); in duplicate_and_interleave()
H A Dgimple-fold.c7702 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 Dgimple-fold.h141 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 Dtree-vect-loop.cc4761 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 Dtree-ssa-forwprop.cc3105 orig[1] = gimple_build_vector_from_val (&stmts, UNKNOWN_LOCATION, in simplify_vector_constructor()
H A Dtree-vect-slp.cc6367 pieces[i] = gimple_build_vector_from_val (seq, new_vector_type, t); in duplicate_and_interleave()
H A Dgimple-fold.cc8956 gimple_build_vector_from_val (gimple_seq *seq, location_t loc, tree type, in gimple_build_vector_from_val() function
H A DChangeLog-201715068 * gimple-fold.h (gimple_build_vector_from_val): Declare, and provide
15071 * gimple-fold.c (gimple_build_vector_from_val): New function.
H A DChangeLog-201835061 (gimple_build_vector_from_val): Use VEC_DUPLICATE_EXPR when
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc2554 value = gimple_build_vector_from_val (&stmts, vectype, value); in force_vector()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc2555 value = gimple_build_vector_from_val (&stmts, vectype, value); in force_vector()