Home
last modified time | relevance | path

Searched refs:and_stmt (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-niter.cc2731 gimple *and_stmt = SSA_NAME_DEF_STMT (gimple_cond_lhs (stmt)); in number_of_iterations_popcount() local
2735 if (gimple_code (and_stmt) == GIMPLE_PHI in number_of_iterations_popcount()
2736 && gimple_bb (and_stmt) == loop->header in number_of_iterations_popcount()
2737 && gimple_phi_num_args (and_stmt) == 2 in number_of_iterations_popcount()
2738 && (TREE_CODE (gimple_phi_arg_def (and_stmt, in number_of_iterations_popcount()
2746 tree t = gimple_phi_arg_def (and_stmt, loop_latch_edge (loop)->dest_idx); in number_of_iterations_popcount()
2747 and_stmt = SSA_NAME_DEF_STMT (t); in number_of_iterations_popcount()
2752 if (!is_gimple_assign (and_stmt) in number_of_iterations_popcount()
2753 || gimple_assign_rhs_code (and_stmt) != BIT_AND_EXPR) in number_of_iterations_popcount()
2756 tree b_11 = gimple_assign_rhs1 (and_stmt); in number_of_iterations_popcount()
[all …]
H A Dtree-vect-loop-manip.cc3225 gimple *and_stmt; in vect_create_cond_for_align_checks() local
3288 and_stmt = gimple_build_assign (and_tmp_name, BIT_AND_EXPR, in vect_create_cond_for_align_checks()
3290 gimple_seq_add_stmt (cond_expr_stmt_list, and_stmt); in vect_create_cond_for_align_checks()
H A Dtree-vect-stmts.cc1860 gimple *and_stmt = gimple_build_assign (and_res, BIT_AND_EXPR, in prepare_vec_mask() local
1863 gsi_insert_before (gsi, and_stmt, GSI_SAME_STMT); in prepare_vec_mask()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-niter.c2626 gimple *and_stmt = SSA_NAME_DEF_STMT (gimple_cond_lhs (stmt)); in number_of_iterations_popcount() local
2630 if (gimple_code (and_stmt) == GIMPLE_PHI in number_of_iterations_popcount()
2631 && gimple_bb (and_stmt) == loop->header in number_of_iterations_popcount()
2632 && gimple_phi_num_args (and_stmt) == 2 in number_of_iterations_popcount()
2633 && (TREE_CODE (gimple_phi_arg_def (and_stmt, in number_of_iterations_popcount()
2641 tree t = gimple_phi_arg_def (and_stmt, loop_latch_edge (loop)->dest_idx); in number_of_iterations_popcount()
2642 and_stmt = SSA_NAME_DEF_STMT (t); in number_of_iterations_popcount()
2647 if (!is_gimple_assign (and_stmt) in number_of_iterations_popcount()
2648 || gimple_assign_rhs_code (and_stmt) != BIT_AND_EXPR) in number_of_iterations_popcount()
2651 tree b_11 = gimple_assign_rhs1 (and_stmt); in number_of_iterations_popcount()
[all …]
H A Dtree-vect-loop-manip.c3088 gimple *and_stmt; in vect_create_cond_for_align_checks() local
3148 and_stmt = gimple_build_assign (and_tmp_name, BIT_AND_EXPR, in vect_create_cond_for_align_checks()
3150 gimple_seq_add_stmt (cond_expr_stmt_list, and_stmt); in vect_create_cond_for_align_checks()
H A Dtree-vect-stmts.c1990 gimple *and_stmt = gimple_build_assign (and_res, BIT_AND_EXPR, in prepare_load_store_mask() local
1992 gsi_insert_before (gsi, and_stmt, GSI_SAME_STMT); in prepare_load_store_mask()