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

  /external/llvm/lib/Target/R600/
AMDILNIDevice.cpp 16 AMDGPUNIDevice::AMDGPUNIDevice(AMDGPUSubtarget *ST)
29 AMDGPUNIDevice::~AMDGPUNIDevice() {
33 AMDGPUNIDevice::getMaxLDSSize() const {
42 AMDGPUNIDevice::getGeneration() const {
48 : AMDGPUNIDevice(ST) {
AMDILNIDevice.h 28 /// \brief The AMDGPUNIDevice is the base class for all Northern Island series of
35 class AMDGPUNIDevice : public AMDGPUEvergreenDevice {
37 AMDGPUNIDevice(AMDGPUSubtarget*);
38 virtual ~AMDGPUNIDevice();
45 /// of the AMDGPUNIDevice. The other major difference is that the Cayman Device
47 class AMDGPUCaymanDevice: public AMDGPUNIDevice {

Completed in 170 milliseconds