HomeSort by: relevance | last modified time | path
    Searched defs:set_info (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/
radio_if.h 47 int (*set_info)(void *, struct radio_info *); member in struct:radio_hw_if
  /src/external/gpl3/binutils/dist/ld/
ldctor.h 34 struct set_info { struct
35 struct set_info *next; /* Next set. */
54 extern struct set_info *sets;
  /src/external/gpl3/binutils.old/dist/ld/
ldctor.h 34 struct set_info { struct
35 struct set_info *next; /* Next set. */
54 extern struct set_info *sets;
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
accesses.h 29 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
284 // or an instruction. It records which set_info (if any) provides the
289 friend class set_info;
325 // Return the set_info whose result the access uses, or null if the
334 set_info *def () const { return m_def; }
336 // Return the previous and next uses of the definition. See set_info
672 class set_info : public def_info class in namespace:rtl_ssa
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
accesses.h 29 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...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vsetvl.cc 516 set_info *set = safe_dyn_cast<set_info *> (def);
543 static hash_set<set_info *>
546 hash_set<set_info *> insns;
550 return hash_set<set_info *> ();
560 set_info *set = safe_dyn_cast<set_info *> (def);
562 return hash_set<set_info *> ();
579 static hash_set<set_info *>
580 get_all_sets (set_info *set, bool /* get_real_inst */ real_p
1362 void set_info (const vsetvl_info &info) function in class:vsetvl_block_info
    [all...]

Completed in 24 milliseconds