Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/X86/
H A DSnippetFileTest.cpp42 Expected<std::vector<BenchmarkCode>> TestCommon(StringRef Contents) { in TestCommon() function in llvm::exegesis::__anon23cde8e80111::X86SnippetFileTest
73 auto Snippets = TestCommon(R"( in TEST_F()
91 auto Error = TestCommon(R"( in TEST_F()
101 auto Error = TestCommon(R"( in TEST_F()
111 auto Error = TestCommon(R"( in TEST_F()
121 auto Snippets = TestCommon(R"( in TEST_F()
H A DSnippetRepetitorTest.cpp41 void TestCommon(InstructionBenchmark::RepetitionModeE RepetitionMode) { in TestCommon() function in llvm::exegesis::__anon0f0167460111::X86SnippetRepetitorTest
69 TestCommon(InstructionBenchmark::Duplicate); in TEST_F()
78 TestCommon(InstructionBenchmark::Loop); in TEST_F()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DProfileSummaryInfoTest.cpp153 TEST_F(ProfileSummaryInfoTest, TestCommon) { in TEST_F() argument