/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-dse.c | 705 && initializer_zerop (gimple_assign_rhs1 (use_stmt)))) in dse_optimize_redundant_stores() 1128 && initializer_zerop (gimple_assign_rhs1 (stmt))) in dse_optimize_stmt()
|
H A D | expr.c | 6127 if (!initializer_zerop (value)) in categorize_ctor_elements_1() 6142 if (!initializer_zerop (TREE_REALPART (value))) in categorize_ctor_elements_1() 6147 if (!initializer_zerop (TREE_IMAGPART (value))) in categorize_ctor_elements_1() 6163 if (!initializer_zerop (v)) in categorize_ctor_elements_1() 6277 return initializer_zerop (exp); in mostly_zeros_p() 6295 return initializer_zerop (exp); in all_zeros_p() 6460 if (cleared && initializer_zerop (value)) in store_constructor() 6642 if (cleared && initializer_zerop (value)) in store_constructor() 6935 if (cleared && initializer_zerop (value)) in store_constructor() 11725 if (TREE_CODE (init) == CONSTRUCTOR && initializer_zerop (init)) in string_constant() [all …]
|
H A D | tree-vect-generic.c | 1427 && initializer_zerop (vec1) in lower_vec_perm() 1457 && initializer_zerop (vec0)) in lower_vec_perm()
|
H A D | varasm.c | 1026 && initializer_zerop (DECL_INITIAL (decl))))); in bss_initializer_p() 2151 && !initializer_zerop (DECL_INITIAL (decl))) in assemble_variable_contents() 6789 && initializer_zerop (DECL_INITIAL (decl)))) in categorize_decl_for_section()
|
H A D | tree.c | 11074 initializer_zerop (const_tree init, bool *nonzero /* = NULL */) in initializer_zerop() function 11128 && initializer_zerop (VECTOR_CST_ENCODED_ELT (init, 0))) in initializer_zerop() 11143 if (!initializer_zerop (elt, nonzero)) in initializer_zerop()
|
H A D | tree-ssa-strlen.c | 5003 *zero_write = initializer_zerop (rhs); in handle_store()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-dse.cc | 861 && initializer_zerop (gimple_assign_rhs1 (use_stmt)))) in dse_optimize_redundant_stores() 1381 && initializer_zerop (gimple_assign_rhs1 (stmt))) in dse_optimize_stmt()
|
H A D | expr.cc | 6475 if (!initializer_zerop (value)) in categorize_ctor_elements_1() 6490 if (!initializer_zerop (TREE_REALPART (value))) in categorize_ctor_elements_1() 6495 if (!initializer_zerop (TREE_IMAGPART (value))) in categorize_ctor_elements_1() 6511 if (!initializer_zerop (v)) in categorize_ctor_elements_1() 6625 return initializer_zerop (exp); in mostly_zeros_p() 6643 return initializer_zerop (exp); in all_zeros_p() 6808 if (cleared && initializer_zerop (value)) in store_constructor() 6990 if (cleared && initializer_zerop (value)) in store_constructor() 7290 if (cleared && initializer_zerop (value)) in store_constructor() 12178 if (TREE_CODE (init) == CONSTRUCTOR && initializer_zerop (init)) in constant_byte_string() [all …]
|
H A D | tree-vect-generic.cc | 1574 && initializer_zerop (vec1) in lower_vec_perm() 1604 && initializer_zerop (vec0)) in lower_vec_perm()
|
H A D | varasm.cc | 1078 && initializer_zerop (DECL_INITIAL (decl)) in bss_initializer_p() 2233 && !initializer_zerop (DECL_INITIAL (decl))) in assemble_variable_contents() 7067 && initializer_zerop (DECL_INITIAL (decl)))) in categorize_decl_for_section()
|
H A D | tree.cc | 10194 initializer_zerop (const_tree init, bool *nonzero /* = NULL */) in initializer_zerop() function 10248 && initializer_zerop (VECTOR_CST_ENCODED_ELT (init, 0))) in initializer_zerop() 10263 if (!initializer_zerop (elt, nonzero)) in initializer_zerop()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | darwin.cc | 2648 || initializer_zerop (DECL_INITIAL (decl))); in darwin_output_aligned_bss() 2791 || initializer_zerop (DECL_INITIAL (decl)))); in darwin_asm_output_aligned_decl_common() 2864 || initializer_zerop (DECL_INITIAL (decl))); in darwin_asm_output_aligned_decl_local()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | darwin.c | 2614 || initializer_zerop (DECL_INITIAL (decl))); in darwin_output_aligned_bss() 2757 || initializer_zerop (DECL_INITIAL (decl)))); in darwin_asm_output_aligned_decl_common() 2830 || initializer_zerop (DECL_INITIAL (decl))); in darwin_asm_output_aligned_decl_local()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | expr.cc | 1117 if (init != NULL_TREE && initializer_zerop (t2)) in visit() 2673 if (!initializer_zerop (value)) in visit() 2870 if (initializer_zerop (elem)) in visit()
|
H A D | decl.cc | 1805 && initializer_zerop (DECL_INITIAL (decl))) in d_finish_decl()
|
H A D | d-codegen.cc | 1187 if (!initializer_zerop (value)) in build_struct_literal()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | expr.cc | 2734 if (!initializer_zerop (value)) in visit() 2918 if (initializer_zerop (elem)) in visit()
|
H A D | decl.cc | 1618 && initializer_zerop (DECL_INITIAL (decl))) in d_finish_decl()
|
H A D | d-codegen.cc | 1122 if (!initializer_zerop (value)) in build_struct_literal()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | typeck2.c | 1571 if (initializer_zerop (next)) in process_init_constructor_array()
|
H A D | init.c | 4681 if (initializer_zerop (e)) in build_vec_init()
|
H A D | tree.c | 4543 return initializer_zerop (t); in zero_init_expr_p()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck2.cc | 1543 if (initializer_zerop (next)) in process_init_constructor_array()
|
H A D | init.cc | 4851 if (initializer_zerop (e)) in build_vec_init()
|
H A D | tree.cc | 4859 return initializer_zerop (t); in zero_init_expr_p()
|