Home
last modified time | relevance | path

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

/trueos/contrib/llvm/utils/TableGen/
HDCodeGenSchedule.h174 struct CodeGenProcModel { struct
199 CodeGenProcModel(unsigned Idx, const std::string &Name, Record *MDef, in CodeGenProcModel() argument
227 std::vector<CodeGenProcModel> ProcModels; argument
262 const CodeGenProcModel &getModelForProc(Record *ProcDef) const { in getModelForProc()
269 CodeGenProcModel &getProcModel(Record *ModelDef) { in getProcModel()
274 const CodeGenProcModel &getProcModel(Record *ModelDef) const { in getProcModel()
279 typedef std::vector<CodeGenProcModel>::const_iterator ProcIter;
342 const CodeGenProcModel &ProcModel) const;
354 const CodeGenProcModel &PM) const;
386 bool hasSuperGroup(RecVec &SubUnits, CodeGenProcModel &PM);
[all …]
HDCodeGenSchedule.cpp151 ProcModels.push_back(CodeGenProcModel(0, "NoSchedModel", in collectProcModels()
171 CodeGenProcModel(ProcModels.size(), Name, ModelKey, ItinsDef)); in addProcModel()
178 CodeGenProcModel(ProcModels.size(), Name, in addProcModel()
429 const CodeGenProcModel &ProcModel) const { in expandRWSeqForProc()
572 const CodeGenProcModel &ProcModel = in collectSchedClasses()
586 for (std::vector<CodeGenProcModel>::iterator PI = ProcModels.begin(), in collectSchedClasses()
786 for (std::vector<CodeGenProcModel>::iterator PI = ProcModels.begin(), in collectProcItins()
788 CodeGenProcModel &ProcModel = *PI; in collectProcItins()
872 const CodeGenProcModel &PM = ProcModels[PIdx]; in inferFromItinClass()
1114 const CodeGenProcModel &PM = in getIntersectingVariants()
[all …]
HDSubtargetEmitter.cpp84 void EmitProcessorResources(const CodeGenProcModel &ProcModel,
87 const CodeGenProcModel &ProcModel);
89 const CodeGenProcModel &ProcModel);
91 const CodeGenProcModel &ProcModel);
92 void GenSchedClassTables(const CodeGenProcModel &ProcModel,
442 const CodeGenProcModel &ProcModel = *PI; in EmitStageAndOperandCycleData()
622 void SubtargetEmitter::EmitProcessorResources(const CodeGenProcModel &ProcModel, in EmitProcessorResources()
672 const CodeGenSchedRW &SchedWrite, const CodeGenProcModel &ProcModel) { in FindWriteResources()
727 const CodeGenProcModel &ProcModel) { in FindReadAdvance()
782 const CodeGenProcModel &PM) { in ExpandProcResources()
[all …]