Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSubtargetInfo.h41 const MCSchedModel *CPUSchedModel; variable
115 const MCSchedModel &getSchedModel() const { return *CPUSchedModel; } in getSchedModel()
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp30 CPUSchedModel = &getSchedModelForCPU(CPU); in InitMCProcessorInfo()
32 CPUSchedModel = &MCSchedModel::GetDefaultSchedModel(); in InitMCProcessorInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSubtargetInfo.h47 const MCSchedModel *CPUSchedModel; variable
116 const MCSchedModel &getSchedModel() const { return *CPUSchedModel; } in getSchedModel()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSubtargetInfo.cpp33 CPUSchedModel = &getSchedModelForCPU(CPU); in InitMCProcessorInfo()
35 CPUSchedModel = &MCSchedModel::GetDefaultSchedModel(); in InitMCProcessorInfo()