Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h221 struct CodeGenProcModel { struct
222 unsigned Index;
223 std::string ModelName;
224 Record *ModelDef;
225 Record *ItinsDef;
232 RecVec ItinDefList;
259 CodeGenProcModel(unsigned Idx, std::string Name, Record *MDef, Record *IDef) in CodeGenProcModel() argument
263 bool hasItineraries() const { in hasItineraries()
267 bool hasInstrSchedModel() const { in hasInstrSchedModel()
271 bool hasExtraProcessorInfo() const { in hasExtraProcessorInfo()