Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/MCA/
H A DX86CustomBehaviour.h37 void postProcessInstruction(std::unique_ptr<Instruction> &Inst,
H A DX86CustomBehaviour.cpp39 void X86InstrPostProcess::postProcessInstruction( in postProcessInstruction() function in llvm::mca::X86InstrPostProcess
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.h36 void postProcessInstruction(std::unique_ptr<Instruction> &Inst,
H A DAMDGPUCustomBehaviour.cpp23 void AMDGPUInstrPostProcess::postProcessInstruction( in postProcessInstruction() function in llvm::mca::AMDGPUInstrPostProcess
/src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCustomBehaviour.h51 virtual void postProcessInstruction(std::unique_ptr<Instruction> &Inst, in postProcessInstruction() function
/src/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp652 IPP->postProcessInstruction(Inst.get(), MCI); in main()