Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h86 const MCSchedModel *CPUSchedModel; variable
162 const MCSchedModel &getSchedModel() const { return *CPUSchedModel; } in getSchedModel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp214 CPUSchedModel = &getSchedModelForCPU(TuneCPU); in InitMCProcessorInfo()
216 CPUSchedModel = &MCSchedModel::GetDefaultSchedModel(); in InitMCProcessorInfo()