Home
last modified time | relevance | path

Searched refs:computeRegisterInitialValues (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSnippetGenerator.h69 std::vector<RegisterValue> computeRegisterInitialValues(
H A DSnippetGenerator.cpp86 computeRegisterInitialValues(CT.Instructions); in generateConfigurations()
100 std::vector<RegisterValue> SnippetGenerator::computeRegisterInitialValues( in computeRegisterInitialValues() function in llvm::exegesis::SnippetGenerator
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/
H A DSnippetGeneratorTest.cpp432 const auto RIV = Generator.computeRegisterInitialValues(Snippet); in TEST_F()
458 const auto RIV = Generator.computeRegisterInitialValues(Snippet); in TEST_F()