LLVM 20.0.0git
|
This file defines the execution stage of an instruction pipeline. More...
#include "llvm/MCA/Stages/ExecuteStage.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/Debug.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::mca |
Macros | |
#define | DEBUG_TYPE "llvm-mca" |
Functions | |
HWStallEvent::GenericEventType | llvm::mca::toHWStallEventType (Scheduler::Status Status) |
static void | llvm::mca::verifyInstructionEliminated (const InstRef &IR) |
This file defines the execution stage of an instruction pipeline.
The ExecuteStage is responsible for managing the hardware scheduler and issuing notifications that an instruction has been executed.
Definition in file ExecuteStage.cpp.
#define DEBUG_TYPE "llvm-mca" |
Definition at line 21 of file ExecuteStage.cpp.