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 100 // canAddInsnClass - Returns true if an instruction of type InsnClass is a
101 // valid transition from this state, i.e., can an instruction of type InsnClass
107 bool canAddInsnClass(unsigned InsnClass) const;
112 void AddInsnClass(unsigned InsnClass, std::set<unsigned> &PossibleStates) const;
114 // addTransition - Add a transition from this state given the input InsnClass
116 void addTransition(unsigned InsnClass, const State *To) const;
119 // given the input InsnClass
121 bool hasTransition(unsigned InsnClass) const;
161 // addTransition - Add a transition from this state given the input InsnClass
163 void State::addTransition(unsigned InsnClass, const State *To) const
    [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 105 milliseconds