| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree.def | 25 tcc_binary, and tcc_statement nodes, which use struct tree_exp, the 608 DEFTREECODE (PLUS_EXPR, "plus_expr", tcc_binary, 2) 609 DEFTREECODE (MINUS_EXPR, "minus_expr", tcc_binary, 2) 610 DEFTREECODE (MULT_EXPR, "mult_expr", tcc_binary, 2) 613 DEFTREECODE (TRUNC_DIV_EXPR, "trunc_div_expr", tcc_binary, 2) 616 DEFTREECODE (CEIL_DIV_EXPR, "ceil_div_expr", tcc_binary, 2) 619 DEFTREECODE (FLOOR_DIV_EXPR, "floor_div_expr", tcc_binary, 2) 622 DEFTREECODE (ROUND_DIV_EXPR, "round_div_expr", tcc_binary, 2) 625 DEFTREECODE (TRUNC_MOD_EXPR, "trunc_mod_expr", tcc_binary, 2) 626 DEFTREECODE (CEIL_MOD_EXPR, "ceil_mod_expr", tcc_binary, 2) [all …]
|
| H A D | tree-gimple.c | 50 case tcc_binary: in is_gimple_formal_tmp_rhs() 496 case tcc_binary: /* a binary arithmetic expression */ in recalculate_side_effects()
|
| H A D | ipa-pure-const.c | 427 case tcc_binary: in scan_function()
|
| H A D | tree-ssa-loop-im.c | 343 && class != tcc_binary in outermost_invariant_loop_expr() 837 && class != tcc_binary in force_move_till_expr()
|
| H A D | tree.c | 355 case tcc_binary: /* a binary arithmetic expression */ in tree_code_size() 471 case tcc_binary: /* a binary arithmetic expression */ in make_node_stat() 2136 case tcc_binary: in tree_node_structure() 2202 case tcc_binary: in contains_placeholder_p() 2383 case tcc_binary: in substitute_in_expr() 2516 case tcc_binary: in substitute_placeholder_in_expr() 2712 case tcc_binary: in stabilize_reference_1() 2980 || TREE_CODE_CLASS (code) == tcc_binary); in build2_stat() 4741 case tcc_binary: in simple_cst_equal()
|
| H A D | tree-ssa-pre.c | 1273 case tcc_binary: in phi_translate() 1534 case tcc_binary: in valid_in_set() 2363 case tcc_binary: in create_expression_by_pieces() 2866 || TREE_CODE_CLASS (code) == tcc_binary in create_value_expr_from() 2877 else if (TREE_CODE_CLASS (code) == tcc_binary) in create_value_expr_from()
|
| H A D | tree-vect-generic.c | 405 && TREE_CODE_CLASS (code) != tcc_binary) in expand_vector_operations_1()
|
| H A D | tree-ssa-propagate.c | 584 case tcc_binary: in set_rhs()
|
| H A D | tree-tailcall.c | 294 if (TREE_CODE_CLASS (code) != tcc_binary) in process_assignment()
|
| H A D | tree-dump.c | 313 case tcc_binary: in dequeue_and_dump()
|
| H A D | print-tree.c | 656 case tcc_binary: in print_node()
|
| H A D | ipa-reference.c | 509 case tcc_binary: in scan_for_static_refs()
|
| H A D | fold-const.c | 2776 case tcc_binary: in operand_equal_p() 2980 class = tcc_binary; in twoval_comparison_p() 2999 case tcc_binary: in twoval_comparison_p() 3072 class = tcc_binary; in eval_subst() 3081 case tcc_binary: in eval_subst() 3958 || TREE_CODE_CLASS (code) == tcc_binary) in make_range() 3960 if (TREE_CODE_CLASS (code) == tcc_binary in make_range() 5597 if (TREE_CODE_CLASS (tcode) == tcc_binary) in extract_muldiv_1() 8506 if (kind == tcc_binary) in fold_binary() 8567 if (TREE_CODE_CLASS (code) == tcc_binary in fold_binary() [all …]
|
| H A D | ipa-type-escape.c | 1201 case tcc_binary: in scan_for_refs()
|
| H A D | tree-eh.c | 1863 || TREE_CODE_CLASS (code) == tcc_binary) in tree_could_trap_p()
|
| H A D | tree-ssa-ccp.c | 899 else if (kind == tcc_binary in ccp_fold()
|
| H A D | alias.c | 407 case tcc_binary: in find_base_decl()
|
| H A D | tree-ssa-operands.c | 2081 if (class == tcc_binary || class == tcc_comparison) in get_expr_operands()
|
| H A D | tree.h | 64 tcc_binary, /* A binary arithmetic expression. */ enumerator 143 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_binary)
|
| H A D | gimplify.c | 5155 case tcc_binary: in goa_stabilize_expr() 5864 case tcc_binary: in gimplify_expr()
|
| H A D | tree-vrp.c | 2436 else if (TREE_CODE_CLASS (code) == tcc_binary in extract_range_from_expr()
|
| H A D | expr.c | 6165 case tcc_binary: in safe_from_p() 6812 else if (TREE_CODE_CLASS (code) == tcc_binary in expand_expr_real_1()
|
| H A D | tree-ssa-structalias.c | 3529 case tcc_binary: in find_func_aliases()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | cvt.c | 974 || (class == tcc_binary in convert_to_void()
|
| H A D | tree.c | 1605 case tcc_binary: in cp_tree_equal()
|