/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-expr.c | 666 if (CONSTANT_CLASS_P (op) in is_gimple_address() 704 && (CONSTANT_CLASS_P (TREE_OPERAND (op0, 0)) in is_gimple_invariant_address() 708 return CONSTANT_CLASS_P (op) || decl_address_invariant_p (op); in is_gimple_invariant_address() 730 && (CONSTANT_CLASS_P (TREE_OPERAND (op0, 0)) in is_gimple_ip_invariant_address() 734 return CONSTANT_CLASS_P (op) || decl_address_ip_invariant_p (op); in is_gimple_ip_invariant_address() 862 && (CONSTANT_CLASS_P (TREE_OPERAND (t, 0)) in is_gimple_mem_ref_addr()
|
H A D | gimple-match-head.c | 79 return (CONSTANT_CLASS_P (t) in constant_for_folding() 216 && CONSTANT_CLASS_P (tem)) in gimple_resimplify1() 283 && CONSTANT_CLASS_P (tem)) in gimple_resimplify2() 362 && CONSTANT_CLASS_P (tem)) in gimple_resimplify3() 680 && CONSTANT_CLASS_P (res)) in gimple_simplify() 701 && CONSTANT_CLASS_P (res)) in gimple_simplify() 734 && CONSTANT_CLASS_P (res)) in gimple_simplify() 760 if (res && CONSTANT_CLASS_P (res)) in gimple_simplify() 781 if (res && CONSTANT_CLASS_P (res)) in gimple_simplify() 803 if (res && CONSTANT_CLASS_P (res)) in gimple_simplify()
|
H A D | tree-vector-builder.h | 128 return !CONSTANT_CLASS_P (elt) || !TREE_OVERFLOW (elt); in can_elide_p() 137 if (CONSTANT_CLASS_P (elt2) && TREE_OVERFLOW (elt2)) in note_representative()
|
H A D | match.pd | 33 CONSTANT_CLASS_P 1351 (bit_and (bit_ior @0 CONSTANT_CLASS_P@1) CONSTANT_CLASS_P@2) 1357 (bitop (bitop @0 CONSTANT_CLASS_P@1) CONSTANT_CLASS_P@2) 1358 (if (!CONSTANT_CLASS_P (@0)) 1680 && (CONSTANT_CLASS_P (@0) || single_use (@2))) 1689 && (CONSTANT_CLASS_P (@0) || (single_use (@2) && single_use (@3))) 1697 && (CONSTANT_CLASS_P (@1) || (single_use (@2) && single_use (@3)))) 1709 && (CONSTANT_CLASS_P (@1) || single_use (@2))) 2214 (outer_op (nop_convert? (inner_op @0 CONSTANT_CLASS_P@1)) 2215 CONSTANT_CLASS_P@2) [all …]
|
H A D | fold-const-call.c | 642 if (res == NULL_TREE || !CONSTANT_CLASS_P (res)) in fold_const_reduction() 683 if (elt == NULL_TREE || !CONSTANT_CLASS_P (elt)) in fold_const_vec_convert() 1345 if (arg0 == NULL_TREE || !CONSTANT_CLASS_P (arg0)) in fold_const_fold_left()
|
H A D | tree-ssa-loop.c | 650 || CONSTANT_CLASS_P (*addr_p)) in for_each_index()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-expr.cc | 656 if (CONSTANT_CLASS_P (op) in is_gimple_address() 694 && (CONSTANT_CLASS_P (TREE_OPERAND (op0, 0)) in is_gimple_invariant_address() 698 return CONSTANT_CLASS_P (op) || decl_address_invariant_p (op); in is_gimple_invariant_address() 720 && (CONSTANT_CLASS_P (TREE_OPERAND (op0, 0)) in is_gimple_ip_invariant_address() 724 return CONSTANT_CLASS_P (op) || decl_address_ip_invariant_p (op); in is_gimple_ip_invariant_address() 848 && (CONSTANT_CLASS_P (TREE_OPERAND (t, 0)) in is_gimple_mem_ref_addr()
|
H A D | tree-vector-builder.h | 128 return !CONSTANT_CLASS_P (elt) || !TREE_OVERFLOW (elt); in can_elide_p() 137 if (CONSTANT_CLASS_P (elt2) && TREE_OVERFLOW (elt2)) in note_representative()
|
H A D | gimple-match-head.cc | 83 return (CONSTANT_CLASS_P (t) in constant_for_folding() 220 && CONSTANT_CLASS_P (tem)) in gimple_resimplify1() 287 && CONSTANT_CLASS_P (tem)) in gimple_resimplify2() 367 && CONSTANT_CLASS_P (tem)) in gimple_resimplify3() 706 && CONSTANT_CLASS_P (res)) in gimple_simplify() 727 && CONSTANT_CLASS_P (res)) in gimple_simplify() 760 && CONSTANT_CLASS_P (res)) in gimple_simplify() 786 if (res && CONSTANT_CLASS_P (res)) in gimple_simplify() 807 if (res && CONSTANT_CLASS_P (res)) in gimple_simplify() 829 if (res && CONSTANT_CLASS_P (res)) in gimple_simplify()
|
H A D | tree-ssa-loop.cc | 597 || CONSTANT_CLASS_P (*addr_p)) in for_each_index()
|
H A D | fold-const-call.cc | 640 if (res == NULL_TREE || !CONSTANT_CLASS_P (res)) in fold_const_reduction() 681 if (elt == NULL_TREE || !CONSTANT_CLASS_P (elt)) in fold_const_vec_convert() 1347 if (arg0 == NULL_TREE || !CONSTANT_CLASS_P (arg0)) in fold_const_fold_left()
|
H A D | tree-vect-generic.cc | 351 if (!CONSTANT_CLASS_P (result)) in expand_vector_piecewise() 1174 if (!CONSTANT_CLASS_P (result)) in expand_vector_condition() 1697 if (!CONSTANT_CLASS_P (t)) in lower_vec_perm() 2090 if (!CONSTANT_CLASS_P (ce.value)) in expand_vector_conversion() 2094 if (!CONSTANT_CLASS_P (ce.value)) in expand_vector_conversion()
|
H A D | match.pd | 33 CONSTANT_CLASS_P 1739 (bit_and (bit_ior @0 CONSTANT_CLASS_P@1) CONSTANT_CLASS_P@2) 1745 (bitop (bitop @0 CONSTANT_CLASS_P@1) CONSTANT_CLASS_P@2) 1746 (if (!CONSTANT_CLASS_P (@0)) 2076 && (CONSTANT_CLASS_P (@0) || single_use (@2))) 2085 && (CONSTANT_CLASS_P (@0) || (single_use (@2) && single_use (@3))) 2093 && (CONSTANT_CLASS_P (@1) || (single_use (@2) && single_use (@3)))) 2105 && (CONSTANT_CLASS_P (@1) || single_use (@2))) 2644 (outer_op (nop_convert? (inner_op @0 CONSTANT_CLASS_P@1)) 2645 CONSTANT_CLASS_P@2) [all …]
|
H A D | tree-ssa-loop-ivcanon.cc | 166 if (CONSTANT_CLASS_P (op)) in constant_after_peeling() 179 || CONSTANT_CLASS_P (base)) in constant_after_peeling()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | sm-pattern-test.cc | 131 if (!CONSTANT_CLASS_P (rhs)) in on_condition()
|
H A D | constraint-manager.cc | 98 gcc_assert (CONSTANT_CLASS_P (m_constant)); in ensure_closed() 102 gcc_assert (CONSTANT_CLASS_P (m_constant)); in ensure_closed() 252 gcc_assert (CONSTANT_CLASS_P (cst)); in add() 1521 gcc_assert (CONSTANT_CLASS_P (ec->m_constant)); in validate()
|
H A D | region-model.cc | 124 if (CONSTANT_CLASS_P (m_tree)) in dump() 173 gcc_assert (CONSTANT_CLASS_P (cst)); in get_sid_for_constant() 704 gcc_assert (CONSTANT_CLASS_P (lhs_const)); in eval_condition() 705 gcc_assert (CONSTANT_CLASS_P (rhs_const)); in eval_condition() 2616 gcc_assert (CONSTANT_CLASS_P (cst)); in key_from_constant() 3735 && !(CONSTANT_CLASS_P (lhs_tree) in dump_to_pp() 3736 && CONSTANT_CLASS_P (rhs_tree))) in dump_to_pp() 3757 && !(CONSTANT_CLASS_P (lhs_tree) && CONSTANT_CLASS_P (rhs_tree))) in dump_to_pp() 4317 if (result && CONSTANT_CLASS_P (result)) in on_assignment() 5324 if (CONSTANT_CLASS_P (dst)) in maybe_cast_1()
|
H A D | checker-path.cc | 590 if (CONSTANT_CLASS_P (expr)) in should_print_expr_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | constraint-manager.cc | 75 gcc_assert (CONSTANT_CLASS_P (cst)); in can_plus_one_p() 84 gcc_assert (CONSTANT_CLASS_P (cst)); in plus_one() 88 gcc_assert (CONSTANT_CLASS_P (result)); in plus_one() 97 gcc_assert (CONSTANT_CLASS_P (cst)); in can_minus_one_p() 106 gcc_assert (CONSTANT_CLASS_P (cst)); in minus_one() 110 gcc_assert (CONSTANT_CLASS_P (result)); in minus_one() 127 gcc_assert (CONSTANT_CLASS_P (m_constant)); in ensure_closed() 131 gcc_assert (CONSTANT_CLASS_P (m_constant)); in ensure_closed() 1175 gcc_assert (CONSTANT_CLASS_P (cst)); in add() 2396 gcc_assert (CONSTANT_CLASS_P (rhs_const)); in eval_condition() [all …]
|
H A D | region-model-manager.cc | 220 gcc_assert (CONSTANT_CLASS_P (cst_expr)); in get_or_create_constant_svalue() 461 if (CONSTANT_CLASS_P (result)) in maybe_fold_unaryop() 468 && CONSTANT_CLASS_P (TREE_OPERAND (result, 0))) in maybe_fold_unaryop() 613 if (CONSTANT_CLASS_P (result)) in maybe_fold_binop()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-warn.c | 218 && !CONSTANT_CLASS_P (stripped_op_left) in warn_logical_operator() 241 if (CONSTANT_CLASS_P (fold_for_warn (op_left)) in warn_logical_operator() 242 || CONSTANT_CLASS_P (fold_for_warn (op_right))) in warn_logical_operator() 482 if (CONSTANT_CLASS_P (fold_for_warn (lhs)) in warn_tautological_cmp() 483 || CONSTANT_CLASS_P (fold_for_warn (rhs))) in warn_tautological_cmp() 2579 && !CONSTANT_CLASS_P (cond) in warn_duplicated_cond_add_or_warn()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | expr.c | 200 else if (DECL_P (nop) || CONSTANT_CLASS_P (nop)) in mark_use()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | expr.cc | 198 else if (DECL_P (nop) || CONSTANT_CLASS_P (nop)) in mark_use()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-warn.cc | 220 && !CONSTANT_CLASS_P (stripped_op_left) in warn_logical_operator() 243 if (CONSTANT_CLASS_P (fold_for_warn (op_left)) in warn_logical_operator() 244 || CONSTANT_CLASS_P (fold_for_warn (op_right))) in warn_logical_operator() 484 if (CONSTANT_CLASS_P (fold_for_warn (lhs)) in warn_tautological_cmp() 485 || CONSTANT_CLASS_P (fold_for_warn (rhs))) in warn_tautological_cmp() 2569 && !CONSTANT_CLASS_P (cond) in warn_duplicated_cond_add_or_warn()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | gimple-parser.cc | 1592 || (! CONSTANT_CLASS_P (val) in c_parser_gimple_postfix_expression() 1599 if (! CONSTANT_CLASS_P (val)) in c_parser_gimple_postfix_expression() 1633 || (!CONSTANT_CLASS_P (val) && !addr_p)) in c_parser_gimple_postfix_expression() 2149 && ! CONSTANT_CLASS_P (cond) in c_parser_gimple_paren_condition()
|