Searched refs:CodeGenProcModel (Results 1 – 3 of 3) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.h | 174 struct CodeGenProcModel { struct 199 CodeGenProcModel(unsigned Idx, const std::string &Name, Record *MDef, in CodeGenProcModel() argument 227 std::vector<CodeGenProcModel> ProcModels; argument 284 const CodeGenProcModel &getModelForProc(Record *ProcDef) const { in getModelForProc() 291 CodeGenProcModel &getProcModel(Record *ModelDef) { in getProcModel() 296 const CodeGenProcModel &getProcModel(Record *ModelDef) const { in getProcModel() 301 typedef std::vector<CodeGenProcModel>::const_iterator ProcIter; 364 const CodeGenProcModel &ProcModel) const; 376 const CodeGenProcModel &PM) const; 408 bool hasSuperGroup(RecVec &SubUnits, CodeGenProcModel &PM); [all …]
|
D | CodeGenSchedule.cpp | 148 ProcModels.push_back(CodeGenProcModel(0, "NoSchedModel", in collectProcModels() 168 CodeGenProcModel(ProcModels.size(), Name, ModelKey, ItinsDef)); in addProcModel() 175 CodeGenProcModel(ProcModels.size(), Name, in addProcModel() 425 const CodeGenProcModel &ProcModel) const { in expandRWSeqForProc() 565 const CodeGenProcModel &ProcModel = in collectSchedClasses() 579 for (std::vector<CodeGenProcModel>::iterator PI = ProcModels.begin(), in collectSchedClasses() 779 for (CodeGenProcModel &ProcModel : ProcModels) { in collectProcItins() 863 const CodeGenProcModel &PM = ProcModels[PIdx]; in inferFromItinClass() 1105 const CodeGenProcModel &PM = in getIntersectingVariants() 1387 bool CodeGenSchedModels::hasSuperGroup(RecVec &SubUnits, CodeGenProcModel &PM) { in hasSuperGroup() [all …]
|
D | SubtargetEmitter.cpp | 84 void EmitProcessorResources(const CodeGenProcModel &ProcModel, 87 const CodeGenProcModel &ProcModel); 89 const CodeGenProcModel &ProcModel); 91 const CodeGenProcModel &ProcModel); 92 void GenSchedClassTables(const CodeGenProcModel &ProcModel, 429 const CodeGenProcModel &ProcModel = *PI; in EmitStageAndOperandCycleData() 610 void SubtargetEmitter::EmitProcessorResources(const CodeGenProcModel &ProcModel, in EmitProcessorResources() 660 const CodeGenSchedRW &SchedWrite, const CodeGenProcModel &ProcModel) { in FindWriteResources() 715 const CodeGenProcModel &ProcModel) { in FindReadAdvance() 770 const CodeGenProcModel &PM) { in ExpandProcResources() [all …]
|