Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/MCA/
H A DX86CustomBehaviour.h27 class X86InstrPostProcess : public InstrPostProcess {
35 X86InstrPostProcess(const MCSubtargetInfo &STI, const MCInstrInfo &MCII) in X86InstrPostProcess() function
38 ~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()
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-mca.rst965 For an example, look at the `X86InstrPostProcess::postProcessInstruction` method