Home
last modified time | relevance | path

Searched refs:X86InstrPostProcess (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/X86/MCA/
H A DX86CustomBehaviour.h26 class X86InstrPostProcess : public InstrPostProcess {
32 X86InstrPostProcess(const MCSubtargetInfo &STI, const MCInstrInfo &MCII) in X86InstrPostProcess() function
35 ~X86InstrPostProcess() = default;
H A DX86CustomBehaviour.cpp23 void X86InstrPostProcess::setMemBarriers(std::unique_ptr<Instruction> &Inst, in setMemBarriers()
39 void X86InstrPostProcess::postProcessInstruction( in postProcessInstruction()
54 return new X86InstrPostProcess(STI, MCII); in createX86InstrPostProcess()