Home
last modified time | relevance | path

Searched refs:getSubTargetInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp27 const MCSchedModel &SM = getSubTargetInfo().getSchedModel(); in ResourcePressureView()
109 const MCSchedModel &SM = getSubTargetInfo().getSchedModel(); in printResourcePressurePerIter()
153 printColumnNames(FOS, getSubTargetInfo().getSchedModel()); in printResourcePressurePerInst()
H A DInstructionView.h49 const llvm::MCSubtargetInfo &getSubTargetInfo() const { return STI; } in getSubTargetInfo() function
H A DTimelineView.cpp46 const MCSchedModel &SM = getSubTargetInfo().getSchedModel(); in onReservedBuffers()
171 getSubTargetInfo().getSchedModel().MicroOpBufferSize); in printWaitTimeEntry()
H A DInstructionInfoView.cpp113 const llvm::MCSubtargetInfo &STI = getSubTargetInfo(); in collectData()
H A DBottleneckAnalysis.cpp613 const MCSchedModel &SM = getSubTargetInfo().getSchedModel(); in printBottleneckHints()