Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dtree-vect-transform.c1144 enum tree_code code, orig_code, epilog_reduc_code = 0; in vectorizable_reduction() local
1298 orig_code = TREE_CODE (TREE_OPERAND (orig_stmt, 1)); in vectorizable_reduction()
1306 orig_code = code; in vectorizable_reduction()
1309 if (!reduction_code_for_scalar_code (orig_code, &epilog_reduc_code)) in vectorizable_reduction()
H A Dc-common.c6366 enum built_in_function orig_code = DECL_FUNCTION_CODE (function); in resolve_overloaded_builtin() local
6381 switch (orig_code) in resolve_overloaded_builtin()
6406 new_function = built_in_decls[orig_code + exact_log2 (n) + 1]; in resolve_overloaded_builtin()
6411 if (orig_code != BUILT_IN_BOOL_COMPARE_AND_SWAP_N in resolve_overloaded_builtin()
6412 && orig_code != BUILT_IN_LOCK_RELEASE_N) in resolve_overloaded_builtin()
H A Dcombine.c8539 enum rtx_code orig_code = code; in simplify_shift_const_1() local
9203 && orig_code == code && orig_count == count in simplify_shift_const_1()
9228 if (orig_code == LSHIFTRT && result_mode != shift_mode) in simplify_shift_const_1()
H A Dfold-const.c5047 enum tree_code orig_code = code; in fold_truthop() local
5142 if (code != orig_code || lhs != orig_lhs || rhs != orig_rhs) in fold_truthop()
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dalpha.c3221 alpha_emit_xfloating_cvt (enum rtx_code orig_code, rtx operands[]) in alpha_emit_xfloating_cvt() argument
3226 enum rtx_code code = orig_code; in alpha_emit_xfloating_cvt()
3252 gen_rtx_fmt_e (orig_code, in alpha_emit_xfloating_cvt()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcombine.c9276 enum rtx_code orig_code = code; local
9975 if (orig_code == LSHIFTRT && result_mode != shift_mode)