Lines Matching refs:ModelName
338 SchedModels.getModelForProc(Processor).ModelName; in CPUKeyValues()
679 OS << "\nstatic const unsigned " << ProcModel.ModelName in EmitProcessorResourceSubUnits()
718 OS << ProcModel.ModelName << "RegisterFiles,\n " << (1 + NumRegisterFiles); in EmitRegisterFileInfo()
724 OS << ProcModel.ModelName << "RegisterCosts,\n "; in EmitRegisterFileInfo()
740 OS << "static const llvm::MCRegisterCostEntry " << ProcModel.ModelName in EmitRegisterFileTables()
763 OS << "static const llvm::MCRegisterFileDesc " << ProcModel.ModelName in EmitRegisterFileTables()
810 OS << "\nstatic const llvm::MCExtraProcessorInfo " << ProcModel.ModelName in EmitExtraProcessorInfo()
832 OS << "static const llvm::MCProcResourceDesc " << ProcModel.ModelName in EmitProcessorResources()
867 OS << ProcModel.ModelName << "ProcResourceSubUnits + " in EmitProcessorResources()
904 ProcModel.ModelName + in FindWriteResources()
921 ProcModel.ModelName); in FindWriteResources()
963 ProcModel.ModelName + in FindReadAdvance()
980 ProcModel.ModelName); in FindReadAdvance()
1124 LLVM_DEBUG(dbgs() << ProcModel.ModelName in GenSchedClassTables()
1420 OS << "static const llvm::MCSchedClassDesc " << PI->ModelName in EmitSchedClassTables()
1447 OS << "}; // " << PI->ModelName << "SchedClasses\n"; in EmitSchedClassTables()
1467 OS << "static const llvm::MCSchedModel " << PM.ModelName << " = {\n"; in EmitProcessorModels()
1495 OS << " " << PM.ModelName << "ProcResources" in EmitProcessorModels()
1497 << " " << PM.ModelName << "SchedClasses" in EmitProcessorModels()
1511 OS << " &" << PM.ModelName << "ExtraInfo,\n"; in EmitProcessorModels()
1718 OS << "{ // " << (SchedModels.procModelBegin() + PI)->ModelName << '\n'; in emitSchedModelHelpersImpl()