Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.h207 struct CodeGenProcModel { struct
208 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() function
250 bool hasItineraries() const { in hasItineraries()
254 bool hasInstrSchedModel() const { in hasInstrSchedModel()
258 bool hasExtraProcessorInfo() const { in hasExtraProcessorInfo()
/external/llvm/utils/TableGen/
DCodeGenSchedule.h175 struct CodeGenProcModel { struct
176 unsigned Index;
177 std::string ModelName;
178 Record *ModelDef;
179 Record *ItinsDef;
204 CodeGenProcModel(unsigned Idx, const std::string &Name, Record *MDef, in CodeGenProcModel() argument
208 bool hasItineraries() const { in hasItineraries()
234 std::vector<CodeGenProcModel> ProcModels; argument