Home
last modified time | relevance | path

Searched refs:RegisterInitialValues (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp40 ArrayRef<RegisterValue> RegisterInitialValues, BasicBlockFiller &BBF) { in generateSnippetSetupCode() argument
42 for (const RegisterValue &RV : RegisterInitialValues) { in generateSnippetSetupCode()
178 ArrayRef<RegisterValue> RegisterInitialValues, in assembleToStream() argument
199 for (const auto &InitValue : RegisterInitialValues) { in assembleToStream()
208 ET, TM->getMCSubtargetInfo(), RegisterInitialValues, Entry); in assembleToStream()
H A DBenchmarkRunner.cpp177 BC.LiveIns, BC.Key.RegisterInitialValues, in runConfiguration()
208 BC.LiveIns, BC.Key.RegisterInitialValues, Filler, OS)) { in runConfiguration()
270 BC.Key.RegisterInitialValues, FillFunction, OFS)) { in writeObjectFile()
H A DBenchmarkResult.h39 std::vector<RegisterValue> RegisterInitialValues; member
H A DAssembler.h93 ArrayRef<RegisterValue> RegisterInitialValues,
H A DSnippetFile.cpp69 Result->Key.RegisterInitialValues.push_back(std::move(RegVal)); in HandleComment()
H A DSnippetGenerator.cpp85 BC.Key.RegisterInitialValues = in generateConfigurations()
H A DBenchmarkResult.cpp291 Io.mapRequired("register_initial_values", Obj.RegisterInitialValues); in mapping()