Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.h28 void processWaitCnt(std::unique_ptr<Instruction> &Inst, const MCInst &MCI);
H A DAMDGPUCustomBehaviour.cpp40 return processWaitCnt(Inst, MCI); in postProcessInstruction()
46 void AMDGPUInstrPostProcess::processWaitCnt(std::unique_ptr<Instruction> &Inst, in processWaitCnt() function in llvm::mca::AMDGPUInstrPostProcess