Searched refs:set_info (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldctor.h34 struct set_info { struct
35 struct set_info *next; /* Next set. */
54 extern struct set_info *sets;
H A Dldctor.c46 struct set_info *sets;
62 struct set_info *p;
72 p = (struct set_info *) xmalloc (sizeof (struct set_info));
200 struct set_info *p;
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldctor.h34 struct set_info { struct
35 struct set_info *next; /* Next set. */
54 extern struct set_info *sets;
H A Dldctor.c46 struct set_info *sets;
62 struct set_info *p;
72 p = (struct set_info *) xmalloc (sizeof (struct set_info));
200 struct set_info *p;
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldctor.h34 struct set_info { struct
35 struct set_info *next; /* Next set. */
54 extern struct set_info *sets;
H A Dldctor.c46 struct set_info *sets;
62 struct set_info *p;
72 p = (struct set_info *) xmalloc (sizeof (struct set_info));
200 struct set_info *p;
/netbsd-current/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dinternals.h42 set_info **inputs;
53 set_info *current_reg_value (unsigned int) const;
54 set_info *current_mem_value () const;
114 auto_vec<set_info *> bb_mem_live_out;
H A Daccess-utils.h98 // return the access as a set_info, otherwise return null.
99 inline const set_info *
104 return static_cast<const set_info *> (access);
109 inline set_info *
113 return static_cast<set_info *> (access);
121 is_single_dominating_def (const set_info *set)
129 remains_available_on_exit (const set_info *set, bb_info *bb)
148 inline const set_info *
157 return dyn_cast<const set_info *> (access);
161 inline set_info *
[all...]
H A Daccesses.h29 class set_info;
95 // we need to perform are [SET, PHI] (for set_info) and [SET, CLOBBER]
154 // Return true if this access is a set_info whose result is used by at least
158 // Return true if the access describes a set_info and if the value
168 // the live range of a set_info at which the value is live out from
285 // or an instruction. It records which set_info (if any) provides the
290 friend class set_info;
326 // Return the set_info whose result the access uses, or null if the
335 set_info *def () const { return m_def; }
337 // Return the previous and next uses of the definition. See set_info
667 class set_info : public def_info class in namespace:rtl_ssa
[all...]
H A Dfunctions.h108 set_info *single_dominating_def (unsigned int regno) const;
222 void need_use_splay_tree (set_info *);
249 void add_live_out_use (bb_info *, set_info *);
250 set_info *live_out_value (bb_info *, set_info *);
255 void replace_phi (phi_info *, set_info *);
258 phi_info *create_degenerate_phi (ebb_info *, set_info *);
283 void simplify_phi_setup (phi_info *, set_info **, bitmap);
284 void simplify_phi_propagate (phi_info *, set_info **, bitmap, bitmap);
H A Dfunctions.cc110 function_info::simplify_phi_setup (phi_info *phi, set_info **assumed_values,
118 set_info *new_value = nullptr;
122 set_info *def = input->def ();
171 set_info **assumed_values,
178 set_info *phi_value = assumed_values[phi_uid];
236 auto *assumed_values = XOBNEWVEC (&m_temp_obstack, set_info *,
H A Dblocks.cc317 function_info::add_live_out_use (bb_info *bb, set_info *def)
344 all_uses_are_live_out_uses (set_info *def)
354 set_info *
355 function_info::live_out_value (bb_info *bb, set_info *set)
423 function_info::replace_phi (phi_info *phi, set_info *new_value)
469 // is a set_info that gives the value of input I, or null if the value
496 auto *input = safe_as_a<set_info *> (inputs[i]);
526 function_info::create_degenerate_phi (ebb_info *ebb, set_info *def)
691 phis.inputs = XOBNEWVEC (&m_temp_obstack, set_info *, num_inputs);
735 auto *set = allocate<set_info> (ins
[all...]
H A Daccesses.cc221 if (const set_info *set = def ())
236 const set_info *set = def ();
298 set_info::print_uses_on_new_lines (pretty_printer *pp) const
333 set_info::print (pretty_printer *pp, unsigned int flags) const
484 return allocate<set_node> (as_a<set_info *> (def));
513 // - a set_info at INSN or
1047 function_info::need_use_splay_tree (set_info *def)
1094 set_info *def = use->def ();
1118 set_info *def = use->def ();
1156 set_info *de
[all...]
H A Dinsns.cc416 set_info *value = bi.current_reg_value (resource.regno);
451 set_info *value = safe_dyn_cast<set_info *> (access);
623 def = allocate<set_info> (insn, resource_info { mode, regno });
695 set_info *set = dyn_cast<set_info *> (def);
H A Dmovement.h263 set_info *set = use->def ();
H A Dchanges.cc155 else if (is_a<set_info *> (def))
501 set_info *def = use->def ();
673 auto *set = dyn_cast<set_info *> (def);
/netbsd-current/sys/dev/
H A Dradio_if.h47 int (*set_info)(void *, struct radio_info *); member in struct:radio_hw_if
H A Dradio.c153 if (sc->hw_if->set_info)
154 error = (sc->hw_if->set_info)(sc->hw_hdl,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfwprop.cc178 fwprop_propagation (insn_info *, set_info *, rtx, rtx);
197 set_info *def, rtx from, rtx to)
382 try_fwprop_subst_note (insn_info *use_insn, set_info *def,
446 set_info *def, rtx *loc, rtx dest, rtx src)
563 try_fwprop_subst_notes (insn_info *use_insn, set_info *def,
587 try_fwprop_subst (use_info *use, set_info *def,
675 forward_propagate_subreg (use_info *use, set_info *def,
742 forward_propagate_subreg (use_info *use, set_info *def, rtx dest, rtx src)
772 forward_propagate_and_simplify (use_info *use, set_info *def,
839 set_info *de
[all...]
/netbsd-current/sys/dev/usb/
H A Dslurm.c98 .set_info = slurm_set_info,
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dlayout.cc4518 osymtab->set_info(local_symcount);
4693 dynsym->set_info(local_symcount + forced_local_count);
4978 vdsec->set_info(vdentries);
5011 vnsec->set_info(vnentries);
H A Doutput.h3389 set_info(unsigned int v) function in class:gold::Output_section
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dlayout.cc4504 osymtab->set_info(local_symcount);
4679 dynsym->set_info(local_symcount + forced_local_count);
4964 vdsec->set_info(vdentries);
4997 vnsec->set_info(vnentries);
H A Doutput.h3417 set_info(unsigned int v) function in class:gold::Output_section
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dlayout.cc4518 osymtab->set_info(local_symcount);
4693 dynsym->set_info(local_symcount + forced_local_count);
4978 vdsec->set_info(vdentries);
5011 vnsec->set_info(vnentries);

Completed in 307 milliseconds

12