Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.h218 struct CodeGenProcModel { struct
219 unsigned Index;
220 std::string ModelName;
221 Record *ModelDef;
222 Record *ItinsDef;
229 RecVec ItinDefList;
256 CodeGenProcModel(unsigned Idx, std::string Name, Record *MDef, in CodeGenProcModel() argument
261 bool hasItineraries() const { in hasItineraries()
265 bool hasInstrSchedModel() const { in hasInstrSchedModel()
269 bool hasExtraProcessorInfo() const { in hasExtraProcessorInfo()