HomeSort by: relevance | last modified time | path
    Searched refs:getMinWavesPerEU (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600Subtarget.h 167 unsigned getMinWavesPerEU() const override {
168 return AMDGPU::IsaInfo::getMinWavesPerEU(this);
AMDGPUSubtarget.h 219 virtual unsigned getMinWavesPerEU() const = 0;
GCNSubtarget.h 1127 unsigned getMinWavesPerEU() const override {
1128 return AMDGPU::IsaInfo::getMinWavesPerEU(this);
GCNSchedStrategy.cpp 401 } else if (WavesAfter > MFI.getMinWavesPerEU() ||
SIMachineFunctionInfo.h 875 unsigned getMinWavesPerEU() const {
AMDGPUSubtarget.cpp 475 if (Requested.first < getMinWavesPerEU() ||
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 177 unsigned getMinWavesPerEU(const MCSubtargetInfo *STI);
AMDGPUBaseInfo.cpp 558 unsigned getMinWavesPerEU(const MCSubtargetInfo *STI) {

Completed in 22 milliseconds