Home
last modified time | relevance | path

Searched refs:automaton (Results 1 – 25 of 96) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc182 struct automaton;
199 typedef struct automaton *automaton_t;
507 struct automaton_decl automaton; member
681 automaton_t automaton; member
803 struct automaton struct
857 automaton_t automaton; member
866 automaton_t automaton; member
903 &(_decl)->decl.automaton; }))
1077 #define DECL_AUTOMATON(d) (&(d)->decl.automaton)
3742 get_free_state (int with_reservs, automaton_t automaton) in get_free_state() argument
[all …]
H A Drtl.def1066 2nd operand: Name of automaton (see comments for DEFINE_AUTOMATON).
1075 units can be queried for automaton state. */
1085 units in a set should belong to the same automaton. */
1107 automaton. */
1112 instruction is issued in given automaton state reflecting all
1113 current and planned unit reservations, the automaton state is
1151 automaton. */
1176 comma. Actually it is possibly to generate the single automaton
1179 single one. The automaton name is used in define_cpu_unit and
1203 states were generated so far for automaton being processed. */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c182 struct automaton;
199 typedef struct automaton *automaton_t;
507 struct automaton_decl automaton; member
681 automaton_t automaton; member
803 struct automaton struct
857 automaton_t automaton; member
866 automaton_t automaton; member
903 &(_decl)->decl.automaton; }))
1077 #define DECL_AUTOMATON(d) (&(d)->decl.automaton)
3742 get_free_state (int with_reservs, automaton_t automaton) in get_free_state() argument
[all …]
H A Drtl.def1067 2nd operand: Name of automaton (see comments for DEFINE_AUTOMATON).
1076 units can be queried for automaton state. */
1086 units in a set should belong to the same automaton. */
1108 automaton. */
1113 instruction is issued in given automaton state reflecting all
1114 current and planned unit reservations, the automaton state is
1152 automaton. */
1177 comma. Actually it is possibly to generate the single automaton
1180 single one. The automaton name is used in define_cpu_unit and
1204 states were generated so far for automaton being processed. */
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DAutomaton.td10 // generic finite-state automaton.
15 // generic finite-state automaton over a set of actions and states.
17 // This automaton is defined by:
22 // A theoretical automaton is defined by <Q, S, d, q0, F>:
34 // To ensure the generation of the automaton terminates, the state transitions
46 // This automaton is considered to be nondeterministic, meaning that multiple
47 // transitions can occur from any (state, action) pair. The generated automaton
51 // In addition to a generated automaton that determines if a sequence of inputs
56 // this class will be considered when constructing the automaton.
92 // The automaton generator uses this property to crawl the set of possible
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dxlr.md23 ;; Definitions for xlr_main automaton.
78 ;; Definitions for the xlr_muldiv automaton.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dxlr.md23 ;; Definitions for xlr_main automaton.
78 ;; Definitions for the xlr_muldiv automaton.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A D8540.md33 ;; automaton would behave in the same way because we cannot describe
36 ;; automaton units but the current scheduler uses latency time before
50 ;; etc. But the result automaton would behave the same way as the
52 ;; per cycle. Actually we could simplify the automaton more not
H A De300c2c3.md34 ;; automaton would behave in the same way because we cannot describe
37 ;; automaton units but the current scheduler uses latency time before
H A Dxfpu.md89 (define_insn_reservation "fp-mul-d" 16 ;; Actually 28. Long latencies are killing the automaton
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A D8540.md33 ;; automaton would behave in the same way because we cannot describe
36 ;; automaton units but the current scheduler uses latency time before
50 ;; etc. But the result automaton would behave the same way as the
52 ;; per cycle. Actually we could simplify the automaton more not
H A De300c2c3.md34 ;; automaton would behave in the same way because we cannot describe
37 ;; automaton units but the current scheduler uses latency time before
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetItinerary.td130 // The packetizer automaton to use for this itinerary. By default all
131 // itineraries for a target are bundled up into the same automaton. This only
138 // itinerary to be generated in a different automaton. The subtarget will need
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
H A Dtilepro-generic.md23 ; Make the scheduling automaton an ndfa.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/
H A Dtilepro-generic.md23 ; Make the scheduling automaton an ndfa.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
H A Dtilegx-generic.md23 ; Make the scheduling automaton an ndfa.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/
H A Dtilegx-generic.md23 ; Make the scheduling automaton an ndfa.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dfmp626.md31 ;; This automaton provides a pipeline description for the Faraday
H A Dfa626te.md34 ;; This automaton provides a pipeline description for the Faraday
H A Dfa526.md28 ;; This automaton provides a pipeline description for the Faraday
H A Dfa606te.md28 ;; This automaton provides a pipeline description for the Faraday
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Dfa526.md28 ;; This automaton provides a pipeline description for the Faraday
H A Dfa626te.md34 ;; This automaton provides a pipeline description for the Faraday
H A Dfa606te.md28 ;; This automaton provides a pipeline description for the Faraday
H A Dfmp626.md31 ;; This automaton provides a pipeline description for the Faraday

1234