Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h230 virtual unsigned getMinWavesPerEU() const = 0;
1212 unsigned getMinWavesPerEU() const override { in getMinWavesPerEU() function
1213 return AMDGPU::IsaInfo::getMinWavesPerEU(this); in getMinWavesPerEU()
1349 unsigned getMinWavesPerEU() const override { in getMinWavesPerEU() function
1350 return AMDGPU::IsaInfo::getMinWavesPerEU(this); in getMinWavesPerEU()
DGCNSchedStrategy.cpp395 if (WavesAfter > MFI.getMinWavesPerEU() || in schedule()
DSIMachineFunctionInfo.h846 unsigned getMinWavesPerEU() const {
DAMDGPUSubtarget.cpp416 if (Requested.first < getMinWavesPerEU() || in getWavesPerEU()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h101 unsigned getMinWavesPerEU(const MCSubtargetInfo *STI);
DAMDGPUBaseInfo.cpp295 unsigned getMinWavesPerEU(const MCSubtargetInfo *STI) { in getMinWavesPerEU() function