Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp237 CPUSchedModel = &getSchedModelForCPU(TuneCPU); in InitMCProcessorInfo()
335 const MCSchedModel &MCSubtargetInfo::getSchedModelForCPU(StringRef CPU) const { in getSchedModelForCPU() function in MCSubtargetInfo
355 const MCSchedModel &SchedModel = getSchedModelForCPU(CPU); in getInstrItineraryForCPU()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h163 const MCSchedModel &getSchedModelForCPU(StringRef CPU) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp181 SchedModel = getSchedModelForCPU(CPUString); in initSubtargetFeatures()