llvm::mca::Context

Synopsis

Declared in <llvm/MCA/Context.h>

class Context;

Member Functions

NameDescription
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