| /dflybsd-src/contrib/byacc/ |
| H A D | reader.c | 3260 struct mstring *new_code = msnew(); in process_destructor_XX() local 3270 msprintf(new_code, "(*val)"); in process_destructor_XX() 3272 msprintf(new_code, "(*val).%s", tag); in process_destructor_XX() 3279 mputc(new_code, c); in process_destructor_XX() 3286 mputc(new_code, c); in process_destructor_XX() 3296 return msdone(new_code); in process_destructor_XX() 3304 mputc(new_code, c); in process_destructor_XX() 3310 mputc(new_code, c); in process_destructor_XX() 3318 mputc(new_code, c); in process_destructor_XX() 3323 mputc(new_code, c); in process_destructor_XX() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | combine.c | 5808 enum rtx_code new_code; in combine_simplify_rtx() local 5814 new_code = simplify_comparison (code, &op0, &op1); in combine_simplify_rtx() 5837 && new_code == NE && GET_MODE_CLASS (mode) == MODE_INT in combine_simplify_rtx() 5845 && new_code == NE && GET_MODE_CLASS (mode) == MODE_INT in combine_simplify_rtx() 5858 && new_code == EQ && GET_MODE_CLASS (mode) == MODE_INT in combine_simplify_rtx() 5870 && new_code == EQ && GET_MODE_CLASS (mode) == MODE_INT in combine_simplify_rtx() 5886 && new_code == NE && GET_MODE_CLASS (mode) == MODE_INT in combine_simplify_rtx() 5894 && new_code == NE && GET_MODE_CLASS (mode) == MODE_INT in combine_simplify_rtx() 5906 && new_code == EQ && GET_MODE_CLASS (mode) == MODE_INT in combine_simplify_rtx() 5920 && new_code == EQ && GET_MODE_CLASS (mode) == MODE_INT in combine_simplify_rtx() [all …]
|
| H A D | simplify-rtx.c | 4275 enum rtx_code new_code = reversed_comparison_code (op0, NULL_RTX); in simplify_relational_operation_1() local 4276 if (new_code != UNKNOWN) in simplify_relational_operation_1() 4277 return simplify_gen_relational (new_code, mode, VOIDmode, in simplify_relational_operation_1()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | combine.c | 6169 enum rtx_code new_code; in combine_simplify_rtx() local 6175 new_code = simplify_comparison (code, &op0, &op1); in combine_simplify_rtx() 6198 && new_code == NE in combine_simplify_rtx() 6207 && new_code == NE in combine_simplify_rtx() 6221 && new_code == EQ in combine_simplify_rtx() 6234 && new_code == EQ in combine_simplify_rtx() 6251 && new_code == NE in combine_simplify_rtx() 6260 && new_code == NE in combine_simplify_rtx() 6273 && new_code == EQ in combine_simplify_rtx() 6288 && new_code == EQ in combine_simplify_rtx() [all …]
|
| H A D | gimple-ssa-strength-reduction.c | 3640 replace_rhs_if_not_dup (enum tree_code new_code, tree new_rhs1, tree new_rhs2, in replace_rhs_if_not_dup() argument 3644 if (new_code != old_code in replace_rhs_if_not_dup() 3652 gimple_assign_set_rhs_with_ops (&gsi, new_code, new_rhs1, new_rhs2); in replace_rhs_if_not_dup()
|
| H A D | simplify-rtx.c | 4896 enum rtx_code new_code = reversed_comparison_code (op0, NULL); in simplify_relational_operation_1() local 4897 if (new_code != UNKNOWN) in simplify_relational_operation_1() 4898 return simplify_gen_relational (new_code, mode, VOIDmode, in simplify_relational_operation_1()
|
| H A D | tree-vrp.c | 3217 enum tree_code new_code = ((comp_code == GT_EXPR || comp_code == GE_EXPR) in register_edge_assert_for_2() local 3219 add_assert_info (asserts, name, name, new_code, x); in register_edge_assert_for_2()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
| H A D | i386.c | 22736 enum rtx_code new_code = ix86_fp_swap_condition (code); in ix86_prepare_fp_compare_args() local 22737 if (new_code != UNKNOWN) in ix86_prepare_fp_compare_args() 22740 code = new_code; in ix86_prepare_fp_compare_args() 23560 enum rtx_code new_code; in ix86_expand_int_movcc() local 23570 new_code = reverse_condition_maybe_unordered (code); in ix86_expand_int_movcc() 23573 new_code = ix86_reverse_condition (code, cmp_mode); in ix86_expand_int_movcc() 23574 if (new_code != UNKNOWN) in ix86_expand_int_movcc() 23578 code = new_code; in ix86_expand_int_movcc() 23716 enum rtx_code new_code; in ix86_expand_int_movcc() local 23726 new_code = reverse_condition_maybe_unordered (code); in ix86_expand_int_movcc() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
| H A D | i386.c | 18307 enum rtx_code new_code = ix86_fp_swap_condition (code); in ix86_prepare_fp_compare_args() local 18308 if (new_code != UNKNOWN) in ix86_prepare_fp_compare_args() 18312 code = new_code; in ix86_prepare_fp_compare_args()
|