Home
last modified time | relevance | path

Searched refs:DECL_HARD_REGISTER (Results 1 – 25 of 50) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dadjust-alignment.cc68 if (is_global_var (var) || DECL_HARD_REGISTER (var)) in execute()
Dipa-icf-gimple.cc459 if (DECL_HARD_REGISTER (t1) != DECL_HARD_REGISTER (t2)) in compare_variable_decl()
462 if (DECL_HARD_REGISTER (t1) in compare_variable_decl()
Dvarpool.cc585 if (DECL_HARD_REGISTER (decl)) in assemble_decl()
758 if (DECL_HARD_REGISTER (node->decl) in output_variables()
Dgimple-expr.cc788 if (TREE_CODE (t) == VAR_DECL && DECL_HARD_REGISTER (t)) in is_gimple_reg()
816 if (TREE_CODE (t) == VAR_DECL && DECL_HARD_REGISTER (t)) in is_gimple_asm_val()
Dsymtab.cc165 if (is_a <varpool_node *> (node) && DECL_HARD_REGISTER (node->decl)) in insert_to_assembler_name_hash()
468 if (!is_a <varpool_node *> (this) || !DECL_HARD_REGISTER (decl)) in unregister()
1173 else if (!(is_a <varpool_node *> (this) && DECL_HARD_REGISTER (decl))) in verify_base()
2187 if (DECL_HARD_REGISTER (decl)) in get_partitioning_class()
2634 if (VAR_P (decl) && DECL_HARD_REGISTER (decl)) in output_to_lto_symbol_table_p()
Dtree-ssa-sink.cc380 && DECL_HARD_REGISTER (gimple_assign_rhs1 (stmt))) in statement_sink_location()
Dtree-ssa-ter.cc697 && DECL_HARD_REGISTER (gimple_assign_lhs (stmt)))) in find_replaceable_in_bb()
Dipa-visibility.cc283 if (DECL_HARD_REGISTER (decl)) in externally_visible_p()
Dstmt.cc448 if (DECL_HARD_REGISTER (decl) in decl_overlaps_hard_reg_set_p()
Dtree-streamer-out.cc280 bp_pack_value (bp, DECL_HARD_REGISTER (expr), 1); in pack_ts_decl_with_vis_value_fields()
Dtree-ssa-uninit.cc554 && DECL_HARD_REGISTER (base)) in maybe_warn_operand()
Dtree-outof-ssa.cc96 && DECL_HARD_REGISTER (gimple_assign_rhs1 (stmt))) in ssa_is_replaceable_p()
Dtree-streamer-in.cc315 DECL_HARD_REGISTER (expr) = (unsigned) bp_unpack_value (bp, 1); in unpack_ts_decl_with_vis_value_fields()
Dtsan.cc139 if (TREE_READONLY (base) || (VAR_P (base) && DECL_HARD_REGISTER (base))) in instrument_expr()
Dalias.cc2166 && DECL_HARD_REGISTER (base1) in compare_base_decls()
2167 && DECL_HARD_REGISTER (base2) in compare_base_decls()
Dtree-ssa-live.cc940 if (VAR_P (var) && DECL_HARD_REGISTER (var) && !is_global_var (var)) in remove_unused_locals()
Dcfgexpand.cc1799 && !DECL_HARD_REGISTER (var) in expand_one_var()
1817 else if (VAR_P (var) && DECL_HARD_REGISTER (var)) in expand_one_var()
1822 if (!DECL_HARD_REGISTER (var)) in expand_one_var()
4594 || DECL_HARD_REGISTER (exp) in expand_debug_expr()
Dcgraphunit.cc2127 && !DECL_HARD_REGISTER (vnode->decl) in output_in_order()
Dtree-ssa.cc1308 else if (VAR_P (var) && DECL_HARD_REGISTER (var)) in ssa_defined_default_def_p()
Dubsan.cc1701 if ((VAR_P (base) && DECL_HARD_REGISTER (base)) in instrument_bool_enum_load()
Dtree-inline.cc2473 && !DECL_HARD_REGISTER (var) in add_clobbers_to_eh_landing_pad()
2485 && !DECL_HARD_REGISTER (new_var) in add_clobbers_to_eh_landing_pad()
Dvarasm.cc1578 DECL_HARD_REGISTER (decl) = 0; in make_decl_rtl()
1786 || (VAR_P (decl) && DECL_HARD_REGISTER (decl)) in notice_global_symbol()
Dipa-icf.cc1905 if (TREE_THIS_VOLATILE (node->decl) || DECL_HARD_REGISTER (node->decl) in parse()
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-symtab.cc1063 && DECL_HARD_REGISTER (vnode->decl) in lto_symtab_merge_symbols()
Dlto-common.cc1227 compare_values (DECL_HARD_REGISTER); in compare_tree_sccs_1()
2858 && !(VAR_P (snode->decl) && DECL_HARD_REGISTER (snode->decl))) in read_cgraph_and_symbols()

12