LLVM: llvm::mca::X86InstrPostProcess Class Reference (original) (raw)

#include "[Target/X86/MCA/X86CustomBehaviour.h](X86CustomBehaviour%5F8h%5Fsource.html)"

Inheritance diagram for llvm::mca::X86InstrPostProcess:

Public Member Functions
X86InstrPostProcess (const MCSubtargetInfo &STI, const MCInstrInfo &MCII)
~X86InstrPostProcess () override=default
void postProcessInstruction (Instruction &Inst, const MCInst &MCI) override
This method can be overriden by targets to modify the mca::Instruction object after it has been lowered from the MCInst.
Public Member Functions inherited from llvm::mca::InstrPostProcess
InstrPostProcess (const MCSubtargetInfo &STI, const MCInstrInfo &MCII)
virtual ~InstrPostProcess ()=default
virtual void resetState ()

Detailed Description

Definition at line 26 of file X86CustomBehaviour.h.

Constructor & Destructor Documentation

~X86InstrPostProcess()

llvm::mca::X86InstrPostProcess::~X86InstrPostProcess ( ) overridedefault

Member Function Documentation

postProcessInstruction()


The documentation for this class was generated from the following files: