/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree.def | 23 tcc_binary, and tcc_statement nodes, which use struct tree_exp, the 554 DEFTREECODE (VEC_SERIES_EXPR, "vec_series_expr", tcc_binary, 2) 690 DEFTREECODE (PLUS_EXPR, "plus_expr", tcc_binary, 2) 691 DEFTREECODE (MINUS_EXPR, "minus_expr", tcc_binary, 2) 692 DEFTREECODE (MULT_EXPR, "mult_expr", tcc_binary, 2) 696 DEFTREECODE (POINTER_PLUS_EXPR, "pointer_plus_expr", tcc_binary, 2) 704 DEFTREECODE (POINTER_DIFF_EXPR, "pointer_diff_expr", tcc_binary, 2) 708 DEFTREECODE (MULT_HIGHPART_EXPR, "mult_highpart_expr", tcc_binary, 2) 711 DEFTREECODE (TRUNC_DIV_EXPR, "trunc_div_expr", tcc_binary, 2) 714 DEFTREECODE (CEIL_DIV_EXPR, "ceil_div_expr", tcc_binary, 2) [all …]
|
H A D | tree-dump.c | 317 case tcc_binary: in dequeue_and_dump()
|
H A D | fold-const.c | 1704 if (TREE_CODE_CLASS (code) != tcc_binary) in const_binop() 3159 case tcc_binary: in operand_equal_p() 3574 tclass = tcc_binary; in twoval_comparison_p() 3581 case tcc_binary: in twoval_comparison_p() 3651 tclass = tcc_binary; in eval_subst() 3660 case tcc_binary: in eval_subst() 4814 if (TREE_CODE_CLASS (code) == tcc_binary in make_range() 6186 if (TREE_CODE_CLASS (tcode) == tcc_binary) in extract_muldiv_1() 9109 case tcc_binary: in tree_expr_nonzero_warnv_p() 9352 if (TREE_CODE_CLASS (code) == tcc_binary in fold_binary_loc() [all …]
|
H A D | tree-core.h | 236 tcc_binary, /* A binary arithmetic expression. */ enumerator
|
H A D | tree-ssa-operands.c | 870 if (codeclass == tcc_binary || codeclass == tcc_comparison) in get_expr_operands()
|
H A D | tree-ssa-propagate.c | 487 case tcc_binary: in valid_gimple_rhs_p()
|
H A D | tree.c | 460 case tcc_binary: in tree_node_structure_for_code() 844 case tcc_binary: /* a binary arithmetic expression */ in tree_code_size() 956 case tcc_binary: /* a binary arithmetic expression */ in get_stats_node_kind() 3699 case tcc_binary: in contains_placeholder_p() 3922 case tcc_binary: in find_placeholder_in_expr() 4011 case tcc_binary: in substitute_in_expr() 4205 case tcc_binary: in substitute_placeholder_in_expr() 4362 case tcc_binary: in stabilize_reference_1() 4686 || TREE_CODE_CLASS (code) == tcc_binary); in build2() 7024 case tcc_binary: in simple_cst_equal()
|
H A D | print-tree.c | 673 case tcc_binary: in print_node()
|
H A D | tree-eh.c | 2515 && TREE_CODE_CLASS (op) != tcc_binary in operation_could_trap_p() 2613 if (TREE_CODE_CLASS (code) == tcc_binary) in tree_could_trap_p() 2828 || TREE_CODE_CLASS (code) == tcc_binary in stmt_could_throw_1_p()
|
H A D | tree-scalar-evolution.c | 1928 && TREE_CODE_CLASS (gimple_assign_rhs_code (def)) == tcc_binary in interpret_rhs_expr() 3503 case tcc_binary: in expression_expensive_p()
|
H A D | vr-values.c | 1421 else if (TREE_CODE_CLASS (code) == tcc_binary) in extract_range_from_assignment() 4099 if (TREE_CODE_CLASS (rhs_code) == tcc_binary in simplify_stmt_using_ranges()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree.def | 24 tcc_binary, and tcc_statement nodes, which use struct tree_exp, the 622 DEFTREECODE (PLUS_EXPR, "plus_expr", tcc_binary, 2) 623 DEFTREECODE (MINUS_EXPR, "minus_expr", tcc_binary, 2) 624 DEFTREECODE (MULT_EXPR, "mult_expr", tcc_binary, 2) 628 DEFTREECODE (POINTER_PLUS_EXPR, "pointer_plus_expr", tcc_binary, 2) 631 DEFTREECODE (TRUNC_DIV_EXPR, "trunc_div_expr", tcc_binary, 2) 634 DEFTREECODE (CEIL_DIV_EXPR, "ceil_div_expr", tcc_binary, 2) 637 DEFTREECODE (FLOOR_DIV_EXPR, "floor_div_expr", tcc_binary, 2) 640 DEFTREECODE (ROUND_DIV_EXPR, "round_div_expr", tcc_binary, 2) 643 DEFTREECODE (TRUNC_MOD_EXPR, "trunc_mod_expr", tcc_binary, 2) [all …]
|
H A D | tree-ssa-sccvn.c | 271 case tcc_binary: in vn_get_expr_for() 2935 case tcc_binary: in expr_has_constants() 2988 case tcc_binary: in valueize_expr() 3167 case tcc_binary: in try_to_simplify() 4042 || TREE_CODE_CLASS (nary->opcode) == tcc_binary) in vn_nary_may_trap()
|
H A D | tree.c | 318 case tcc_binary: in tree_node_structure_for_code() 665 case tcc_binary: /* a binary arithmetic expression */ in tree_code_size() 776 case tcc_binary: /* a binary arithmetic expression */ in record_node_allocation_statistics() 2839 case tcc_binary: in contains_placeholder_p() 3060 case tcc_binary: in find_placeholder_in_expr() 3149 case tcc_binary: in substitute_in_expr() 3329 case tcc_binary: in substitute_placeholder_in_expr() 3563 case tcc_binary: in stabilize_reference_1() 3802 || TREE_CODE_CLASS (code) == tcc_binary); in build2_stat() 6775 case tcc_binary: in simple_cst_equal()
|
H A D | tree-ssa-propagate.c | 569 case tcc_binary: in valid_gimple_rhs_p()
|
H A D | tree-dump.c | 329 case tcc_binary: in dequeue_and_dump()
|
H A D | tree-eh.c | 2428 && TREE_CODE_CLASS (op) != tcc_binary) in operation_could_trap_p() 2463 if (TREE_CODE_CLASS (code) == tcc_binary) in tree_could_trap_p() 2577 || TREE_CODE_CLASS (code) == tcc_binary) in stmt_could_throw_1_p()
|
H A D | print-tree.c | 722 case tcc_binary: in print_node()
|
H A D | tree-ssa-operands.c | 1023 if (codeclass == tcc_binary || codeclass == tcc_comparison) in get_expr_operands()
|
H A D | fold-const.c | 2581 case tcc_binary: in operand_equal_p() 2819 tclass = tcc_binary; in twoval_comparison_p() 2838 case tcc_binary: in twoval_comparison_p() 2912 tclass = tcc_binary; in eval_subst() 2921 case tcc_binary: in eval_subst() 4139 if (TREE_CODE_CLASS (code) == tcc_binary in make_range() 5662 if (TREE_CODE_CLASS (tcode) == tcc_binary) in extract_muldiv_1() 9811 if (kind == tcc_binary) in fold_binary_loc() 9877 if (TREE_CODE_CLASS (code) == tcc_binary in fold_binary_loc() 14394 case tcc_binary: in fold_checksum_tree() [all …]
|
H A D | tree-vect-slp.c | 371 && TREE_CODE_CLASS (rhs_code) == tcc_binary in vect_get_and_check_slp_defs() 835 if (TREE_CODE_CLASS (rhs_code) != tcc_binary in vect_build_slp_tree()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ada/gcc-interface/ |
H A D | ada-tree.def | 44 DEFTREECODE (PLUS_NOMOD_EXPR, "plus_nomod_expr", tcc_binary, 2) 48 DEFTREECODE (MINUS_NOMOD_EXPR, "minus_nomod_expr", tcc_binary, 2) 53 DEFTREECODE (POWER_EXPR, "power_expr", tcc_binary, 2)
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-omp.c | 318 if (TREE_CODE_CLASS (TREE_CODE (op1)) == tcc_binary in check_omp_for_incr_expr()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cvt.c | 1353 || (tclass == tcc_binary in convert_to_void()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cvt.c | 1551 || (tclass == tcc_binary in convert_to_void()
|