Lines Matching refs:AMDGPUEvergreenDevice
13 AMDGPUEvergreenDevice::AMDGPUEvergreenDevice(AMDGPUSubtarget *ST) in AMDGPUEvergreenDevice() function in AMDGPUEvergreenDevice
28 AMDGPUEvergreenDevice::~AMDGPUEvergreenDevice() { in ~AMDGPUEvergreenDevice()
31 size_t AMDGPUEvergreenDevice::getMaxLDSSize() const { in getMaxLDSSize()
38 size_t AMDGPUEvergreenDevice::getMaxGDSSize() const { in getMaxGDSSize()
45 uint32_t AMDGPUEvergreenDevice::getMaxNumUAVs() const { in getMaxNumUAVs()
49 uint32_t AMDGPUEvergreenDevice::getResourceID(uint32_t id) const { in getResourceID()
82 size_t AMDGPUEvergreenDevice::getWavefrontSize() const { in getWavefrontSize()
86 uint32_t AMDGPUEvergreenDevice::getGeneration() const { in getGeneration()
90 void AMDGPUEvergreenDevice::setCaps() { in setCaps()
123 : AMDGPUEvergreenDevice(ST) { in AMDGPUCypressDevice()
139 : AMDGPUEvergreenDevice(ST) { in AMDGPUCedarDevice()
155 : AMDGPUEvergreenDevice(ST) { in AMDGPURedwoodDevice()