| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-object-size.c | 698 STRIP_NOPS (rhs); in collect_object_sizes_for() 824 STRIP_NOPS (rhs); in check_for_plus_in_loops_1() 902 STRIP_NOPS (rhs); in check_for_plus_in_loops()
|
| H A D | fold-const.c | 1710 STRIP_NOPS (arg1); in const_binop() 1711 STRIP_NOPS (arg2); in const_binop() 2644 STRIP_NOPS (arg0); in operand_equal_p() 2645 STRIP_NOPS (arg1); in operand_equal_p() 3682 STRIP_NOPS (exp); in decode_field_reference() 3688 STRIP_NOPS (exp); STRIP_NOPS (and_mask); in decode_field_reference() 3813 STRIP_NOPS (exp); in simple_operand_p() 4614 STRIP_NOPS (arg1); in fold_cond_expr_with_comparison() 4615 STRIP_NOPS (arg2); in fold_cond_expr_with_comparison() 11664 STRIP_NOPS (tem); in fold_ternary() [all …]
|
| H A D | tree-tailcall.c | 284 STRIP_NOPS (src_var); in process_assignment() 508 STRIP_NOPS (ret_op); in find_tail_calls()
|
| H A D | tree-ssa-propagate.c | 748 STRIP_NOPS (rhs); in stmt_makes_single_load() 773 STRIP_NOPS (lhs); in stmt_makes_single_store()
|
| H A D | tree.c | 1271 STRIP_NOPS (expr); in integer_zerop() 1287 STRIP_NOPS (expr); in integer_onep() 1306 STRIP_NOPS (expr); in integer_all_onesp() 1358 STRIP_NOPS (expr); in integer_pow2p() 1400 STRIP_NOPS (expr); in integer_nonzerop() 1419 STRIP_NOPS (expr); in tree_log2() 1457 STRIP_NOPS (expr); in tree_floor_log2() 1492 STRIP_NOPS (expr); in real_zerop() 1506 STRIP_NOPS (expr); in real_onep() 1520 STRIP_NOPS (expr); in real_twop() [all …]
|
| H A D | tree-ssa-loop-ivopts.c | 1797 STRIP_NOPS (expr); in strip_offset_1() 2573 STRIP_NOPS (top); in constant_multiple_of() 2574 STRIP_NOPS (bot); in constant_multiple_of() 2812 STRIP_NOPS (expr); in tree_to_aff_combination() 3608 STRIP_NOPS (expr); in force_expr_to_var_cost() 3638 STRIP_NOPS (op0); in force_expr_to_var_cost() 3639 STRIP_NOPS (op1); in force_expr_to_var_cost() 3807 STRIP_NOPS (e1); in difference_cost() 3808 STRIP_NOPS (e2); in difference_cost()
|
| H A D | tree-data-ref.c | 528 STRIP_NOPS (offset_a); in base_addr_differ_p() 529 STRIP_NOPS (offset_b); in base_addr_differ_p() 1068 STRIP_NOPS (init); in analyze_indirect_ref() 1453 STRIP_NOPS (oprnd0); in address_analysis() 1454 STRIP_NOPS (oprnd1); in address_analysis() 1998 STRIP_NOPS (offset); in create_data_ref()
|
| H A D | alias.c | 499 STRIP_NOPS (t); in get_alias_set() 509 STRIP_NOPS (inner); in get_alias_set() 574 STRIP_NOPS (t); in get_alias_set()
|
| H A D | tree-ssa-ccp.c | 1807 STRIP_NOPS (t); in maybe_fold_stmt_indirect() 2152 STRIP_NOPS (rhs); in get_maxval_strlen() 2213 STRIP_NOPS (result); in ccp_fold_builtin()
|
| H A D | tree-dfa.c | 742 STRIP_NOPS (var); in get_virtual_var()
|
| H A D | c-format.c | 1348 STRIP_NOPS (arg0); in check_format_arg() 1349 STRIP_NOPS (arg1); in check_format_arg() 2192 STRIP_NOPS (cur_param); in check_format_types()
|
| H A D | builtins.c | 361 STRIP_NOPS (src); in c_strlen() 6603 STRIP_NOPS (arglist); in fold_builtin_constant_p() 6658 STRIP_NOPS (inner); in fold_builtin_expect() 7638 STRIP_NOPS (expr); in real_dconstp() 8049 STRIP_NOPS (var); in fold_builtin_memset() 8162 STRIP_NOPS (destvar); in fold_builtin_memory_op() 8179 STRIP_NOPS (srcvar); in fold_builtin_memory_op() 9378 STRIP_NOPS (exp); in readonly_data_expr() 10119 STRIP_NOPS (ost); in expand_builtin_object_size() 10410 STRIP_NOPS (ost); in fold_builtin_object_size()
|
| H A D | expr.c | 3893 STRIP_NOPS (src); in optimize_bitfield_assignment_op() 3900 STRIP_NOPS (op0); in optimize_bitfield_assignment_op() 8921 STRIP_NOPS (arg); in string_constant() 8951 STRIP_NOPS (arg0); in string_constant() 8952 STRIP_NOPS (arg1); in string_constant() 9087 STRIP_NOPS (arg0); in do_store_flag() 9088 STRIP_NOPS (arg1); in do_store_flag()
|
| H A D | tree-cfg.c | 5703 STRIP_NOPS (ret); in gimplify_build3() 5718 STRIP_NOPS (ret); in gimplify_build2() 5733 STRIP_NOPS (ret); in gimplify_build1()
|
| H A D | tree-complex.c | 1052 STRIP_NOPS (cond); in expand_complex_div_wide()
|
| H A D | ChangeLog.tree-ssa | 10837 (is_simple_unary_expr): Don't call STRIP_NOPS. 11223 Don't call STRIP_NOPS. 11224 (remove_stmt): Don't call STRIP_NOPS. 11228 (successor_block): Don't call STRIP_NOPS. 11233 (bsi_next_in_bb): Don't call STRIP_NOPS. 11239 Don't call STRIP_NOPS. 11243 * tree-flow-inline.h: Don't call STRIP_NOPS. 11248 * tree-iterator.h (tsi_next): Don't call STRIP_NOPS. 13357 (get_base_symbol): Call STRIP_NOPS. 15144 (first_stmt): Call STRIP_NOPS. [all …]
|
| H A D | except.c | 3581 STRIP_NOPS (type); in output_ttype()
|
| H A D | c-typeck.c | 7217 STRIP_NOPS (output); in build_asm_expr() 7263 STRIP_NOPS (input); in build_asm_expr()
|
| H A D | tree.h | 911 #define STRIP_NOPS(EXP) \ macro
|
| /freebsd-12.1/contrib/gcc/config/sparc/ |
| H A D | sparc.c | 8115 STRIP_NOPS (arg0); in sparc_fold_builtin() 8139 STRIP_NOPS (arg0); in sparc_fold_builtin() 8140 STRIP_NOPS (arg1); in sparc_fold_builtin() 8157 STRIP_NOPS (arg0); in sparc_fold_builtin() 8158 STRIP_NOPS (arg1); in sparc_fold_builtin() 8181 STRIP_NOPS (arg0); in sparc_fold_builtin() 8182 STRIP_NOPS (arg1); in sparc_fold_builtin() 8183 STRIP_NOPS (arg2); in sparc_fold_builtin()
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | decl2.c | 1230 STRIP_NOPS (fnaddr); in mark_vtable_entries() 1622 STRIP_NOPS (arg); in constrain_visibility_for_template()
|
| H A D | semantics.c | 1247 STRIP_NOPS (operand); in finish_asm_stmt() 1307 STRIP_NOPS (operand); in finish_asm_stmt()
|
| H A D | tree.c | 1883 STRIP_NOPS (initp_expr); in handle_init_priority_attribute()
|
| H A D | typeck.c | 1697 STRIP_NOPS (exp); in string_conv_p() 5395 STRIP_NOPS (sexpr); in build_reinterpret_cast_1()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 6864 STRIP_NOPS (arg1); in rs6000_expand_binop_builtin() 7119 STRIP_NOPS (arg2); in rs6000_expand_ternop_builtin() 7291 STRIP_NOPS (arg2); in altivec_expand_dst_builtin() 7510 STRIP_NOPS (arg0); in altivec_expand_builtin()
|