reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-exegesis/lib/BenchmarkResult.cpp
  291     Io.mapRequired("register_initial_values", Obj.RegisterInitialValues);
tools/llvm-exegesis/lib/BenchmarkRunner.cpp
  105                      BC.LiveIns, BC.Key.RegisterInitialValues,
  133                      BC.LiveIns, BC.Key.RegisterInitialValues, Filler, OS);
  167                    BC.LiveIns, BC.Key.RegisterInitialValues, FillFunction, OFS);
tools/llvm-exegesis/lib/SnippetFile.cpp
   68       Result->Key.RegisterInitialValues.push_back(std::move(RegVal));
tools/llvm-exegesis/lib/SnippetGenerator.cpp
   80         BC.Key.RegisterInitialValues =
unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp
   72   ToDisk.Key.RegisterInitialValues = {
unittests/tools/llvm-exegesis/X86/SnippetFileTest.cpp
   82   ASSERT_THAT(Snippet.Key.RegisterInitialValues,