LLVM
15.0.0git
|
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MCA/CustomBehaviour.h"
#include "llvm/MCA/HardwareUnits/HardwareUnit.h"
#include "llvm/MCA/Pipeline.h"
#include "llvm/MCA/SourceMgr.h"
#include <memory>
Go to the source code of this file.
Classes | |
struct | llvm::mca::PipelineOptions |
This is a convenience struct to hold the parameters necessary for creating the pre-built "default" out-of-order pipeline. More... | |
class | llvm::mca::Context |
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::mca | |
This file defines a class for holding ownership of various simulated hardware units. A Context also provides a utility routine for constructing a default out-of-order pipeline with fetch, dispatch, execute, and retire stages.
Definition in file Context.h.