Searched refs:ProcModel (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | SubtargetEmitter.cpp | 96 unsigned EmitRegisterFileTables(const CodeGenProcModel &ProcModel, 98 void EmitLoadStoreQueueInfo(const CodeGenProcModel &ProcModel, 100 void EmitExtraProcessorInfo(const CodeGenProcModel &ProcModel, 104 void EmitProcessorResourceSubUnits(const CodeGenProcModel &ProcModel, 106 void EmitProcessorResources(const CodeGenProcModel &ProcModel, 109 const CodeGenProcModel &ProcModel); 111 const CodeGenProcModel &ProcModel); 113 const CodeGenProcModel &ProcModel); 114 void GenSchedClassTables(const CodeGenProcModel &ProcModel, 421 for (const CodeGenProcModel &ProcModel : SchedModels.procModels()) { in EmitStageAndOperandCycleData() local [all …]
|
| H A D | CodeGenSchedule.cpp | 737 for (auto& ProcModel : ProcModels) { in hasReadOfWrite() local 738 const RecVec &RADefs = ProcModel.ReadAdvanceDefs; in hasReadOfWrite() 800 const CodeGenProcModel &ProcModel) const { in expandRWSeqForProc() 808 if (&getProcModel(ModelDef) != &ProcModel) in expandRWSeqForProc() 813 "defined for processor " + ProcModel.ModelName + in expandRWSeqForProc() 819 RWSeq, IsRead,ProcModel); in expandRWSeqForProc() 830 expandRWSeqForProc(Idx, RWSeq, IsRead, ProcModel); in expandRWSeqForProc() 939 const CodeGenProcModel &ProcModel = in collectSchedClasses() local 941 ProcIndices.push_back(ProcModel.Index); in collectSchedClasses() 942 LLVM_DEBUG(dbgs() << "InstRW on " << ProcModel.ModelName << " for " in collectSchedClasses() [all …]
|
| H A D | DFAPacketizerEmitter.cpp | 217 for (const CodeGenProcModel &ProcModel : CGS.procModels()) { in run() local 218 if (ProcModel.hasItineraries()) { in run() 219 auto NS = ProcModel.ItinsDef->getValueAsString("PacketizerNamespace"); in run() 220 ItinsByNamespace[std::string(NS)].push_back(&ProcModel); in run()
|
| H A D | CodeGenSchedule.h | 561 const CodeGenProcModel &ProcModel) const;
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86.td | 1339 class ProcModel<string Name, SchedMachineModel Model, 1352 def : ProcModel<"generic", SandyBridgeModel, 1398 def : ProcModel<"pentium-m", GenericPostRAModel, 1404 def : ProcModel<P, GenericPostRAModel, 1415 def : ProcModel<"yonah", SandyBridgeModel, 1421 def : ProcModel<"prescott", GenericPostRAModel, 1425 def : ProcModel<"nocona", GenericPostRAModel, [ 1442 def : ProcModel<"core2", SandyBridgeModel, [ 1459 def : ProcModel<"penryn", SandyBridgeModel, [ 1479 def : ProcModel<P, AtomModel, ProcessorFeatures.AtomFeatures, [all …]
|