Lines Matching refs:AMDGPUEvergreenDevice
29 // The AMDGPUEvergreenDevice is the base device class for all of the Evergreen
33 class AMDGPUEvergreenDevice : public AMDGPUDevice {
35 AMDGPUEvergreenDevice(AMDGPUSubtarget *ST);
36 virtual ~AMDGPUEvergreenDevice();
45 }; // AMDGPUEvergreenDevice
47 // The AMDGPUCypressDevice is similiar to the AMDGPUEvergreenDevice, except it has
51 class AMDGPUCypressDevice : public AMDGPUEvergreenDevice {
61 // devices. This class differs from the base AMDGPUEvergreenDevice in that the
64 class AMDGPUCedarDevice : public AMDGPUEvergreenDevice {
77 class AMDGPURedwoodDevice : public AMDGPUEvergreenDevice {