Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.cpp138 Configuration.SnippetSetup.RegsToDef = computeRegsToDef(Prototype.Snippet); in generateConfigurations()
144 std::vector<unsigned> BenchmarkRunner::computeRegsToDef( in computeRegsToDef() function in exegesis::BenchmarkRunner
DBenchmarkRunner.h67 computeRegsToDef(const std::vector<InstructionInstance> &Snippet) const;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/X86/
DSnippetGeneratorTest.cpp254 const auto RegsToDef = Runner.computeRegsToDef(Snippet); in TEST_F()
280 const auto RegsToDef = Runner.computeRegsToDef(Snippet); in TEST_F()