Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtree.c598 STRIP_NOPS (expr);
616 STRIP_NOPS (expr);
637 STRIP_NOPS (expr);
690 STRIP_NOPS (expr);
733 STRIP_NOPS (expr);
754 STRIP_NOPS (expr);
793 STRIP_NOPS (expr);
829 STRIP_NOPS (expr);
845 STRIP_NOPS (expr);
861 STRIP_NOPS (expr);
[all …]
Dfold-const.c1229 STRIP_NOPS (arg1);
1230 STRIP_NOPS (arg2);
1811 STRIP_NOPS (arg0);
1812 STRIP_NOPS (arg1);
1991 STRIP_NOPS (primarg0);
1992 STRIP_NOPS (primarg1);
2647 STRIP_NOPS (exp);
2653 STRIP_NOPS (exp); STRIP_NOPS (and_mask);
2842 STRIP_NOPS (tem);
4677 STRIP_NOPS (op);
[all …]
Dc-bounded.c414 STRIP_NOPS (buf_expr);
Dalias.c482 STRIP_NOPS (t);
498 STRIP_NOPS (inner);
566 STRIP_NOPS (t);
Dc-format.c1489 STRIP_NOPS (arg0);
1490 STRIP_NOPS (arg1);
2315 STRIP_NOPS (cur_param);
Dc-common.c4555 STRIP_NOPS (stripped_string);
4662 STRIP_NOPS (stripped_string);
6449 STRIP_NOPS (position);
6490 STRIP_NOPS (p);
Dexpr.c6295 STRIP_NOPS (exp);
6316 STRIP_NOPS (exp);
9579 STRIP_NOPS (arg);
9592 STRIP_NOPS (arg0);
9593 STRIP_NOPS (arg1);
10875 STRIP_NOPS (arg0);
10876 STRIP_NOPS (arg1);
/openbsd/src/gnu/gcc/gcc/
Dtree-object-size.c698 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()
Dfold-const.c1710 STRIP_NOPS (arg1); in const_binop()
1711 STRIP_NOPS (arg2); in const_binop()
2642 STRIP_NOPS (arg0); in operand_equal_p()
2643 STRIP_NOPS (arg1); in operand_equal_p()
2925 STRIP_NOPS (primarg0); in operand_equal_for_comparison_p()
2926 STRIP_NOPS (primarg1); in operand_equal_for_comparison_p()
3676 STRIP_NOPS (exp); in decode_field_reference()
3682 STRIP_NOPS (exp); STRIP_NOPS (and_mask); in decode_field_reference()
3807 STRIP_NOPS (exp); in simple_operand_p()
3877 STRIP_NOPS (tem); in range_binop()
[all …]
Dtree-tailcall.c284 STRIP_NOPS (src_var); in process_assignment()
508 STRIP_NOPS (ret_op); in find_tail_calls()
Dtree-ssa-propagate.c779 STRIP_NOPS (rhs); in stmt_makes_single_load()
804 STRIP_NOPS (lhs); in stmt_makes_single_store()
Dtree.c1263 STRIP_NOPS (expr); in integer_zerop()
1279 STRIP_NOPS (expr); in integer_onep()
1298 STRIP_NOPS (expr); in integer_all_onesp()
1350 STRIP_NOPS (expr); in integer_pow2p()
1392 STRIP_NOPS (expr); in integer_nonzerop()
1411 STRIP_NOPS (expr); in tree_log2()
1449 STRIP_NOPS (expr); in tree_floor_log2()
1484 STRIP_NOPS (expr); in real_zerop()
1498 STRIP_NOPS (expr); in real_onep()
1512 STRIP_NOPS (expr); in real_twop()
[all …]
Dc-bounded.c418 STRIP_NOPS (buf_expr);
Dtree-ssa-loop-ivopts.c1797 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()
Dtree-data-ref.c528 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()
Dtree-ssa-ccp.c1809 STRIP_NOPS (t); in maybe_fold_stmt_indirect()
2156 STRIP_NOPS (rhs); in get_maxval_strlen()
2217 STRIP_NOPS (result); in ccp_fold_builtin()
Dalias.c499 STRIP_NOPS (t); in get_alias_set()
509 STRIP_NOPS (inner); in get_alias_set()
574 STRIP_NOPS (t); in get_alias_set()
Dtree-dfa.c742 STRIP_NOPS (var); in get_virtual_var()
Dbuiltins.c363 STRIP_NOPS (src); in c_strlen()
6596 STRIP_NOPS (arglist); in fold_builtin_constant_p()
6651 STRIP_NOPS (inner); in fold_builtin_expect()
7570 STRIP_NOPS (expr); in real_dconstp()
7981 STRIP_NOPS (var); in fold_builtin_memset()
8094 STRIP_NOPS (destvar); in fold_builtin_memory_op()
8111 STRIP_NOPS (srcvar); in fold_builtin_memory_op()
9303 STRIP_NOPS (exp); in readonly_data_expr()
10050 STRIP_NOPS (ost); in expand_builtin_object_size()
10341 STRIP_NOPS (ost); in fold_builtin_object_size()
Dc-format.c1378 STRIP_NOPS (arg0); in check_format_arg()
1379 STRIP_NOPS (arg1); in check_format_arg()
2225 STRIP_NOPS (cur_param); in check_format_types()
Dexpr.c3897 STRIP_NOPS (src); in optimize_bitfield_assignment_op()
3904 STRIP_NOPS (op0); in optimize_bitfield_assignment_op()
8876 STRIP_NOPS (arg); in string_constant()
8906 STRIP_NOPS (arg0); in string_constant()
8907 STRIP_NOPS (arg1); in string_constant()
9042 STRIP_NOPS (arg0); in do_store_flag()
9043 STRIP_NOPS (arg1); in do_store_flag()
Dtree-cfg.c5696 STRIP_NOPS (ret); in gimplify_build3()
5711 STRIP_NOPS (ret); in gimplify_build2()
5726 STRIP_NOPS (ret); in gimplify_build1()
/openbsd/src/gnu/gcc/gcc/config/sparc/
Dsparc.c8118 STRIP_NOPS (arg0); in sparc_fold_builtin()
8142 STRIP_NOPS (arg0); in sparc_fold_builtin()
8143 STRIP_NOPS (arg1); in sparc_fold_builtin()
8160 STRIP_NOPS (arg0); in sparc_fold_builtin()
8161 STRIP_NOPS (arg1); in sparc_fold_builtin()
8184 STRIP_NOPS (arg0); in sparc_fold_builtin()
8185 STRIP_NOPS (arg1); in sparc_fold_builtin()
8186 STRIP_NOPS (arg2); in sparc_fold_builtin()
/openbsd/src/gnu/gcc/gcc/cp/
Ddecl2.c1230 STRIP_NOPS (fnaddr); in mark_vtable_entries()
1622 STRIP_NOPS (arg); in constrain_visibility_for_template()
Dsemantics.c1223 STRIP_NOPS (operand); in finish_asm_stmt()
1283 STRIP_NOPS (operand); in finish_asm_stmt()

123