Searched refs:FirstPoint (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/ |
| H A D | Analysis.cpp | 169 const InstructionBenchmark &FirstPoint = Clustering.getPoints().front(); in Analysis() local 171 ForceCpuName.empty() ? FirstPoint.CpuName : ForceCpuName; in Analysis() 172 RegInfo_.reset(Target.createMCRegInfo(FirstPoint.LLVMTriple)); in Analysis() 175 Target.createMCAsmInfo(*RegInfo_, FirstPoint.LLVMTriple, MCOptions)); in Analysis() 177 Target.createMCSubtargetInfo(FirstPoint.LLVMTriple, CpuName, "")); in Analysis() 179 Triple(FirstPoint.LLVMTriple), 0 /*default variant*/, *AsmInfo_, in Analysis() 183 std::make_unique<MCContext>(Triple(FirstPoint.LLVMTriple), AsmInfo_.get(), in Analysis() 543 const auto &FirstPoint = Clustering_.getPoints()[0]; in run() local 548 writeEscaped<kEscapeHtml>(OS, FirstPoint.LLVMTriple); in run() 550 writeEscaped<kEscapeHtml>(OS, FirstPoint.CpuName); in run()
|