Searched defs:CodeGenProcModel (Results 1 – 1 of 1) sorted by relevance
220 struct CodeGenProcModel { struct221 unsigned Index;222 std::string ModelName;223 Record *ModelDef;224 Record *ItinsDef;231 RecVec ItinDefList;258 CodeGenProcModel(unsigned Idx, std::string Name, Record *MDef, in CodeGenProcModel() argument263 bool hasItineraries() const { in hasItineraries()267 bool hasInstrSchedModel() const { in hasInstrSchedModel()271 bool hasExtraProcessorInfo() const { in hasExtraProcessorInfo()