LLVM
8.0.1
|
This file models the dispatch component of an instruction pipeline. More...
#include "llvm/MCA/Stages/DispatchStage.h"
#include "llvm/MCA/HWEventListener.h"
#include "llvm/MCA/HardwareUnits/Scheduler.h"
#include "llvm/Support/Debug.h"
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::mca | |
Macros | |
#define | DEBUG_TYPE "llvm-mca" |
This file models the dispatch component of an instruction pipeline.
The DispatchStage is responsible for updating instruction dependencies and communicating to the simulated instruction scheduler that an instruction is ready to be scheduled for execution.
Definition in file DispatchStage.cpp.
#define DEBUG_TYPE "llvm-mca" |
Definition at line 24 of file DispatchStage.cpp.