HomeSort by relevance Sort by last modified time
    Searched defs:getMaxWavesPerEU (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 564 unsigned getMaxWavesPerEU() const {
AMDGPUSubtarget.h 218 unsigned getMaxWavesPerEU(unsigned FlatWorkGroupSize) const {
219 return AMDGPU::IsaInfo::getMaxWavesPerEU(SubtargetFeatureBits,
229 unsigned getMaxWavesPerEU() const { return 10; }
728 unsigned getMaxWavesPerEU() const {
729 return AMDGPU::IsaInfo::getMaxWavesPerEU();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 247 return getMaxWavesPerEU() * getEUsPerCU(Features);
259 unsigned getMaxWavesPerEU() {
264 unsigned getMaxWavesPerEU(const FeatureBitset &Features,
315 if (WavesPerEU >= getMaxWavesPerEU())
392 if (WavesPerEU >= getMaxWavesPerEU())

Completed in 44 milliseconds