Home
last modified time | relevance | path

Searched refs:orig_code (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddojump.cc1117 enum rtx_code first_code, orig_code = code; in do_compare_rtx_and_jump() local
1125 else if ((orig_code == EQ || orig_code == NE) in do_compare_rtx_and_jump()
1129 code = orig_code == EQ ? ORDERED : UNORDERED; in do_compare_rtx_and_jump()
1199 if (orig_code == NE && can_compare_p (UNEQ, mode, ccp_jump)) in do_compare_rtx_and_jump()
H A Dgimple-ssa-strength-reduction.cc3683 enum tree_code orig_code, repl_code; in replace_one_candidate() local
3686 orig_code = gimple_assign_rhs_code (c->cand_stmt); in replace_one_candidate()
3728 orig_code, orig_rhs1, orig_rhs2, in replace_one_candidate()
3748 orig_code, orig_rhs1, orig_rhs2, in replace_one_candidate()
3763 if (orig_code != MINUS_EXPR in replace_one_candidate()
3843 enum tree_code orig_code = gimple_assign_rhs_code (c->cand_stmt); in replace_profitable_candidates() local
3852 && orig_code != SSA_NAME in replace_profitable_candidates()
3853 && !CONVERT_EXPR_CODE_P (orig_code)) in replace_profitable_candidates()
H A Dtree-parloops.cc465 enum tree_code orig_code, code; in parloops_is_simple_reduction() local
628 code = orig_code = gimple_assign_rhs_code (def_stmt); in parloops_is_simple_reduction()
789 if (! nested_in_vect_loop && orig_code != MINUS_EXPR) in parloops_is_simple_reduction()
842 && orig_code != MINUS_EXPR in parloops_is_simple_reduction()
H A Dtree-vect-loop.cc7030 code_helper orig_code = STMT_VINFO_REDUC_CODE (phi_info); in vectorizable_reduction() local
7031 STMT_VINFO_REDUC_CODE (reduc_info) = orig_code; in vectorizable_reduction()
7049 else if (needs_fold_left_reduction_p (op.type, orig_code)) in vectorizable_reduction()
7064 else if (!commutative_binary_op_p (orig_code, op.type) in vectorizable_reduction()
7065 || !associative_binary_op_p (orig_code, op.type)) in vectorizable_reduction()
7091 ? fold_left_reduction_fn (orig_code, &reduc_fn) in vectorizable_reduction()
7092 : reduction_fn_for_scalar_code (orig_code, &reduc_fn)) in vectorizable_reduction()
7151 orig_code, initial_value); in vectorizable_reduction()
H A Dtree-vect-patterns.cc1363 tree_code orig_code, tree_code wide_code, in vect_recog_widen_op_pattern() argument
1370 if (!vect_widened_op_tree (vinfo, last_stmt_info, orig_code, orig_code, in vect_recog_widen_op_pattern()
1389 if (orig_code == MINUS_EXPR in vect_recog_widen_op_pattern()
H A Doptabs.cc4902 enum rtx_code orig_code = comp.code; in emit_conditional_move() local
4962 comp.code = orig_code; in emit_conditional_move()
4964 reversed_comparison_code_parts (orig_code, comp.op0, comp.op1, in emit_conditional_move()
7604 enum rtx_code orig_code = code; in expand_atomic_fetch_op() local
7632 code = orig_code; in expand_atomic_fetch_op()
H A Dtree-vect-stmts.cc6031 enum tree_code code, orig_code; in vectorizable_operation() local
6067 orig_code = code = gimple_assign_rhs_code (stmt); in vectorizable_operation()
6387 if (orig_code == POINTER_DIFF_EXPR) in vectorizable_operation()
10610 tree_code orig_code = cond.code; in vectorizable_condition() local
10624 cond.code = orig_code; in vectorizable_condition()
H A Dcombine.cc10492 enum rtx_code orig_code = code; in simplify_shift_const_1() local
11231 && orig_code == code && orig_count == count in simplify_shift_const_1()
11257 if (orig_code == LSHIFTRT && result_mode != shift_mode) in simplify_shift_const_1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-strength-reduction.c3684 enum tree_code orig_code, repl_code; in replace_one_candidate() local
3687 orig_code = gimple_assign_rhs_code (c->cand_stmt); in replace_one_candidate()
3729 orig_code, orig_rhs1, orig_rhs2, in replace_one_candidate()
3749 orig_code, orig_rhs1, orig_rhs2, in replace_one_candidate()
3764 if (orig_code != MINUS_EXPR in replace_one_candidate()
3844 enum tree_code orig_code = gimple_assign_rhs_code (c->cand_stmt); in replace_profitable_candidates() local
3853 && orig_code != SSA_NAME in replace_profitable_candidates()
3854 && !CONVERT_EXPR_CODE_P (orig_code)) in replace_profitable_candidates()
H A Dtree-parloops.c465 enum tree_code orig_code, code; in parloops_is_simple_reduction() local
628 code = orig_code = gimple_assign_rhs_code (def_stmt); in parloops_is_simple_reduction()
789 if (! nested_in_vect_loop && orig_code != MINUS_EXPR) in parloops_is_simple_reduction()
842 && orig_code != MINUS_EXPR in parloops_is_simple_reduction()
H A Dtree-vect-loop.c6449 enum tree_code orig_code = STMT_VINFO_REDUC_CODE (phi_info); in vectorizable_reduction() local
6450 STMT_VINFO_REDUC_CODE (reduc_info) = orig_code; in vectorizable_reduction()
6462 if (needs_fold_left_reduction_p (scalar_type, orig_code)) in vectorizable_reduction()
6477 else if (!commutative_tree_code (orig_code) in vectorizable_reduction()
6478 || !associative_tree_code (orig_code)) in vectorizable_reduction()
6504 ? fold_left_reduction_fn (orig_code, &reduc_fn) in vectorizable_reduction()
6505 : reduction_fn_for_scalar_code (orig_code, &reduc_fn)) in vectorizable_reduction()
6560 (slp_node_instance->reduc_phis, vectype_out, orig_code, in vectorizable_reduction()
H A Doptabs.c4401 enum rtx_code orig_code = code; in emit_conditional_move() local
4466 code = orig_code; in emit_conditional_move()
4467 else if ((reversed = reversed_comparison_code_parts (orig_code, op0, op1, in emit_conditional_move()
7110 enum rtx_code orig_code = code; in expand_atomic_fetch_op() local
7138 code = orig_code; in expand_atomic_fetch_op()
H A Dtree-vect-patterns.c1205 tree_code orig_code, tree_code wide_code, in vect_recog_widen_op_pattern() argument
1213 if (!vect_widened_op_tree (last_stmt_info, orig_code, orig_code, in vect_recog_widen_op_pattern()
H A Dtree-vect-stmts.c5965 enum tree_code code, orig_code; in vectorizable_operation() local
6002 orig_code = code = gimple_assign_rhs_code (stmt); in vectorizable_operation()
6251 if (orig_code == POINTER_DIFF_EXPR) in vectorizable_operation()
H A Dcombine.c10619 enum rtx_code orig_code = code; in simplify_shift_const_1() local
11358 && orig_code == code && orig_count == count in simplify_shift_const_1()
11384 if (orig_code == LSHIFTRT && result_mode != shift_mode) in simplify_shift_const_1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c7417 enum built_in_function orig_code = DECL_FUNCTION_CODE (function); in resolve_overloaded_builtin() local
7418 switch (orig_code) in resolve_overloaded_builtin()
7477 switch (orig_code) in resolve_overloaded_builtin()
7485 orig_code = BUILT_IN_ATOMIC_EXCHANGE_N; in resolve_overloaded_builtin()
7496 orig_code = BUILT_IN_ATOMIC_COMPARE_EXCHANGE_N; in resolve_overloaded_builtin()
7505 orig_code = BUILT_IN_ATOMIC_LOAD_N; in resolve_overloaded_builtin()
7514 orig_code = BUILT_IN_ATOMIC_STORE_N; in resolve_overloaded_builtin()
7563 (orig_code != BUILT_IN_SYNC_BOOL_COMPARE_AND_SWAP_N in resolve_overloaded_builtin()
7564 && orig_code != BUILT_IN_SYNC_VAL_COMPARE_AND_SWAP_N in resolve_overloaded_builtin()
7565 && orig_code != BUILT_IN_SYNC_LOCK_TEST_AND_SET_N in resolve_overloaded_builtin()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc7849 enum built_in_function orig_code = DECL_FUNCTION_CODE (function); in resolve_overloaded_builtin() local
7850 switch (orig_code) in resolve_overloaded_builtin()
7909 switch (orig_code) in resolve_overloaded_builtin()
7917 orig_code = BUILT_IN_ATOMIC_EXCHANGE_N; in resolve_overloaded_builtin()
7928 orig_code = BUILT_IN_ATOMIC_COMPARE_EXCHANGE_N; in resolve_overloaded_builtin()
7937 orig_code = BUILT_IN_ATOMIC_LOAD_N; in resolve_overloaded_builtin()
7946 orig_code = BUILT_IN_ATOMIC_STORE_N; in resolve_overloaded_builtin()
7995 (orig_code != BUILT_IN_SYNC_BOOL_COMPARE_AND_SWAP_N in resolve_overloaded_builtin()
7996 && orig_code != BUILT_IN_SYNC_VAL_COMPARE_AND_SWAP_N in resolve_overloaded_builtin()
7997 && orig_code != BUILT_IN_SYNC_LOCK_TEST_AND_SET_N in resolve_overloaded_builtin()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dalpha.cc3228 alpha_emit_xfloating_cvt (enum rtx_code orig_code, rtx operands[]) in alpha_emit_xfloating_cvt() argument
3233 enum rtx_code code = orig_code; in alpha_emit_xfloating_cvt()
3259 gen_rtx_fmt_e (orig_code, in alpha_emit_xfloating_cvt()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/
H A Dalpha.c3223 alpha_emit_xfloating_cvt (enum rtx_code orig_code, rtx operands[]) in alpha_emit_xfloating_cvt() argument
3228 enum rtx_code code = orig_code; in alpha_emit_xfloating_cvt()
3254 gen_rtx_fmt_e (orig_code, in alpha_emit_xfloating_cvt()