Home
last modified time | relevance | path

Searched refs:STRIP_NOPS (Results 1 – 25 of 87) sorted by relevance

1234

/dragonfly/contrib/gcc-4.7/gcc/
HDbuiltins.c488 STRIP_NOPS (exp); in get_pointer_alignment_1()
558 STRIP_NOPS (src); in c_strlen()
5546 STRIP_NOPS (addr); in expand_builtin_atomic_fetch_op()
6947 STRIP_NOPS (arg); in fold_builtin_constant_p()
7057 STRIP_NOPS (inner); in fold_builtin_expect()
7398 STRIP_NOPS (real); in fold_builtin_cabs()
7486 STRIP_NOPS (real); in fold_builtin_cproj()
7487 STRIP_NOPS (imag); in fold_builtin_cproj()
8655 STRIP_NOPS (var); in fold_builtin_memset()
8875 STRIP_NOPS (src); in fold_builtin_memory_op()
[all …]
HDtree-chrec.h118 STRIP_NOPS (chrec); in no_evolution_in_loop_p()
HDtree-ssa-loop-ivopts.c1562 STRIP_NOPS (top); in constant_multiple_of()
1563 STRIP_NOPS (bot); in constant_multiple_of()
2013 STRIP_NOPS (expr); in strip_offset_1()
3532 STRIP_NOPS (multop); in get_shiftadd_cost()
3591 STRIP_NOPS (expr); in force_expr_to_var_cost()
3622 STRIP_NOPS (op0); in force_expr_to_var_cost()
3623 STRIP_NOPS (op1); in force_expr_to_var_cost()
3639 STRIP_NOPS (op0); in force_expr_to_var_cost()
3828 STRIP_NOPS (e1); in difference_cost()
3829 STRIP_NOPS (e2); in difference_cost()
[all …]
HDfold-const.c1117 STRIP_NOPS (arg1); in const_binop()
1118 STRIP_NOPS (arg2); in const_binop()
2440 STRIP_NOPS (arg0); in operand_equal_p()
2441 STRIP_NOPS (arg1); in operand_equal_p()
2764 STRIP_NOPS (primarg0); in operand_equal_for_comparison_p()
2765 STRIP_NOPS (primarg1); in operand_equal_for_comparison_p()
3566 STRIP_NOPS (exp); in decode_field_reference()
3572 STRIP_NOPS (exp); STRIP_NOPS (and_mask); in decode_field_reference()
3694 STRIP_NOPS (exp); in simple_operand_p()
3794 STRIP_NOPS (tem); in range_binop()
[all …]
HDtree-ssa-alias.c170 STRIP_NOPS (ptr); in ptr_deref_may_alias_decl_p()
236 STRIP_NOPS (ptr1); in ptr_derefs_may_alias_p()
237 STRIP_NOPS (ptr2); in ptr_derefs_may_alias_p()
HDcgraphbuild.c125 STRIP_NOPS (type); in record_type_list()
HDtree.c1715 STRIP_NOPS (expr); in integer_zerop()
1731 STRIP_NOPS (expr); in integer_onep()
1750 STRIP_NOPS (expr); in integer_all_onesp()
1800 STRIP_NOPS (expr); in integer_pow2p()
1841 STRIP_NOPS (expr); in integer_nonzerop()
1869 STRIP_NOPS (expr); in tree_log2()
1905 STRIP_NOPS (expr); in tree_floor_log2()
1939 STRIP_NOPS (expr); in real_zerop()
1956 STRIP_NOPS (expr); in real_onep()
1972 STRIP_NOPS (expr); in real_twop()
[all …]
HDgimple-fold.c119 STRIP_NOPS (cval); in canonicalize_constructor_val()
810 STRIP_NOPS (result); in gimple_fold_builtin()
2635 STRIP_NOPS (retval); in gimple_fold_stmt_to_constant_1()
2948 STRIP_NOPS (ret); in fold_ctor_reference()
HDtree-dfa.c635 STRIP_NOPS (var); in get_virtual_var()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-chrec.h121 STRIP_NOPS (chrec); in no_evolution_in_loop_p()
HDfold-const.c1227 STRIP_NOPS (arg1); in const_binop()
1228 STRIP_NOPS (arg2); in const_binop()
2975 STRIP_NOPS (arg0); in operand_equal_p()
2976 STRIP_NOPS (arg1); in operand_equal_p()
3536 STRIP_NOPS (op0); in operand_equal_for_comparison_p()
3537 STRIP_NOPS (op1); in operand_equal_for_comparison_p()
4250 STRIP_NOPS (exp); in decode_field_reference()
4256 STRIP_NOPS (exp); STRIP_NOPS (and_mask); in decode_field_reference()
4365 STRIP_NOPS (exp); in simple_operand_p()
4469 STRIP_NOPS (tem); in range_binop()
[all …]
HDtree-ssa-loop-ivopts.c1161 STRIP_NOPS (expr); in contain_complex_addr_expr()
1198 STRIP_NOPS (expr);
2147 STRIP_NOPS (top); in constant_multiple_of()
2148 STRIP_NOPS (bot); in constant_multiple_of()
2782 STRIP_NOPS (expr); in strip_offset_1()
3039 STRIP_NOPS (inv_expr); in get_loop_invariant_expr()
3494 STRIP_NOPS (base); in add_iv_candidate_for_use()
3499 STRIP_NOPS (step); in add_iv_candidate_for_use()
4050 STRIP_NOPS (op1); in get_shiftadd_cost()
4066 STRIP_NOPS (multop); in get_shiftadd_cost()
[all …]
HDbuiltins.c432 STRIP_NOPS (exp); in get_pointer_alignment_1()
578 STRIP_NOPS (src); in c_strlen()
6214 STRIP_NOPS (addr); in expand_builtin_atomic_fetch_op()
7914 STRIP_NOPS (arg); in fold_builtin_constant_p()
8028 STRIP_NOPS (inner); in fold_builtin_expect()
8314 STRIP_NOPS (arg0); in fold_builtin_frexp()
8370 STRIP_NOPS (arg0); in fold_builtin_modf()
9515 STRIP_NOPS (exp); in readonly_data_expr()
9821 STRIP_NOPS (ost); in expand_builtin_object_size()
10093 STRIP_NOPS (arg); in maybe_emit_free_warning()
[all …]
HDcgraphbuild.c113 STRIP_NOPS (type); in record_type_list()
HDtree-ssa-alias.c163 STRIP_NOPS (ptr); in ptr_deref_may_alias_decl_p()
229 STRIP_NOPS (ptr1); in ptr_derefs_may_alias_p()
230 STRIP_NOPS (ptr2); in ptr_derefs_may_alias_p()
HDipa-polymorphic-call.c796 STRIP_NOPS (op);
849 STRIP_NOPS (op);
HDgimple-ssa-sprintf.c479 STRIP_NOPS (format); in get_format_string()
496 STRIP_NOPS (arg0); in get_format_string()
497 STRIP_NOPS (arg1); in get_format_string()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDsearch.c1652 tree ptr = STRIP_NOPS (TREE_OPERAND (indirect_ref, 0)); in field_access_p()
1687 tree component_ref = STRIP_NOPS (TREE_OPERAND (init_expr, 1)); in direct_accessor_p()
1721 tree addr_expr = STRIP_NOPS (TREE_OPERAND (init_expr, 1)); in reference_accessor_p()
1725 tree component_ref = STRIP_NOPS (TREE_OPERAND (addr_expr, 0)); in reference_accessor_p()
HDconstexpr.c372 STRIP_NOPS (op); in build_data_member_initialization()
1487 STRIP_NOPS (fun); in cxx_eval_call_expression()
1973 STRIP_NOPS (lhs); in cxx_fold_pointer_plus_expression()
3092 STRIP_NOPS (sub); in cxx_fold_indirect_ref()
3177 STRIP_NOPS (op00); in cxx_fold_indirect_ref()
3334 STRIP_NOPS (sub); in cxx_eval_indirect_ref()
4439 STRIP_NOPS (op1); in cxx_eval_constant_expression()
5599 STRIP_NOPS (x); in potential_constant_expression_1()
5963 STRIP_NOPS (op1); in potential_constant_expression_1()
HDexcept.c1030 STRIP_NOPS (fn); in check_noexcept_r()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-warn.c454 STRIP_NOPS (expr); in expr_has_boolean_operands_p()
616 STRIP_NOPS (expr); in strict_aliasing_warning()
1900 STRIP_NOPS (arg0); in warn_for_memset()
HDc-format.c1547 STRIP_NOPS (format_tree); in check_format_arg()
1580 STRIP_NOPS (arg0); in check_format_arg()
1581 STRIP_NOPS (arg1); in check_format_arg()
3102 STRIP_NOPS (cur_param); in check_format_types()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDsemantics.c1345 STRIP_NOPS (operand); in finish_asm_stmt()
1407 STRIP_NOPS (operand); in finish_asm_stmt()
5831 STRIP_NOPS (op); in build_data_member_initialization()
6667 STRIP_NOPS (ob_arg); in cxx_eval_call_expression()
7273 STRIP_NOPS (sub); in cxx_fold_indirect_ref()
7351 STRIP_NOPS (op00); in cxx_fold_indirect_ref()
7462 STRIP_NOPS (sub); in cxx_eval_indirect_ref()
7708 STRIP_NOPS (op1); in cxx_eval_constant_expression()
8285 STRIP_NOPS (x); in potential_constant_expression_1()
8496 STRIP_NOPS (op1); in potential_constant_expression_1()
HDexcept.c1132 STRIP_NOPS (fn); in check_noexcept_r()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-format.c1473 STRIP_NOPS (arg0); in check_format_arg()
1474 STRIP_NOPS (arg1); in check_format_arg()
2342 STRIP_NOPS (cur_param); in check_format_types()

1234