HomeSort by relevance Sort by last modified time
    Searched refs:Transitions (Results 1 - 8 of 8) sorted by null

  /external/bison/src/
state.h 54 Each transition structure describes the possible transitions out
56 contains a vector of numbers of the states that transitions can go
61 deletes transitions by having them point to zero.
108 | Transitions. |
115 } transitions; typedef in typeref:struct:__anon2350
119 TRANSITIONS->states[Num]? Can be a token (amongst which the error
122 #define TRANSITION_SYMBOL(Transitions, Num) \
123 (Transitions->states[Num]->accessing_symbol)
125 /* Is the TRANSITIONS->states[Num] a shift? (as opposed to gotos). */
127 #define TRANSITION_IS_SHIFT(Transitions, Num)
202 transitions *transitions; member in struct:state
    [all...]
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 78 // A State instance also contains a collection of transitions from that state:
89 TransitionMap Transitions;
104 // transitions.
174 assert(!Transitions.count(InsnClass) &&
175 "Cannot have multiple transitions for the same input");
176 Transitions[InsnClass] = To;
184 return Transitions.count(InsnClass) > 0;
276 // transitions.
284 // This table provides a map to the beginning of the transitions for State s
291 // Tracks the total valid transitions encountered so far. It is use
    [all...]
SubtargetEmitter.cpp 853 if (!SCI->Transitions.empty()) {
    [all...]
CodeGenSchedule.cpp     [all...]
CodeGenSchedule.h 137 std::vector<CodeGenSchedTransition> Transitions;
  /external/oprofile/events/i386/westmere/
unit_masks 91 0x01 to_fp Transitions from MMX to Floating Point instructions
92 0x02 to_mmx Transitions from Floating Point to MMX instructions
93 0x03 any All Floating Point to and from MMX transitions
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
concat-jquery-mootools-prototype.js     [all...]

Completed in 290 milliseconds