Searched refs:ProcModel (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | SubtargetEmitter.cpp | 105 unsigned EmitRegisterFileTables(const CodeGenProcModel &ProcModel, 107 void EmitLoadStoreQueueInfo(const CodeGenProcModel &ProcModel, 109 void EmitExtraProcessorInfo(const CodeGenProcModel &ProcModel, 113 void EmitProcessorResourceSubUnits(const CodeGenProcModel &ProcModel, 115 void EmitProcessorResources(const CodeGenProcModel &ProcModel, 118 const CodeGenProcModel &ProcModel); 120 const CodeGenProcModel &ProcModel); 123 const CodeGenProcModel &ProcModel); 124 void GenSchedClassTables(const CodeGenProcModel &ProcModel, 444 for (const CodeGenProcModel &ProcModel : SchedModels.procModels()) { in EmitStageAndOperandCycleData() local [all …]
|
| H A D | DFAPacketizerEmitter.cpp | 219 for (const CodeGenProcModel &ProcModel : CGS.procModels()) { in run() local 220 if (ProcModel.hasItineraries()) { in run() 221 auto NS = ProcModel.ItinsDef->getValueAsString("PacketizerNamespace"); in run() 222 ItinsByNamespace[std::string(NS)].push_back(&ProcModel); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86.td | 1569 class ProcModel<string Name, SchedMachineModel Model, 1582 def : ProcModel<"generic", SandyBridgeModel, 1631 def : ProcModel<P, GenericPostRAModel, 1638 def : ProcModel<P, GenericPostRAModel, 1649 def : ProcModel<"yonah", SandyBridgeModel, 1656 def : ProcModel<P, GenericPostRAModel, 1661 def : ProcModel<"nocona", GenericPostRAModel, [ 1679 def : ProcModel<P, SandyBridgeModel, [ 1698 def : ProcModel<P, SandyBridgeModel, [ 1719 def : ProcModel<P, AtomModel, ProcessorFeatures.AtomFeatures, [all …]
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenSchedule.cpp | 800 const CodeGenProcModel &ProcModel) const { in expandRWSeqForProc() 808 if (&getProcModel(ModelDef) != &ProcModel) in expandRWSeqForProc() 815 ProcModel.ModelName + in expandRWSeqForProc() 821 ProcModel); in expandRWSeqForProc() 832 expandRWSeqForProc(Idx, RWSeq, IsRead, ProcModel); in expandRWSeqForProc() 941 const CodeGenProcModel &ProcModel = in collectSchedClasses() local 943 ProcIndices.push_back(ProcModel.Index); in collectSchedClasses() 944 LLVM_DEBUG(dbgs() << "InstRW on " << ProcModel.ModelName << " for " in collectSchedClasses() 1153 for (CodeGenProcModel &ProcModel : ProcModels) { in collectProcItins() 1154 if (!ProcModel.hasItineraries()) in collectProcItins() [all …]
|
| H A D | CodeGenSchedule.h | 568 const CodeGenProcModel &ProcModel) const;
|