Home
last modified time | relevance | path

Searched refs:ProcModel (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp95 unsigned EmitRegisterFileTables(const CodeGenProcModel &ProcModel,
97 void EmitLoadStoreQueueInfo(const CodeGenProcModel &ProcModel,
99 void EmitExtraProcessorInfo(const CodeGenProcModel &ProcModel,
103 void EmitProcessorResourceSubUnits(const CodeGenProcModel &ProcModel,
105 void EmitProcessorResources(const CodeGenProcModel &ProcModel,
108 const CodeGenProcModel &ProcModel);
110 const CodeGenProcModel &ProcModel);
112 const CodeGenProcModel &ProcModel);
113 void GenSchedClassTables(const CodeGenProcModel &ProcModel,
385 for (const CodeGenProcModel &ProcModel : SchedModels.procModels()) { in EmitStageAndOperandCycleData() local
[all …]
H A DCodeGenSchedule.cpp794 const CodeGenProcModel &ProcModel) const { in expandRWSeqForProc()
802 if (&getProcModel(ModelDef) != &ProcModel) in expandRWSeqForProc()
807 "defined for processor " + ProcModel.ModelName + in expandRWSeqForProc()
813 RWSeq, IsRead,ProcModel); in expandRWSeqForProc()
824 expandRWSeqForProc(Idx, RWSeq, IsRead, ProcModel); in expandRWSeqForProc()
933 const CodeGenProcModel &ProcModel = in collectSchedClasses() local
935 ProcIndices.push_back(ProcModel.Index); in collectSchedClasses()
936 LLVM_DEBUG(dbgs() << "InstRW on " << ProcModel.ModelName << " for " in collectSchedClasses()
1149 for (CodeGenProcModel &ProcModel : ProcModels) { in collectProcItins()
1150 if (!ProcModel.hasItineraries()) in collectProcItins()
[all …]
H A DDFAPacketizerEmitter.cpp219 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()
H A DCodeGenSchedule.h566 const CodeGenProcModel &ProcModel) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86.td1120 class ProcModel<string Name, SchedMachineModel Model,
1130 def : ProcModel<"generic", SandyBridgeModel,
1175 def : ProcModel<"pentium-m", GenericPostRAModel,
1181 def : ProcModel<P, GenericPostRAModel,
1192 def : ProcModel<"yonah", SandyBridgeModel,
1198 def : ProcModel<"prescott", GenericPostRAModel,
1202 def : ProcModel<"nocona", GenericPostRAModel, [
1219 def : ProcModel<"core2", SandyBridgeModel, [
1236 def : ProcModel<"penryn", SandyBridgeModel, [
1256 def : ProcModel<P, AtomModel, ProcessorFeatures.AtomFeatures,
[all …]