reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
93 const std::vector<MCInst> &Instructions = BC.Key.Instructions; 95 InstrBenchmark.Key = BC.Key; 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
39 Result->Key.Instructions.push_back(Instruction); 68 Result->Key.RegisterInitialValues.push_back(std::move(RegVal));tools/llvm-exegesis/lib/SnippetGenerator.cpp
76 BC.Key.Instructions.push_back(IT.build()); 80 BC.Key.RegisterInitialValues = 82 BC.Key.Config = CT.Config;unittests/tools/llvm-exegesis/X86/SnippetFileTest.cpp
81 ASSERT_THAT(Snippet.Key.Instructions, ElementsAre(HasOpcode(X86::INC64r))); 82 ASSERT_THAT(Snippet.Key.RegisterInitialValues,