Home
last modified time | relevance | path

Searched refs:lhs2 (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-tail-merge.cc1126 tree lhs1, lhs2; in gimple_equal_p() local
1158 lhs2 = gimple_get_lhs (s2); in gimple_equal_p()
1159 if (lhs1 == NULL_TREE && lhs2 == NULL_TREE) in gimple_equal_p()
1161 if (lhs1 == NULL_TREE || lhs2 == NULL_TREE) in gimple_equal_p()
1163 if (TREE_CODE (lhs1) == SSA_NAME && TREE_CODE (lhs2) == SSA_NAME) in gimple_equal_p()
1164 return tail_merge_valueize (lhs1) == tail_merge_valueize (lhs2); in gimple_equal_p()
1165 return operand_equal_p (lhs1, lhs2, 0); in gimple_equal_p()
1172 lhs2 = gimple_get_lhs (s2); in gimple_equal_p()
1174 && TREE_CODE (lhs2) != SSA_NAME) in gimple_equal_p()
1175 return (operand_equal_p (lhs1, lhs2, 0) in gimple_equal_p()
[all …]
Dgimple-ssa-split-paths.cc190 tree lhs2 = gimple_assign_lhs (stmt2); in is_feasible_trace() local
196 && gimple_phi_arg_def (phi, 1) == lhs2) in is_feasible_trace()
198 && gimple_phi_arg_def (phi, 0) == lhs2)) in is_feasible_trace()
Dtree-ssa-forwprop.cc1498 tree lhs2 = gimple_call_lhs (stmt2), lhsc = lhs2; in simplify_builtin_call() local
1504 if (ndecl == NULL_TREE || !single_imm_use (lhs2, &use_p, &use_stmt)) in simplify_builtin_call()
1514 != TYPE_PRECISION (TREE_TYPE (lhs2))) in simplify_builtin_call()
1519 lhsc = lhs2; in simplify_builtin_call()
1542 tree a = fold_convert (TREE_TYPE (lhs2), arg); in simplify_builtin_call()
1543 tree o = fold_convert (TREE_TYPE (lhs2), in simplify_builtin_call()
1591 tree a = fold_convert (TREE_TYPE (lhs2), arg); in simplify_builtin_call()
1592 o = fold_convert (TREE_TYPE (lhs2), o); in simplify_builtin_call()
1636 == TYPE_PRECISION (TREE_TYPE (lhs2)))) in simplify_builtin_call()
1657 tree new_lhs = make_ssa_name (TREE_TYPE (lhs2)); in simplify_builtin_call()
[all …]
Dtree-ssa-dom.cc1053 tree lhs2 = gimple_get_lhs (use_stmt); in back_propagate_equivalences() local
1054 if (!lhs2 || TREE_CODE (lhs2) != SSA_NAME) in back_propagate_equivalences()
1096 record_equality (lhs2, res, const_and_copies); in back_propagate_equivalences()
Dtree-ssa-phiopt.cc2404 tree lhs2 = gimple_cond_lhs (cond2); in spaceship_replacement() local
2406 if (lhs2 == lhs1) in spaceship_replacement()
2446 else if (lhs2 == rhs1) in spaceship_replacement()
2459 tree lhs3 = lhs2; in spaceship_replacement()
2493 if ((lhs2 == lhs1) in spaceship_replacement()
Dread-rtl-function.cc1833 rtx lhs2 = XEXP (src2, 0); in test_loading_dump_fragment_2() local
1834 ASSERT_EQ (lhs1, lhs2); in test_loading_dump_fragment_2()
Dgimple-fold.cc6951 tree lhs2 = (tree)XALLOCA (tree_ssa_name); in maybe_fold_comparisons_from_match_pd() local
6952 memset (lhs2, 0, sizeof (tree_ssa_name)); in maybe_fold_comparisons_from_match_pd()
6953 TREE_SET_CODE (lhs2, SSA_NAME); in maybe_fold_comparisons_from_match_pd()
6954 TREE_TYPE (lhs2) = type; in maybe_fold_comparisons_from_match_pd()
6955 init_ssa_name_imm_use (lhs2); in maybe_fold_comparisons_from_match_pd()
6958 gimple_assign_set_lhs (stmt2, lhs2); in maybe_fold_comparisons_from_match_pd()
6972 else if (res == lhs2) in maybe_fold_comparisons_from_match_pd()
6982 if (op0 == lhs1 || op0 == lhs2 || op1 == lhs1 || op1 == lhs2) in maybe_fold_comparisons_from_match_pd()
Dtree-ssa-sccvn.cc4420 gcond *cond2, tree lhs2, tree rhs2, bool *inverted_p) in cond_stmts_equal_p() argument
4429 std::swap (lhs2, rhs2); in cond_stmts_equal_p()
4430 else if (code1 == invert_tree_comparison (code2, HONOR_NANS (lhs2))) in cond_stmts_equal_p()
4433 (swap_tree_comparison (code2), HONOR_NANS (lhs2))) in cond_stmts_equal_p()
4435 std::swap (lhs2, rhs2); in cond_stmts_equal_p()
4441 return ((expressions_equal_p (lhs1, lhs2) in cond_stmts_equal_p()
4445 && expressions_equal_p (rhs1, lhs2))); in cond_stmts_equal_p()
DChangeLog-201234474 don't. Return true only if lhs1 and lhs2 are either both NULL, or
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dfrv.cpu9093 conv lhs1 rhs1 lhs2 rhs2 res max min sie)
9096 (media-multiply-semantics conv lhs2 rhs2 tmp2)
9102 conv lhs1 rhs1 lhs2 rhs2 res max min sie)
9105 (media-multiply-semantics conv lhs2 rhs2 tmp2)
/netbsd/src/external/gpl3/binutils/dist/cpu/
Dfrv.cpu9093 conv lhs1 rhs1 lhs2 rhs2 res max min sie)
9096 (media-multiply-semantics conv lhs2 rhs2 tmp2)
9102 conv lhs1 rhs1 lhs2 rhs2 res max min sie)
9105 (media-multiply-semantics conv lhs2 rhs2 tmp2)