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.cpp215 CPUSchedModel = &getSchedModelForCPU(TuneCPU); in InitMCProcessorInfo()
310 const MCSchedModel &MCSubtargetInfo::getSchedModelForCPU(StringRef CPU) const { in getSchedModelForCPU() function in MCSubtargetInfo
330 const MCSchedModel &SchedModel = getSchedModelForCPU(CPU); in getInstrItineraryForCPU()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h160 const MCSchedModel &getSchedModelForCPU(StringRef CPU) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp195 SchedModel = getSchedModelForCPU(CPUString); in initSubtargetFeatures()