Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
H A DAMDGPUCustomBehaviour.h84 void computeWaitCnt(const InstRef &IR, unsigned &Vmcnt, unsigned &Expcnt,
H A DAMDGPUCustomBehaviour.cpp122 computeWaitCnt(IR, Vmcnt, Expcnt, Lgkmcnt, Vscnt); in handleWaitCnt()
176 void AMDGPUCustomBehaviour::computeWaitCnt(const InstRef &IR, unsigned &Vmcnt, in computeWaitCnt() function in llvm::mca::AMDGPUCustomBehaviour