/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dojump.cc | 1117 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 D | gimple-ssa-strength-reduction.cc | 3683 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 D | tree-parloops.cc | 465 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 D | tree-vect-loop.cc | 7030 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 D | tree-vect-patterns.cc | 1363 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 D | optabs.cc | 4902 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 D | tree-vect-stmts.cc | 6031 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 D | combine.cc | 10492 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 D | gimple-ssa-strength-reduction.c | 3684 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 D | tree-parloops.c | 465 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 D | tree-vect-loop.c | 6449 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 D | optabs.c | 4401 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 D | tree-vect-patterns.c | 1205 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 D | tree-vect-stmts.c | 5965 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 D | combine.c | 10619 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 D | c-common.c | 7417 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 D | c-common.cc | 7849 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 D | alpha.cc | 3228 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 D | alpha.c | 3223 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()
|