Home
last modified time | relevance | path

Searched defs:CodeGenProcModel (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenSchedule.h214 struct CodeGenProcModel { struct
215 unsigned Index;
216 std::string ModelName;
217 Record *ModelDef;
218 Record *ItinsDef;
225 RecVec ItinDefList;
252 CodeGenProcModel(unsigned Idx, std::string Name, Record *MDef, in CodeGenProcModel() argument
257 bool hasItineraries() const { in hasItineraries()
261 bool hasInstrSchedModel() const { in hasInstrSchedModel()
265 bool hasExtraProcessorInfo() const { in hasExtraProcessorInfo()