/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.h | 199 extern tree const_unop (enum tree_code, tree, tree);
|
H A D | gimple-match-head.c | 210 tem = const_unop (res_op->code, res_op->type, res_op->ops[0]); in gimple_resimplify1() 678 tree res = const_unop (code, type, op0); in gimple_simplify()
|
H A D | tree-vect-generic.c | 916 tree elt = const_unop (ABS_EXPR, TREE_TYPE (elem1), elem1); in expand_vector_divmod()
|
H A D | tree-ssa-ccp.c | 2940 mask = const_unop (BIT_NOT_EXPR, TREE_TYPE (mask), mask); in optimize_atomic_bit_test_and()
|
H A D | match.pd | 3199 (with { tree tem = const_unop (NEGATE_EXPR, type, @1); } 3335 cst1 = const_unop (op, type, @1); 3337 cst2 = const_unop (op, type, @2); 4211 (with { tree tem = const_unop (NEGATE_EXPR, TREE_TYPE (@0), @1); }
|
H A D | fold-const.c | 1738 const_unop (enum tree_code code, tree type, tree arg0) in const_unop() function 1813 elem = const_unop (BIT_NOT_EXPR, TREE_TYPE (type), elem); in const_unop() 8690 tree tem = const_unop (code, type, arg0); in fold_unary_loc()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.h | 220 extern tree const_unop (enum tree_code, tree, tree);
|
H A D | gimple-match-head.cc | 214 tem = const_unop (code, res_op->type, res_op->ops[0]); in gimple_resimplify1() 704 tree res = const_unop (code, type, op0); in gimple_simplify()
|
H A D | tree-vect-generic.cc | 1018 tree elt = const_unop (ABS_EXPR, TREE_TYPE (elem1), elem1); in expand_vector_divmod()
|
H A D | tree-ssa-ccp.cc | 3678 mask = const_unop (BIT_NOT_EXPR, TREE_TYPE (mask), mask); in optimize_atomic_bit_test_and()
|
H A D | fold-const.cc | 1743 const_unop (enum tree_code code, tree type, tree arg0) in const_unop() function 1818 elem = const_unop (BIT_NOT_EXPR, TREE_TYPE (type), elem); in const_unop() 9303 tree tem = const_unop (code, type, arg0); in fold_unary_loc()
|
H A D | match.pd | 1260 (plus (bit_not @0) { const_unop (NEGATE_EXPR, type, @1); }))) 3885 (with { tree tem = const_unop (NEGATE_EXPR, type, @1); } 5332 (with { tree tem = const_unop (NEGATE_EXPR, TREE_TYPE (@0), @1); }
|
H A D | ChangeLog-2017 | 1859 * fold-const.c (fold_negate_expr_1, const_binop, const_unop) 2613 * fold-const.c (const_unop): Fold VEC_DUPLICATE_EXPRs of a constant. 3765 (const_unop): Likewise. 3784 (const_unop): Likewise. 5482 * fold-const.c (const_unop): Likewise. 15148 (const_unop): Likewise. Store the reduction accumulator in a 15186 (const_unop): Likewise.
|
H A D | ChangeLog-2014 | 3199 * fold-const.c (const_unop): Re-instantiate missing condition 3320 * fold-const.h (const_unop): Declare. 3325 (const_unop): New function, with constant folding from fold_unary_loc. 3326 (fold_unary_loc): Dispatch to const_unop for tcc_constant operand. 3332 const_unop.
|
H A D | ChangeLog-2018 | 19506 * fold-const.c (const_unop): Handle ABSU_EXPR. 21733 (const_unop): Handle VEC_UNPACK_FIX_TRUNC_HI_EXPR and 35052 * fold-const.c (const_binop, const_unop, fold_convert_const): Likewise.
|
H A D | ChangeLog-2015 | 286 (const_unop): Avoid the operation, other than NEGATE and 7676 * fold-const.c (const_unop) [ADDR_SPACE_CONVERT_EXPR]: Do not fold
|
H A D | ChangeLog-2021 | 21029 (const_unop): Likewise.
|
H A D | ChangeLog-2019 | 6101 * gimple-match-head.c (gimple_resimplify1): Call const_unop only
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | gimple-parser.c | 1634 val = const_unop (NEGATE_EXPR, TREE_TYPE (val), val); in c_parser_gimple_postfix_expression()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | gimple-parser.cc | 1649 val = const_unop (NEGATE_EXPR, TREE_TYPE (val), val); in c_parser_gimple_postfix_expression()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constexpr.cc | 3437 tree nrhs = const_unop (NEGATE_EXPR, TREE_TYPE (rhs), rhs); in cxx_eval_binary_expression() 8116 t = const_unop (code, TREE_TYPE (t), op1); in fold_simple_1()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-openmp.c | 2362 addend = const_unop (NEGATE_EXPR,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constexpr.c | 7202 t = const_unop (code, TREE_TYPE (t), op1); in fold_simple_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-openmp.cc | 2847 addend = const_unop (NEGATE_EXPR, in gfc_trans_omp_clauses()
|