Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h160 unsigned getMinWavesPerEU() const override { in getMinWavesPerEU() function
161 return AMDGPU::IsaInfo::getMinWavesPerEU(this); in getMinWavesPerEU()
H A DAMDGPUSubtarget.h281 virtual unsigned getMinWavesPerEU() const = 0;
H A DGCNSubtarget.h1565 unsigned getMinWavesPerEU() const override { in getMinWavesPerEU() function
1566 return AMDGPU::IsaInfo::getMinWavesPerEU(this); in getMinWavesPerEU()
H A DSIMachineFunctionInfo.h1045 unsigned getMinWavesPerEU() const {
H A DAMDGPUSubtarget.cpp466 if (Requested.first < getMinWavesPerEU() || in getEffectiveWavesPerEU()
H A DGCNSchedStrategy.cpp1294 if (WavesAfter <= MFI.getMinWavesPerEU() && isRegionWithExcessRP() && in mayCauseSpilling()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h219 unsigned getMinWavesPerEU(const MCSubtargetInfo *STI);
H A DAMDGPUBaseInfo.cpp962 unsigned getMinWavesPerEU(const MCSubtargetInfo *STI) { in getMinWavesPerEU() function