Home
last modified time | relevance | path

Searched refs:getWavesPerEU (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp299 std::pair<unsigned, unsigned> AMDGPUSubtarget::getWavesPerEU( in getWavesPerEU() function in AMDGPUSubtarget
552 std::pair<unsigned, unsigned> WavesPerEU = MFI.getWavesPerEU(); in getMaxNumSGPRs()
602 std::pair<unsigned, unsigned> WavesPerEU = MFI.getWavesPerEU(); in getMaxNumVGPRs()
DSIMachineFunctionInfo.cpp53 WavesPerEU = ST.getWavesPerEU(F); in SIMachineFunctionInfo()
DSIMachineFunctionInfo.h554 std::pair<unsigned, unsigned> getWavesPerEU() const { in getWavesPerEU() function
DAMDGPUSubtarget.h108 std::pair<unsigned, unsigned> getWavesPerEU(const Function &F) const;
DAMDGPUPromoteAlloca.cpp663 unsigned OccupancyHint = ST.getWavesPerEU(F).second; in hasSufficientLocalMem()