Home
last modified time | relevance | path

Searched refs:hasExtraProcessorInfo (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DRegisterFileStatistics.cpp25 if (!SM.hasExtraProcessorInfo()) { in initializeRegisterFileInfo()
80 assert(STI.getSchedModel().hasExtraProcessorInfo() && in printView()
DRetireControlUnit.cpp30 if (SM.hasExtraProcessorInfo()) { in RetireControlUnit()
DRegisterFile.cpp40 if (!SM.hasExtraProcessorInfo()) in initialize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSchedule.h318 bool hasExtraProcessorInfo() const { return ExtraProcessorInfo; } in hasExtraProcessorInfo() function
326 assert(hasExtraProcessorInfo() && in getExtraProcessorInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DLatency.cpp98 if (!State.getSubtargetInfo().getSchedModel().hasExtraProcessorInfo()) in getCounterName()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenSchedule.h258 bool hasExtraProcessorInfo() const { in hasExtraProcessorInfo() function
DSubtargetEmitter.cpp1348 if (PM.hasExtraProcessorInfo()) in EmitProcessorModels()
1393 if (PM.hasExtraProcessorInfo()) in EmitProcessorModels()