Home
last modified time | relevance | path

Searched refs:ScratchSpace (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/
H A DBenchmarkRunnerTest.cpp19 BenchmarkRunner::ScratchSpace Space; in TEST()
21 BenchmarkRunner::ScratchSpace::kAlignment, in TEST()
24 Space.ptr()[BenchmarkRunner::ScratchSpace::kSize - 1] = 43; in TEST()
27 EXPECT_EQ(Space.ptr()[BenchmarkRunner::ScratchSpace::kSize - 1], 0); in TEST()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h49 struct ScratchSpace { struct
52 ScratchSpace() in ScratchSpace() function
88 const std::unique_ptr<ScratchSpace> Scratch;
H A DBenchmarkRunner.cpp34 : State(State), Mode(Mode), Scratch(std::make_unique<ScratchSpace>()) {} in BenchmarkRunner()
43 BenchmarkRunner::ScratchSpace *Scratch) in FunctionExecutorImpl()
131 BenchmarkRunner::ScratchSpace *const Scratch;
H A DParallelSnippetGenerator.cpp113 assert(I * MemStep < BenchmarkRunner::ScratchSpace::kSize && in instantiateMemoryOperands()
/llvm-project-15.0.7/llvm/unittests/tools/llvm-exegesis/Common/
H A DAssemblerUtils.h57 BenchmarkRunner::ScratchSpace Scratch; in Check()