Searched refs:getWavefrontSize (Results 1 – 12 of 12) sorted by relevance
37 virtual size_t getWavefrontSize() const;54 virtual size_t getWavefrontSize() const;66 virtual size_t getWavefrontSize() const;
39 virtual size_t getWavefrontSize() const;68 virtual size_t getWavefrontSize() const;81 virtual size_t getWavefrontSize() const;
45 size_t AMDGPU7XXDevice::getWavefrontSize() const in getWavefrontSize() function in AMDGPU7XXDevice113 size_t AMDGPU770Device::getWavefrontSize() const in getWavefrontSize() function in AMDGPU770Device126 size_t AMDGPU710Device::getWavefrontSize() const in getWavefrontSize() function in AMDGPU710Device
82 size_t AMDGPUEvergreenDevice::getWavefrontSize() const { in getWavefrontSize() function in AMDGPUEvergreenDevice150 size_t AMDGPUCedarDevice::getWavefrontSize() const { in getWavefrontSize() function in AMDGPUCedarDevice167 size_t AMDGPURedwoodDevice::getWavefrontSize() const { in getWavefrontSize() function in AMDGPURedwoodDevice
70 virtual size_t getWavefrontSize() const = 0;
138 unsigned getWavefrontSize() const { in getWavefrontSize() function282 return 4 * 256 / getWavefrontSize(); in getStackAlignment()
197 switch (getWavefrontSize()) { in getStackEntrySize()
142 MaximumWorkGroupSize = ST.getWavefrontSize();
94 if (ST->getWavefrontSize() == 64) { in requiresWorkAroundForInst()105 assert(ST->getWavefrontSize() == 32); in requiresWorkAroundForInst()
535 alignTo(ProgInfo.ScratchSize * STM.getWavefrontSize(), in getSIProgramInfo()
32 unsigned MaxInvocationsPerWave = SIMDPerCU * ST.getWavefrontSize(); in getMaxWaveCountPerSIMD()
735 unsigned WavefrontSize = ST.getWavefrontSize(); in calculateLDSSpillAddress()