Declared in <llvm/MCA/Context.h>
class Context;
| Name | Description |
|---|---|
Context [constructor] | Constructors |
operator= [deleted] | Copy assignment operator |
addHardwareUnit | |
createDefaultPipeline | Construct a basic pipeline for simulating an out-of-order pipeline. This pipeline consists of Fetch, Dispatch, Execute, and Retire stages. |
createInOrderPipeline | Construct a basic pipeline for simulating an in-order pipeline. This pipeline consists of Fetch, InOrderIssue, and Retire stages. |
getMCRegisterInfo | |
getMCSubtargetInfo |