Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DTarget.h181 virtual std::unique_ptr<SavedState> withSavedState() const { in withSavedState() function
H A DBenchmarkRunner.cpp96 auto PS = ET.withSavedState(); in runAndSample()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/X86/
H A DTarget.cpp771 std::unique_ptr<SavedState> withSavedState() const override { in withSavedState() function in llvm::exegesis::__anonb99050300611::ExegesisX86Target