Home
last modified time | relevance | path

Searched refs:ExecuteStage (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DExecuteStage.h28 class ExecuteStage final : public Stage {
46 ExecuteStage(const ExecuteStage &Other) = delete;
47 ExecuteStage &operator=(const ExecuteStage &Other) = delete;
50 ExecuteStage(Scheduler &S) : ExecuteStage(S, false) {} in ExecuteStage() function
51 ExecuteStage(Scheduler &S, bool ShouldPerformBottleneckAnalysis) in ExecuteStage() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp43 bool ExecuteStage::isAvailable(const InstRef &IR) const { in isAvailable()
53 Error ExecuteStage::issueInstruction(InstRef &IR) { in issueInstruction()
80 Error ExecuteStage::issueReadyInstructions() { in issueReadyInstructions()
93 Error ExecuteStage::cycleStart() { in cycleStart()
122 Error ExecuteStage::cycleEnd() { in cycleEnd()
173 Error ExecuteStage::handleInstructionEliminated(InstRef &IR) { in handleInstructionEliminated()
186 Error ExecuteStage::execute(InstRef &IR) { in execute()
227 void ExecuteStage::notifyInstructionExecuted(const InstRef &IR) const { in notifyInstructionExecuted()
233 void ExecuteStage::notifyInstructionPending(const InstRef &IR) const { in notifyInstructionPending()
239 void ExecuteStage::notifyInstructionReady(const InstRef &IR) const { in notifyInstructionReady()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DCMakeLists.txt16 Stages/ExecuteStage.cpp
H A DContext.cpp50 std::make_unique<ExecuteStage>(*HWS, Opts.EnableBottleneckAnalysis); in createDefaultPipeline()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/MCA/
H A DBUILD.gn24 "Stages/ExecuteStage.cpp",
/netbsd-src/external/apache2/llvm/lib/libLLVMMCA/
H A DMakefile31 ExecuteStage.cpp \