Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
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()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCSubtargetInfo.h159 const MCSchedModel &getSchedModelForCPU(StringRef CPU) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMSubtarget.cpp201 SchedModel = getSchedModelForCPU(CPUString); in initSubtargetFeatures()