Searched defs:CodeGenProcModel (Results 1 – 1 of 1) sorted by relevance
218 struct CodeGenProcModel { struct219 unsigned Index;220 std::string ModelName;221 Record *ModelDef;222 Record *ItinsDef;229 RecVec ItinDefList;256 CodeGenProcModel(unsigned Idx, std::string Name, Record *MDef, in CodeGenProcModel() argument261 bool hasItineraries() const { in hasItineraries()265 bool hasInstrSchedModel() const { in hasInstrSchedModel()269 bool hasExtraProcessorInfo() const { in hasExtraProcessorInfo()