Searched defs:CodeGenProcModel (Results 1 – 2 of 2) sorted by relevance
207 struct CodeGenProcModel { struct208 unsigned Index;209 std::string ModelName;210 Record *ModelDef;211 Record *ItinsDef;218 RecVec ItinDefList;245 CodeGenProcModel(unsigned Idx, std::string Name, Record *MDef, in CodeGenProcModel() function250 bool hasItineraries() const { in hasItineraries()254 bool hasInstrSchedModel() const { in hasInstrSchedModel()258 bool hasExtraProcessorInfo() const { in hasExtraProcessorInfo()
175 struct CodeGenProcModel { struct176 unsigned Index;177 std::string ModelName;178 Record *ModelDef;179 Record *ItinsDef;204 CodeGenProcModel(unsigned Idx, const std::string &Name, Record *MDef, in CodeGenProcModel() argument208 bool hasItineraries() const { in hasItineraries()234 std::vector<CodeGenProcModel> ProcModels; argument