Searched refs:X86InstrPostProcess (Results 1 – 2 of 2) sorted by relevance
26 class X86InstrPostProcess : public InstrPostProcess {32 X86InstrPostProcess(const MCSubtargetInfo &STI, const MCInstrInfo &MCII) in X86InstrPostProcess() function35 ~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()