Home
last modified time | relevance | path

Searched refs:cr_index_vector_type (Results 1 – 18 of 18) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-vect-loop.c5390 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
5808 cr_index_vector_type = build_vector_type in vectorizable_reduction()
5812 optab = optab_for_tree_code (REDUC_MAX_EXPR, cr_index_vector_type, in vectorizable_reduction()
5814 if (optab_handler (optab, TYPE_MODE (cr_index_vector_type)) in vectorizable_reduction()
6128 tree series_vect = build_vector (cr_index_vector_type, vtemp); in vectorizable_reduction()
6132 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vectorizable_reduction()
6146 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vectorizable_reduction()
6149 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vectorizable_reduction()
6177 tree index_cond_expr = build3 (VEC_COND_EXPR, cr_index_vector_type, in vectorizable_reduction()
6180 cond_name = make_ssa_name (cr_index_vector_type); in vectorizable_reduction()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-vect-loop.c5390 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
5808 cr_index_vector_type = build_vector_type in vectorizable_reduction()
5812 optab = optab_for_tree_code (REDUC_MAX_EXPR, cr_index_vector_type, in vectorizable_reduction()
5814 if (optab_handler (optab, TYPE_MODE (cr_index_vector_type)) in vectorizable_reduction()
6128 tree series_vect = build_vector (cr_index_vector_type, vtemp); in vectorizable_reduction()
6132 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vectorizable_reduction()
6146 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vectorizable_reduction()
6149 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vectorizable_reduction()
6177 tree index_cond_expr = build3 (VEC_COND_EXPR, cr_index_vector_type, in vectorizable_reduction()
6180 cond_name = make_ssa_name (cr_index_vector_type); in vectorizable_reduction()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-vect-loop.c4925 tree cr_index_vector_type = build_vector_type in vect_create_epilog_for_reduction() local
4933 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction()
4937 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction()
4951 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction()
4954 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4975 tree index_cond_expr = build3 (VEC_COND_EXPR, cr_index_vector_type, in vect_create_epilog_for_reduction()
4978 induction_index = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4984 STMT_VINFO_VECTYPE (index_vec_info) = cr_index_vector_type; in vect_create_epilog_for_reduction()
6443 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
7090 cr_index_vector_type = build_vector_type (cr_index_scalar_type, in vectorizable_reduction()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-loop.c4924 tree cr_index_vector_type = build_vector_type in vect_create_epilog_for_reduction() local
4932 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction()
4936 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction()
4950 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction()
4953 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4974 tree index_cond_expr = build3 (VEC_COND_EXPR, cr_index_vector_type, in vect_create_epilog_for_reduction()
4977 induction_index = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4983 STMT_VINFO_VECTYPE (index_vec_info) = cr_index_vector_type; in vect_create_epilog_for_reduction()
6442 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
7089 cr_index_vector_type = build_vector_type (cr_index_scalar_type, in vectorizable_reduction()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-loop.c4924 tree cr_index_vector_type = build_vector_type in vect_create_epilog_for_reduction() local
4932 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction()
4936 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction()
4950 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction()
4953 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4974 tree index_cond_expr = build3 (VEC_COND_EXPR, cr_index_vector_type, in vect_create_epilog_for_reduction()
4977 induction_index = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4983 STMT_VINFO_VECTYPE (index_vec_info) = cr_index_vector_type; in vect_create_epilog_for_reduction()
6442 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
7089 cr_index_vector_type = build_vector_type (cr_index_scalar_type, in vectorizable_reduction()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-vect-loop.c4585 tree cr_index_vector_type = build_vector_type in vect_create_epilog_for_reduction() local
4593 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction()
4597 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction()
4611 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction()
4614 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4634 tree index_cond_expr = build3 (VEC_COND_EXPR, cr_index_vector_type, in vect_create_epilog_for_reduction()
4637 induction_index = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4642 STMT_VINFO_VECTYPE (index_vec_info) = cr_index_vector_type; in vect_create_epilog_for_reduction()
6083 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
6738 cr_index_vector_type = build_vector_type (cr_index_scalar_type, in vectorizable_reduction()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-loop.c4924 tree cr_index_vector_type = build_vector_type in vect_create_epilog_for_reduction() local
4932 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction()
4936 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction()
4950 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction()
4953 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4974 tree index_cond_expr = build3 (VEC_COND_EXPR, cr_index_vector_type, in vect_create_epilog_for_reduction()
4977 induction_index = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4983 STMT_VINFO_VECTYPE (index_vec_info) = cr_index_vector_type; in vect_create_epilog_for_reduction()
6442 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
7089 cr_index_vector_type = build_vector_type (cr_index_scalar_type, in vectorizable_reduction()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-loop.c4924 tree cr_index_vector_type = build_vector_type in vect_create_epilog_for_reduction() local
4932 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction()
4936 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction()
4950 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction()
4953 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4974 tree index_cond_expr = build3 (VEC_COND_EXPR, cr_index_vector_type, in vect_create_epilog_for_reduction()
4977 induction_index = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4983 STMT_VINFO_VECTYPE (index_vec_info) = cr_index_vector_type; in vect_create_epilog_for_reduction()
6442 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
7089 cr_index_vector_type = build_vector_type (cr_index_scalar_type, in vectorizable_reduction()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-vect-loop.c4969 tree cr_index_vector_type = build_vector_type in vect_create_epilog_for_reduction() local
4977 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction()
4981 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction()
4995 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction()
4998 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
5019 tree index_cond_expr = build3 (VEC_COND_EXPR, cr_index_vector_type, in vect_create_epilog_for_reduction()
5022 induction_index = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
5028 STMT_VINFO_VECTYPE (index_vec_info) = cr_index_vector_type; in vect_create_epilog_for_reduction()
6487 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
7131 cr_index_vector_type = build_vector_type (cr_index_scalar_type, in vectorizable_reduction()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-vect-loop.c4585 tree cr_index_vector_type = build_vector_type in vect_create_epilog_for_reduction() local
4593 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction()
4597 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction()
4611 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction()
4614 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4634 tree index_cond_expr = build3 (VEC_COND_EXPR, cr_index_vector_type, in vect_create_epilog_for_reduction()
4637 induction_index = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4642 STMT_VINFO_VECTYPE (index_vec_info) = cr_index_vector_type; in vect_create_epilog_for_reduction()
6083 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
6738 cr_index_vector_type = build_vector_type (cr_index_scalar_type, in vectorizable_reduction()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-vect-loop.c4557 tree cr_index_vector_type = build_vector_type in vect_create_epilog_for_reduction() local
4565 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction()
4569 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction()
4583 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction()
4586 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4606 tree index_cond_expr = build3 (VEC_COND_EXPR, cr_index_vector_type, in vect_create_epilog_for_reduction()
4609 induction_index = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4614 STMT_VINFO_VECTYPE (index_vec_info) = cr_index_vector_type; in vect_create_epilog_for_reduction()
6055 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
6707 cr_index_vector_type = build_vector_type (cr_index_scalar_type, in vectorizable_reduction()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-vect-loop.c4655 tree cr_index_vector_type = get_related_vectype_for_scalar_type in vect_create_epilog_for_reduction() local
4664 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction()
4668 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction()
4682 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction()
4685 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4704 cr_index_vector_type, in vect_create_epilog_for_reduction()
4709 cr_index_vector_type, in vect_create_epilog_for_reduction()
4716 STMT_VINFO_VECTYPE (index_vec_info) = cr_index_vector_type; in vect_create_epilog_for_reduction()
6031 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
6526 cr_index_vector_type = build_vector_type (cr_index_scalar_type, in vectorizable_reduction()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-vect-loop.c4600 tree cr_index_vector_type = get_related_vectype_for_scalar_type in vect_create_epilog_for_reduction() local
4609 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction()
4613 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction()
4627 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction()
4630 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4649 cr_index_vector_type, in vect_create_epilog_for_reduction()
4654 cr_index_vector_type, in vect_create_epilog_for_reduction()
4661 STMT_VINFO_VECTYPE (index_vec_info) = cr_index_vector_type; in vect_create_epilog_for_reduction()
5976 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
6471 cr_index_vector_type = build_vector_type (cr_index_scalar_type, in vectorizable_reduction()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-vect-loop.c4655 tree cr_index_vector_type = get_related_vectype_for_scalar_type in vect_create_epilog_for_reduction() local
4664 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction()
4668 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction()
4682 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction()
4685 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
4704 cr_index_vector_type, in vect_create_epilog_for_reduction()
4709 cr_index_vector_type, in vect_create_epilog_for_reduction()
4716 STMT_VINFO_VECTYPE (index_vec_info) = cr_index_vector_type; in vect_create_epilog_for_reduction()
6031 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
6526 cr_index_vector_type = build_vector_type (cr_index_scalar_type, in vectorizable_reduction()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-vect-loop.c5221 tree cr_index_vector_type = get_related_vectype_for_scalar_type in vect_create_epilog_for_reduction() local
5230 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction()
5234 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction()
5248 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction()
5251 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
5269 cr_index_vector_type, in vect_create_epilog_for_reduction()
5274 cr_index_vector_type, in vect_create_epilog_for_reduction()
6462 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
6992 cr_index_vector_type = get_same_sized_vectype (cr_index_scalar_type, in vectorizable_reduction()
6995 if (direct_internal_fn_supported_p (IFN_REDUC_MAX, cr_index_vector_type, in vectorizable_reduction()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-vect-loop.c5109 tree cr_index_vector_type = get_related_vectype_for_scalar_type in vect_create_epilog_for_reduction() local
5118 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction()
5122 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction()
5136 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction()
5139 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
5157 cr_index_vector_type, in vect_create_epilog_for_reduction()
5162 cr_index_vector_type, in vect_create_epilog_for_reduction()
6473 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
7006 cr_index_vector_type = get_same_sized_vectype (cr_index_scalar_type, in vectorizable_reduction()
7009 if (direct_internal_fn_supported_p (IFN_REDUC_MAX, cr_index_vector_type, in vectorizable_reduction()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-vect-loop.c5109 tree cr_index_vector_type = get_related_vectype_for_scalar_type in vect_create_epilog_for_reduction() local
5118 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction()
5122 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction()
5136 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction()
5139 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
5157 cr_index_vector_type, in vect_create_epilog_for_reduction()
5162 cr_index_vector_type, in vect_create_epilog_for_reduction()
6473 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
7006 cr_index_vector_type = get_same_sized_vectype (cr_index_scalar_type, in vectorizable_reduction()
7009 if (direct_internal_fn_supported_p (IFN_REDUC_MAX, cr_index_vector_type, in vectorizable_reduction()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-vect-loop.c5109 tree cr_index_vector_type = get_related_vectype_for_scalar_type in vect_create_epilog_for_reduction() local
5118 tree series_vect = build_index_vector (cr_index_vector_type, 1, 1); in vect_create_epilog_for_reduction()
5122 tree vec_step = build_vector_from_val (cr_index_vector_type, step); in vect_create_epilog_for_reduction()
5136 tree vec_zero = build_vector_from_val (cr_index_vector_type, zero); in vect_create_epilog_for_reduction()
5139 tree new_phi_tree = make_ssa_name (cr_index_vector_type); in vect_create_epilog_for_reduction()
5157 cr_index_vector_type, in vect_create_epilog_for_reduction()
5162 cr_index_vector_type, in vect_create_epilog_for_reduction()
6473 tree cr_index_scalar_type = NULL_TREE, cr_index_vector_type = NULL_TREE; in vectorizable_reduction() local
7006 cr_index_vector_type = get_same_sized_vectype (cr_index_scalar_type, in vectorizable_reduction()
7009 if (direct_internal_fn_supported_p (IFN_REDUC_MAX, cr_index_vector_type, in vectorizable_reduction()