Home
last modified time | relevance | path

Searched refs:vec_stmt (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-stmts.c3134 if (! vec_stmt) in vectorizable_bswap()
3357 if (vec_stmt) in vectorizable_call()
4044 && !vec_stmt in vectorizable_simd_clone_call()
4858 if (vec_stmt) in vectorizable_conversion()
5621 if (vec_stmt) in vectorizable_shift()
5791 || (!vec_stmt in vectorizable_shift()
5800 if (!vec_stmt in vectorizable_shift()
6088 if (vec_stmt) in vectorizable_operation()
10173 if (!vec_stmt) in vectorizable_condition()
11146 if (vec_stmt in vect_transform_stmt()
[all …]
H A Dtree-vect-stmts.cc3174 if (! vec_stmt) in vectorizable_bswap()
3298 && ! vec_stmt) in vectorizable_call()
3389 if (vec_stmt) in vectorizable_call()
4004 && ! vec_stmt) in vectorizable_simd_clone_call()
4116 && !vec_stmt in vectorizable_simd_clone_call()
4882 && ! vec_stmt) in vectorizable_conversion()
4970 if (vec_stmt) in vectorizable_conversion()
5673 if (vec_stmt) in vectorizable_shift()
6156 if (vec_stmt) in vectorizable_operation()
10512 if (!vec_stmt) in vectorizable_condition()
[all …]
H A Dtree-vect-loop.cc6274 gimple **vec_stmt, slp_tree slp_node, in vectorize_fold_left_reduction() argument
6406 *vec_stmt = new_stmt; in vectorize_fold_left_reduction()
7457 gimple **vec_stmt, slp_tree slp_node) in vect_transform_reduction() argument
7894 *vec_stmt = new_phi; in vect_transform_cycle_phi()
8108 gimple **vec_stmt, slp_tree slp_node, in vectorizable_induction() argument
8675 *vec_stmt = induction_phi; in vectorizable_induction()
8893 gimple *vec_stmt; in vectorizable_live_operation() local
8900 vec_lhs = gimple_get_lhs (vec_stmt); in vectorizable_live_operation()
8910 vec_lhs = gimple_get_lhs (vec_stmt); in vectorizable_live_operation()
9027 if (is_a <gphi *> (vec_stmt)) in vectorizable_live_operation()
[all …]
H A Dtree-vect-loop.c4645 gimple *vec_stmt = STMT_VINFO_VEC_STMT (cond_info)->stmt; in vect_create_epilog_for_reduction() local
5730 stmt_vec_info *vec_stmt, slp_tree slp_node, in vectorize_fold_left_reduction() argument
6858 stmt_vec_info *vec_stmt, slp_tree slp_node) in vect_transform_reduction() argument
6943 (stmt_info, gsi, vec_stmt, slp_node, reduc_def_phi, code, in vect_transform_reduction()
7079 STMT_VINFO_VEC_STMT (stmt_info) = *vec_stmt = new_stmt_info; in vect_transform_reduction()
7245 STMT_VINFO_VEC_STMT (stmt_info) = *vec_stmt = new_phi_info; in vect_transform_cycle_phi()
7272 if (!vec_stmt) /* transformation not required. */ in vectorizable_lc_phi()
7374 stmt_vec_info *vec_stmt, slp_tree slp_node, in vectorizable_induction() argument
7489 if (!vec_stmt) /* transformation not required. */ in vectorizable_induction()
8086 if (gphi *phi = dyn_cast <gphi *> (vec_stmt)) in vectorizable_live_operation()
[all …]
H A DChangeLog-201815189 (vectorize_fold_left_reduction): Change vec_stmt from a gimple stmt
15200 (vectorizable_comparison, can_vectorize_live_stmts): Change vec_stmt
H A DChangeLog-201446761 has been in some EH region and vec_stmt could throw, add
46762 vec_stmt into the same EH region.
H A DChangeLog-200532669 the new vec_stmt.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-stmts.c3134 if (! vec_stmt) in vectorizable_bswap()
3357 if (vec_stmt) in vectorizable_call()
4044 && !vec_stmt in vectorizable_simd_clone_call()
4858 if (vec_stmt) in vectorizable_conversion()
5621 if (vec_stmt) in vectorizable_shift()
5791 || (!vec_stmt in vectorizable_shift()
5800 if (!vec_stmt in vectorizable_shift()
6088 if (vec_stmt) in vectorizable_operation()
10173 if (!vec_stmt) in vectorizable_condition()
11146 if (vec_stmt in vect_transform_stmt()
[all …]
H A Dtree-vect-loop.c4645 gimple *vec_stmt = STMT_VINFO_VEC_STMT (cond_info)->stmt; in vect_create_epilog_for_reduction() local
5730 stmt_vec_info *vec_stmt, slp_tree slp_node, in vectorize_fold_left_reduction() argument
6858 stmt_vec_info *vec_stmt, slp_tree slp_node) in vect_transform_reduction() argument
6943 (stmt_info, gsi, vec_stmt, slp_node, reduc_def_phi, code, in vect_transform_reduction()
7079 STMT_VINFO_VEC_STMT (stmt_info) = *vec_stmt = new_stmt_info; in vect_transform_reduction()
7245 STMT_VINFO_VEC_STMT (stmt_info) = *vec_stmt = new_phi_info; in vect_transform_cycle_phi()
7272 if (!vec_stmt) /* transformation not required. */ in vectorizable_lc_phi()
7374 stmt_vec_info *vec_stmt, slp_tree slp_node, in vectorizable_induction() argument
7489 if (!vec_stmt) /* transformation not required. */ in vectorizable_induction()
8086 if (gphi *phi = dyn_cast <gphi *> (vec_stmt)) in vectorizable_live_operation()
[all …]