Home
last modified time | relevance | path

Searched refs:getSchedModelForCPU (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSubtargetInfo.cpp214 CPUSchedModel = &getSchedModelForCPU(TuneCPU); in InitMCProcessorInfo()
309 const MCSchedModel &MCSubtargetInfo::getSchedModelForCPU(StringRef CPU) const { in getSchedModelForCPU() function in MCSubtargetInfo
329 const MCSchedModel &SchedModel = getSchedModelForCPU(CPU); in getInstrItineraryForCPU()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h159 const MCSchedModel &getSchedModelForCPU(StringRef CPU) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp201 SchedModel = getSchedModelForCPU(CPUString); in initSubtargetFeatures()