Lines Matching refs:AMDGPUDevice
14 AMDGPUDevice::AMDGPUDevice(AMDGPUSubtarget *ST) : mSTM(ST) in AMDGPUDevice() function in AMDGPUDevice
22 AMDGPUDevice::~AMDGPUDevice() in ~AMDGPUDevice()
28 size_t AMDGPUDevice::getMaxGDSSize() const in getMaxGDSSize()
34 AMDGPUDevice::getDeviceFlag() const in getDeviceFlag()
39 size_t AMDGPUDevice::getMaxNumCBs() const in getMaxNumCBs()
48 size_t AMDGPUDevice::getMaxCBSize() const in getMaxCBSize()
57 size_t AMDGPUDevice::getMaxScratchSize() const in getMaxScratchSize()
62 uint32_t AMDGPUDevice::getStackAlignment() const in getStackAlignment()
67 void AMDGPUDevice::setCaps() in setCaps()
97 AMDGPUDevice::getExecutionMode(AMDGPUDeviceInfo::Caps Caps) const in getExecutionMode()
113 bool AMDGPUDevice::isSupported(AMDGPUDeviceInfo::Caps Mode) const in isSupported()
118 bool AMDGPUDevice::usesHardware(AMDGPUDeviceInfo::Caps Mode) const in usesHardware()
123 bool AMDGPUDevice::usesSoftware(AMDGPUDeviceInfo::Caps Mode) const in usesSoftware()
129 AMDGPUDevice::getDataLayout() const in getDataLayout()