Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.h215 struct CodeGenProcModel { struct
216 unsigned Index;
217 std::string ModelName;
218 Record *ModelDef;
219 Record *ItinsDef;
226 RecVec ItinDefList;
253 CodeGenProcModel(unsigned Idx, std::string Name, Record *MDef, in CodeGenProcModel() argument
258 bool hasItineraries() const { in hasItineraries()
262 bool hasInstrSchedModel() const { in hasInstrSchedModel()
266 bool hasExtraProcessorInfo() const { in hasExtraProcessorInfo()