Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCA/
HDAMDGPUCustomBehaviour.h84 void computeWaitCnt(const InstRef &IR, unsigned &Vmcnt, unsigned &Expcnt,
HDAMDGPUCustomBehaviour.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