Home
last modified time | relevance | path

Searched refs:tcc_unary (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/
HDtree-gimple.c49 case tcc_unary: in is_gimple_formal_tmp_rhs()
495 case tcc_unary: /* a unary arithmetic expression */ in recalculate_side_effects()
HDtree.def24 /* For tcc_references, tcc_expression, tcc_comparison, tcc_unary,
647 DEFTREECODE (FIX_TRUNC_EXPR, "fix_trunc_expr", tcc_unary, 1)
648 DEFTREECODE (FIX_CEIL_EXPR, "fix_ceil_expr", tcc_unary, 1)
649 DEFTREECODE (FIX_FLOOR_EXPR, "fix_floor_expr", tcc_unary, 1)
650 DEFTREECODE (FIX_ROUND_EXPR, "fix_round_expr", tcc_unary, 1)
653 DEFTREECODE (FLOAT_EXPR, "float_expr", tcc_unary, 1)
656 DEFTREECODE (NEGATE_EXPR, "negate_expr", tcc_unary, 1)
668 DEFTREECODE (ABS_EXPR, "abs_expr", tcc_unary, 1)
686 DEFTREECODE (BIT_NOT_EXPR, "bit_not_expr", tcc_unary, 1)
736 DEFTREECODE (CONVERT_EXPR, "convert_expr", tcc_unary, 1)
[all …]
HDtree-vect-generic.c333 if (TREE_CODE_CLASS (code) == tcc_unary) in expand_vector_operation()
404 if (TREE_CODE_CLASS (code) != tcc_unary in expand_vector_operations_1()
HDtree.c358 case tcc_unary: /* a unary arithmetic expression */ in tree_code_size()
474 case tcc_unary: /* a unary arithmetic expression */ in make_node_stat()
2142 case tcc_unary: in tree_node_structure()
2208 case tcc_unary: in contains_placeholder_p()
2389 case tcc_unary: in substitute_in_expr()
2522 case tcc_unary: in substitute_placeholder_in_expr()
2733 case tcc_unary: in stabilize_reference_1()
2936 if ((TREE_CODE_CLASS (code) == tcc_unary || code == VIEW_CONVERT_EXPR) in build1_stat()
2940 if ((TREE_CODE_CLASS (code) == tcc_unary || code == VIEW_CONVERT_EXPR) in build1_stat()
4746 case tcc_unary: in simple_cst_equal()
HDipa-pure-const.c435 case tcc_unary: in scan_function()
HDtree-ssa-loop-im.c342 if (class != tcc_unary in outermost_invariant_loop_expr()
836 if (class != tcc_unary in force_move_till_expr()
HDtree-ssa-pre.c1331 case tcc_unary: in phi_translate()
1559 case tcc_unary: in valid_in_set()
2392 case tcc_unary: in create_expression_by_pieces()
2882 gcc_assert (TREE_CODE_CLASS (code) == tcc_unary in create_value_expr_from()
2890 if (TREE_CODE_CLASS (code) == tcc_unary) in create_value_expr_from()
HDtree-complex.c1411 if (TREE_CODE_CLASS (code) == tcc_unary) in expand_complex_operations_1()
1431 if (TREE_CODE_CLASS (code) == tcc_unary) in expand_complex_operations_1()
HDtree-ssa-propagate.c596 else if (TREE_CODE_CLASS (code) == tcc_unary) in set_rhs()
HDtree-dump.c309 case tcc_unary: in dequeue_and_dump()
HDprint-tree.c657 case tcc_unary: in print_node()
HDipa-reference.c518 case tcc_unary: in scan_for_static_refs()
HDfold-const.c2756 case tcc_unary: in operand_equal_p()
2982 class = tcc_unary; in twoval_comparison_p()
2996 class = tcc_unary; in twoval_comparison_p()
3002 case tcc_unary: in twoval_comparison_p()
3075 class = tcc_unary; in eval_subst()
3082 case tcc_unary: in eval_subst()
3963 || TREE_CODE_CLASS (code) == tcc_unary in make_range()
5600 if (TREE_CODE_CLASS (tcode) == tcc_unary) in extract_muldiv_1()
7460 if (TREE_CODE_CLASS (code) == tcc_unary) in fold_unary()
11984 case tcc_unary: in fold_checksum_tree()
[all …]
HDipa-type-escape.c1232 case tcc_unary: in scan_for_refs()
HDtree-eh.c1862 || TREE_CODE_CLASS (code) == tcc_unary in tree_could_trap_p()
HDalias.c404 case tcc_unary: in find_base_decl()
HDtree-ssa-ccp.c877 if (kind == tcc_unary) in ccp_fold()
HDtree-ssa-operands.c2079 if (class == tcc_unary) in get_expr_operands()
HDtree.h68 tcc_unary, /* A unary arithmetic expression. */ enumerator
143 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_unary)
HDtree-ssa-structalias.c2693 case tcc_unary: in get_constraint_for()
3512 case tcc_unary: in find_func_aliases()
HDgimplify.c5158 case tcc_unary: in goa_stabilize_expr()
5859 case tcc_unary: in gimplify_expr()
HDtree-vrp.c2443 else if (TREE_CODE_CLASS (code) == tcc_unary) in extract_range_from_expr()
/freebsd-11-stable/contrib/gcc/cp/
HDcp-tree.def236 DEFTREECODE (CAST_EXPR, "cast_expr", tcc_unary, 1)
237 DEFTREECODE (REINTERPRET_CAST_EXPR, "reinterpret_cast_expr", tcc_unary, 1)
238 DEFTREECODE (CONST_CAST_EXPR, "const_cast_expr", tcc_unary, 1)
239 DEFTREECODE (STATIC_CAST_EXPR, "static_cast_expr", tcc_unary, 1)
240 DEFTREECODE (DYNAMIC_CAST_EXPR, "dynamic_cast_expr", tcc_unary, 1)
348 DEFTREECODE (UNARY_PLUS_EXPR, "unary_plus_expr", tcc_unary, 1)
HDcvt.c973 || class == tcc_unary in convert_to_void()
HDtree.c1604 case tcc_unary: in cp_tree_equal()

12