Searched refs:InstrInfo_ (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | Analysis.cpp | 139 *SubtargetInfo_, *InstrInfo_, MCI); in printInstructionRowCsv() 162 InstrInfo_(std::move(InstrInfo)), in Analysis() 180 *InstrInfo_, *RegInfo_)); in Analysis() 235 ResolvedSchedClass::resolveSchedClassId(*SubtargetInfo_, *InstrInfo_, in makePointsPerSchedClass() 287 writeLatencySnippetHtml(OS, Point.Key.Instructions, *InstrInfo_); in printPointHtml() 291 writeParallelSnippetHtml(OS, Point.Key.Instructions, *InstrInfo_); in printPointHtml()
|
| H A D | Analysis.h | 118 std::unique_ptr<MCInstrInfo> InstrInfo_; variable
|