Searched refs:X86InstrPostProcess (Results 1 – 3 of 3) sorted by relevance
27 class X86InstrPostProcess : public InstrPostProcess {35 X86InstrPostProcess(const MCSubtargetInfo &STI, const MCInstrInfo &MCII) in X86InstrPostProcess() function38 ~X86InstrPostProcess() = default;
23 void X86InstrPostProcess::setMemBarriers(std::unique_ptr<Instruction> &Inst, in setMemBarriers()39 void X86InstrPostProcess::postProcessInstruction( in postProcessInstruction()54 return new X86InstrPostProcess(STI, MCII); in createX86InstrPostProcess()
965 For an example, look at the `X86InstrPostProcess::postProcessInstruction` method