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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.cpp 321 MaxWavesPerEU = AMDGPU::IsaInfo::getMaxWavesPerEU(this);
363 unsigned MaxWaves = getMaxWavesPerEU();
394 MaxWaves = std::min(MaxWaves, getMaxWavesPerEU());
399 assert(MaxWaves > 0 && MaxWaves <= getMaxWavesPerEU() &&
451 std::pair<unsigned, unsigned> Default(1, getMaxWavesPerEU());
476 Requested.second > getMaxWavesPerEU())
667 return getMaxWavesPerEU();
692 unsigned MaxWaves = getMaxWavesPerEU();
721 std::min(getMaxWavesPerEU(),
AMDGPUSubtarget.h 223 unsigned getMaxWavesPerEU() const { return MaxWavesPerEU; }
GCNSubtarget.h 41 using AMDGPUSubtarget::getMaxWavesPerEU;
SIMachineFunctionInfo.cpp 192 limitOccupancy(getMaxWavesPerEU());
SIMachineFunctionInfo.h 880 unsigned getMaxWavesPerEU() const {
AMDGPUAsmPrinter.cpp 1145 std::max(ProgInfo.NumSGPR, 1u), STM.getMinNumSGPRs(MFI->getMaxWavesPerEU()));
1147 std::max(ProgInfo.NumVGPR, 1u), STM.getMinNumVGPRs(MFI->getMaxWavesPerEU()));
AMDGPUPromoteAlloca.cpp 818 OccupancyHint = std::min(OccupancyHint, ST.getMaxWavesPerEU());
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 562 unsigned getMaxWavesPerEU(const MCSubtargetInfo *STI) {
630 if (WavesPerEU >= getMaxWavesPerEU(STI))
737 if (WavesPerEU >= getMaxWavesPerEU(STI))
AMDGPUBaseInfo.h 181 unsigned getMaxWavesPerEU(const MCSubtargetInfo *STI);

Completed in 22 milliseconds