Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-fold.h129 extern tree gimple_build_vector_from_val (gimple_seq *, location_t, tree,
132 gimple_build_vector_from_val (gimple_seq *seq, tree type, tree op) in gimple_build_vector_from_val() function
134 return gimple_build_vector_from_val (seq, UNKNOWN_LOCATION, type, op); in gimple_build_vector_from_val()
H A Dtree-vect-loop.c4486 init_def = gimple_build_vector_from_val (&stmts, vectype, in get_initial_def_for_reduction()
4524 init_def = gimple_build_vector_from_val (&stmts, vectype, init_val); in get_initial_def_for_reduction()
4631 init = gimple_build_vector_from_val (&ctor_seq, vector_type, in get_initial_defs_for_reduction()
4692 neutral_vec = gimple_build_vector_from_val in get_initial_defs_for_reduction()
5510 vector_identity = gimple_build_vector_from_val (&seq, vectype, in vect_create_epilog_for_reduction()
5522 vector_identity = gimple_build_vector_from_val (&seq, vectype, in vect_create_epilog_for_reduction()
8004 tree base_vec = gimple_build_vector_from_val (&stmts, vectype, in vectorizable_induction()
8006 tree step_vec = gimple_build_vector_from_val (&stmts, vectype, in vectorizable_induction()
H A Dtree-vect-slp.c3441 pieces[i] = gimple_build_vector_from_val (seq, new_vector_type, t); in duplicate_and_interleave()
H A Dgimple-fold.c7314 gimple_build_vector_from_val (gimple_seq *seq, location_t loc, tree type, in gimple_build_vector_from_val() function