Home
last modified time | relevance | path

Searched refs:ctor_seq (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-slp.c3621 gimple_seq ctor_seq = NULL; in vect_get_constant_vectors() local
3730 gimple_seq_add_stmt (&ctor_seq, init_stmt); in vect_get_constant_vectors()
3749 vec_cst = gimple_build_vector (&ctor_seq, &elts); in vect_get_constant_vectors()
3753 duplicate_and_interleave (vinfo, &ctor_seq, vector_type, in vect_get_constant_vectors()
3771 if (ctor_seq != NULL) in vect_get_constant_vectors()
3774 gsi_insert_seq_before (&gsi, ctor_seq, GSI_SAME_STMT); in vect_get_constant_vectors()
3775 ctor_seq = NULL; in vect_get_constant_vectors()
H A Dtree-vect-slp.cc6400 gimple_seq ctor_seq = NULL; in vect_create_constant_vectors() local
6490 gimple_seq_add_stmt (&ctor_seq, init_stmt); in vect_create_constant_vectors()
6517 vec_cst = gimple_build_vector (&ctor_seq, &elts); in vect_create_constant_vectors()
6521 duplicate_and_interleave (vinfo, &ctor_seq, vector_type, in vect_create_constant_vectors()
6526 if (!gimple_seq_empty_p (ctor_seq)) in vect_create_constant_vectors()
6534 gsi_insert_seq_before (&gsi, ctor_seq, in vect_create_constant_vectors()
6540 gsi_insert_seq_after (&gsi, ctor_seq, in vect_create_constant_vectors()
6551 = gsi_insert_seq_on_edge_immediate (e, ctor_seq); in vect_create_constant_vectors()
6556 vinfo->insert_seq_on_entry (NULL, ctor_seq); in vect_create_constant_vectors()
6557 ctor_seq = NULL; in vect_create_constant_vectors()
H A Dtree-vect-loop.c4368 gimple_seq ctor_seq = NULL; in get_initial_defs_for_reduction() local
4399 init = gimple_build_vector (&ctor_seq, &elts); in get_initial_defs_for_reduction()
4404 init = gimple_build_vector_from_val (&ctor_seq, vector_type, in get_initial_defs_for_reduction()
4412 init = gimple_build (&ctor_seq, CFN_VEC_SHL_INSERT, in get_initial_defs_for_reduction()
4420 duplicate_and_interleave (vinfo, &ctor_seq, vector_type, elts, in get_initial_defs_for_reduction()
4432 if (ctor_seq != NULL) in get_initial_defs_for_reduction()
4433 gsi_insert_seq_on_edge_immediate (pe, ctor_seq); in get_initial_defs_for_reduction()
H A Dtree-vect-loop.cc4844 gimple_seq ctor_seq = NULL; in get_initial_defs_for_reduction() local
4870 init = gimple_build_vector (&ctor_seq, &elts); in get_initial_defs_for_reduction()
4875 init = gimple_build_vector_from_val (&ctor_seq, vector_type, in get_initial_defs_for_reduction()
4883 init = gimple_build (&ctor_seq, CFN_VEC_SHL_INSERT, in get_initial_defs_for_reduction()
4891 duplicate_and_interleave (loop_vinfo, &ctor_seq, vector_type, in get_initial_defs_for_reduction()
4903 if (ctor_seq != NULL) in get_initial_defs_for_reduction()
4904 vect_emit_reduction_init_stmts (loop_vinfo, reduc_info, ctor_seq); in get_initial_defs_for_reduction()
H A DChangeLog-201936537 going through a temporary. Postpone insertion of ctor_seq to
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-slp.c3621 gimple_seq ctor_seq = NULL; in vect_get_constant_vectors() local
3730 gimple_seq_add_stmt (&ctor_seq, init_stmt); in vect_get_constant_vectors()
3749 vec_cst = gimple_build_vector (&ctor_seq, &elts); in vect_get_constant_vectors()
3753 duplicate_and_interleave (vinfo, &ctor_seq, vector_type, in vect_get_constant_vectors()
3771 if (ctor_seq != NULL) in vect_get_constant_vectors()
3774 gsi_insert_seq_before (&gsi, ctor_seq, GSI_SAME_STMT); in vect_get_constant_vectors()
3775 ctor_seq = NULL; in vect_get_constant_vectors()
H A Dtree-vect-loop.c4368 gimple_seq ctor_seq = NULL; in get_initial_defs_for_reduction() local
4399 init = gimple_build_vector (&ctor_seq, &elts); in get_initial_defs_for_reduction()
4404 init = gimple_build_vector_from_val (&ctor_seq, vector_type, in get_initial_defs_for_reduction()
4412 init = gimple_build (&ctor_seq, CFN_VEC_SHL_INSERT, in get_initial_defs_for_reduction()
4420 duplicate_and_interleave (vinfo, &ctor_seq, vector_type, elts, in get_initial_defs_for_reduction()
4432 if (ctor_seq != NULL) in get_initial_defs_for_reduction()
4433 gsi_insert_seq_on_edge_immediate (pe, ctor_seq); in get_initial_defs_for_reduction()