|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/llvm-exegesis/lib/Analysis.cpp 135 assert(!Point.Key.Instructions.empty());
222 assert(!Point.Key.Instructions.empty());
281 writeLatencySnippetHtml(OS, Point.Key.Instructions, *InstrInfo_);
285 writeUopsSnippetHtml(OS, Point.Key.Instructions, *InstrInfo_);
tools/llvm-exegesis/lib/BenchmarkResult.cpp 289 Io.mapRequired("instructions", Obj.Instructions);
tools/llvm-exegesis/lib/BenchmarkResult.h 65 const MCInst &keyInstruction() const { return Key.Instructions[0]; }
tools/llvm-exegesis/lib/BenchmarkRunner.cpp 93 const std::vector<MCInst> &Instructions = BC.Key.Instructions;
tools/llvm-exegesis/lib/SnippetFile.cpp 39 Result->Key.Instructions.push_back(Instruction);
tools/llvm-exegesis/lib/SnippetGenerator.cpp 76 BC.Key.Instructions.push_back(IT.build());
unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp 66 ToDisk.Key.Instructions.push_back(MCInstBuilder(X86::XOR32rr)
97 EXPECT_THAT(FromDisk.Key.Instructions,
98 Pointwise(EqMCInst(), ToDisk.Key.Instructions));
114 EXPECT_THAT(FromDisk.Key.Instructions,
115 Pointwise(EqMCInst(), ToDisk.Key.Instructions));
unittests/tools/llvm-exegesis/X86/SnippetFileTest.cpp 81 ASSERT_THAT(Snippet.Key.Instructions, ElementsAre(HasOpcode(X86::INC64r)));