Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenSchedule.h175 struct CodeGenProcModel { struct
176 unsigned Index;
200 CodeGenProcModel(unsigned Idx, const std::string &Name, Record *MDef, in CodeGenProcModel() argument
204 bool hasItineraries() const { in hasItineraries()
228 std::vector<CodeGenProcModel> ProcModels; argument