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

  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 99 // canAddInsnClass - Returns true if an instruction of type InsnClass is a
100 // valid transition from this state, i.e., can an instruction of type InsnClass
106 bool canAddInsnClass(unsigned InsnClass) const;
111 void AddInsnClass(unsigned InsnClass, std::set<unsigned> &PossibleStates);
113 // addTransition - Add a transition from this state given the input InsnClass
115 void addTransition(unsigned InsnClass, State *To);
118 // given the input InsnClass
120 bool hasTransition(unsigned InsnClass);
171 // addTransition - Add a transition from this state given the input InsnClass
173 void State::addTransition(unsigned InsnClass, State *To)
    [all...]
  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 67 unsigned InsnClass = MID->getSchedClass();
68 const llvm::InstrStage *IS = InstrItins->beginStage(InsnClass);
79 unsigned InsnClass = MID->getSchedClass();
80 const llvm::InstrStage *IS = InstrItins->beginStage(InsnClass);

Completed in 1021 milliseconds