Home
last modified time | relevance | path

Searched refs:getMinWavesPerEU (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DR600Subtarget.h167 unsigned getMinWavesPerEU() const override { in getMinWavesPerEU() function
168 return AMDGPU::IsaInfo::getMinWavesPerEU(this); in getMinWavesPerEU()
DAMDGPUSubtarget.h224 virtual unsigned getMinWavesPerEU() const = 0;
DGCNSubtarget.h1179 unsigned getMinWavesPerEU() const override { in getMinWavesPerEU() function
1180 return AMDGPU::IsaInfo::getMinWavesPerEU(this); in getMinWavesPerEU()
DSIMachineFunctionInfo.h875 unsigned getMinWavesPerEU() const {
DGCNSchedStrategy.cpp401 } else if (WavesAfter > MFI.getMinWavesPerEU() || in schedule()
DAMDGPUSubtarget.cpp578 if (Requested.first < getMinWavesPerEU() || in getWavesPerEU()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h177 unsigned getMinWavesPerEU(const MCSubtargetInfo *STI);
DAMDGPUBaseInfo.cpp558 unsigned getMinWavesPerEU(const MCSubtargetInfo *STI) { in getMinWavesPerEU() function