Home
last modified time | relevance | path

Searched refs:postProcessInstruction (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/X86/MCA/
H A DX86CustomBehaviour.h40 void postProcessInstruction(std::unique_ptr<Instruction> &Inst,
H A DX86CustomBehaviour.cpp39 void X86InstrPostProcess::postProcessInstruction( in postProcessInstruction() function in llvm::mca::X86InstrPostProcess
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.h36 void postProcessInstruction(std::unique_ptr<Instruction> &Inst,
H A DAMDGPUCustomBehaviour.cpp24 void AMDGPUInstrPostProcess::postProcessInstruction( in postProcessInstruction() function in llvm::mca::AMDGPUInstrPostProcess
/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DCustomBehaviour.h50 virtual void postProcessInstruction(std::unique_ptr<Instruction> &Inst, in postProcessInstruction() function
/llvm-project-15.0.7/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp550 IPP->postProcessInstruction(Inst.get(), MCI); in main()
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-mca.rst965 For an example, look at the `X86InstrPostProcess::postProcessInstruction` method