Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MCA/Stages/
H A DStage.h90 struct InstStreamPause : public ErrorInfo<InstStreamPause> { struct
/llvm-project-15.0.7/llvm/lib/MCA/Stages/
H A DStage.cpp27 char InstStreamPause::ID = 0;
H A DEntryStage.cpp35 return llvm::make_error<InstStreamPause>(); in getNextInstruction()
/llvm-project-15.0.7/llvm/unittests/tools/llvm-mca/X86/
H A DTestIncrementalMCA.cpp50 ASSERT_TRUE(Cycles.errorIsA<mca::InstStreamPause>()); in TEST_F()
151 ASSERT_TRUE(Cycles.errorIsA<mca::InstStreamPause>()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/MCA/
H A DPipeline.cpp71 if (Err.isA<InstStreamPause>()) { in runCycle()