Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/lib/AMDGPU/
H A DAMDGPUCustomBehaviour.h32 void postProcessInstruction(std::unique_ptr<Instruction> &Inst, in postProcessInstruction() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/
H A DCustomBehaviour.h45 virtual void postProcessInstruction(std::unique_ptr<Instruction> &Inst, in postProcessInstruction() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp559 IPP->postProcessInstruction(Inst.get(), MCI); in main()