Home
last modified time | relevance | path

Searched refs:ProcSchedModels (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/MC/
DMCSubtargetInfo.cpp53 ProcSchedModels = ProcSched; in InitMCSubtargetInfo()
83 assert(ProcSchedModels && "Processor machine model not available!"); in getSchedModelForCPU()
88 assert(strcmp(ProcSchedModels[i - 1].Key, ProcSchedModels[i].Key) < 0 && in getSchedModelForCPU()
95 std::lower_bound(ProcSchedModels, ProcSchedModels+NumProcs, CPU); in getSchedModelForCPU()
96 if (Found == ProcSchedModels+NumProcs || StringRef(Found->Key) != CPU) { in getSchedModelForCPU()
/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h35 const SubtargetInfoKV *ProcSchedModels; variable