Home
last modified time | relevance | path

Searched refs:rhs_def_stmt (Results 1 – 16 of 16) sorted by relevance

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-forwprop.c1195 gimple rhs_def_stmt = SSA_NAME_DEF_STMT (gimple_assign_rhs1 (stmt)); in simplify_conversion_from_bitmask() local
1199 if (is_gimple_assign (rhs_def_stmt) in simplify_conversion_from_bitmask()
1200 && gimple_assign_rhs_code (rhs_def_stmt) == BIT_AND_EXPR in simplify_conversion_from_bitmask()
1201 && has_single_use (gimple_assign_lhs (rhs_def_stmt))) in simplify_conversion_from_bitmask()
1203 tree rhs_def_operand1 = gimple_assign_rhs1 (rhs_def_stmt); in simplify_conversion_from_bitmask()
1204 tree rhs_def_operand2 = gimple_assign_rhs2 (rhs_def_stmt); in simplify_conversion_from_bitmask()
1229 si = gsi_for_stmt (rhs_def_stmt); in simplify_conversion_from_bitmask()
1231 release_defs (rhs_def_stmt); in simplify_conversion_from_bitmask()
1261 gimple rhs_def_stmt = SSA_NAME_DEF_STMT (rhs); in simplify_not_neg_expr() local
1264 if (is_gimple_assign (rhs_def_stmt) in simplify_not_neg_expr()
[all …]
H A Dtree-vect-stmts.c6638 gimple rhs_def_stmt = SSA_NAME_DEF_STMT (rhs); in vect_is_simple_cond() local
6640 &rhs_def_stmt, &def, &dt, &vectype2)) in vect_is_simple_cond()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-ssa-dom.c1772 tree rhs_def_stmt = SSA_NAME_DEF_STMT (TREE_OPERAND (rhs, 0)); in simplify_rhs_and_lookup_avail_expr() local
1775 if (TREE_CODE (rhs_def_stmt) == MODIFY_EXPR in simplify_rhs_and_lookup_avail_expr()
1776 && TREE_CODE (TREE_OPERAND (rhs_def_stmt, 1)) == rhs_code) in simplify_rhs_and_lookup_avail_expr()
1780 rhs_def_operand = TREE_OPERAND (TREE_OPERAND (rhs_def_stmt, 1), 0); in simplify_rhs_and_lookup_avail_expr()
1800 tree rhs_def_stmt = SSA_NAME_DEF_STMT (TREE_OPERAND (rhs, 0)); in simplify_rhs_and_lookup_avail_expr() local
1804 if (simple_iv_increment_p (rhs_def_stmt)) in simplify_rhs_and_lookup_avail_expr()
1808 if (TREE_CODE (rhs_def_stmt) == MODIFY_EXPR) in simplify_rhs_and_lookup_avail_expr()
1810 tree rhs_def_rhs = TREE_OPERAND (rhs_def_stmt, 1); in simplify_rhs_and_lookup_avail_expr()
H A Dtree-vect-transform.c1910 tree rhs_def_stmt = SSA_NAME_DEF_STMT (rhs); in vect_is_simple_cond() local
1911 if (!vect_is_simple_use (rhs, loop_vinfo, &rhs_def_stmt, &def, &dt)) in vect_is_simple_cond()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-forwprop.c1162 gimple rhs_def_stmt = SSA_NAME_DEF_STMT (rhs); in simplify_not_neg_expr() local
1165 if (is_gimple_assign (rhs_def_stmt) in simplify_not_neg_expr()
1166 && gimple_assign_rhs_code (rhs_def_stmt) == gimple_assign_rhs_code (stmt)) in simplify_not_neg_expr()
1168 tree rhs_def_operand = gimple_assign_rhs1 (rhs_def_stmt); in simplify_not_neg_expr()
H A Dtree-vect-stmts.c5261 gimple rhs_def_stmt = SSA_NAME_DEF_STMT (rhs); in vect_is_simple_cond() local
5263 &rhs_def_stmt, &def, &dt, &vectype2)) in vect_is_simple_cond()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-forwprop.c1162 gimple rhs_def_stmt = SSA_NAME_DEF_STMT (rhs); in simplify_not_neg_expr() local
1165 if (is_gimple_assign (rhs_def_stmt) in simplify_not_neg_expr()
1166 && gimple_assign_rhs_code (rhs_def_stmt) == gimple_assign_rhs_code (stmt)) in simplify_not_neg_expr()
1168 tree rhs_def_operand = gimple_assign_rhs1 (rhs_def_stmt); in simplify_not_neg_expr()
H A Dtree-vect-stmts.c5214 gimple rhs_def_stmt = SSA_NAME_DEF_STMT (rhs); in vect_is_simple_cond() local
5216 &rhs_def_stmt, &def, &dt, &vectype2)) in vect_is_simple_cond()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-vect-stmts.c7476 gimple *rhs_def_stmt = SSA_NAME_DEF_STMT (rhs); in vect_is_simple_cond() local
7477 if (!vect_is_simple_use (rhs, vinfo, &rhs_def_stmt, &dt, &vectype2)) in vect_is_simple_cond()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-vect-stmts.c7476 gimple *rhs_def_stmt = SSA_NAME_DEF_STMT (rhs); in vect_is_simple_cond() local
7477 if (!vect_is_simple_use (rhs, vinfo, &rhs_def_stmt, &dt, &vectype2)) in vect_is_simple_cond()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-vect-stmts.c8511 gimple *rhs_def_stmt = SSA_NAME_DEF_STMT (rhs); in vect_is_simple_cond() local
8512 if (!vect_is_simple_use (rhs, vinfo, &rhs_def_stmt, &dts[1], &vectype2)) in vect_is_simple_cond()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-stmts.c8513 gimple *rhs_def_stmt = SSA_NAME_DEF_STMT (rhs); in vect_is_simple_cond() local
8514 if (!vect_is_simple_use (rhs, vinfo, &rhs_def_stmt, &dts[1], &vectype2)) in vect_is_simple_cond()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-stmts.c8513 gimple *rhs_def_stmt = SSA_NAME_DEF_STMT (rhs); in vect_is_simple_cond() local
8514 if (!vect_is_simple_use (rhs, vinfo, &rhs_def_stmt, &dts[1], &vectype2)) in vect_is_simple_cond()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-stmts.c8513 gimple *rhs_def_stmt = SSA_NAME_DEF_STMT (rhs); in vect_is_simple_cond() local
8514 if (!vect_is_simple_use (rhs, vinfo, &rhs_def_stmt, &dts[1], &vectype2)) in vect_is_simple_cond()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-stmts.c8513 gimple *rhs_def_stmt = SSA_NAME_DEF_STMT (rhs); in vect_is_simple_cond() local
8514 if (!vect_is_simple_use (rhs, vinfo, &rhs_def_stmt, &dts[1], &vectype2)) in vect_is_simple_cond()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-vect-stmts.c8505 gimple *rhs_def_stmt = SSA_NAME_DEF_STMT (rhs); in vect_is_simple_cond() local
8506 if (!vect_is_simple_use (rhs, vinfo, &rhs_def_stmt, &dts[1], &vectype2)) in vect_is_simple_cond()