createInstrumentManager - Create a target specific InstrumentManager. This class is used by llvm-mca and requires backend functionality.
Declared in <llvm/MC/TargetRegistry.h>
mca::InstrumentManager*
createInstrumentManager(
MCSubtargetInfo const& STI,
MCInstrInfo const& MCII) const;
A new InstrumentManager, or nullptr if none is registered.
| Name | Description |
|---|---|
| STI | The subtarget information. |
| MCII | The instruction information. |