Lines Matching +full:gpu +full:- +full:id
1 //===--- AMDGPU.h - AMDGPU ToolChain Implementations ----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
51 const std::map<options::ID, const StringRef> OptionsDefault;
54 StringRef getOptionDefault(options::ID OptID) const {
57 return opt->second;
100 /// Uses amdgpu-arch tool to get arch of the system GPU. Will return error
106 /// Check and diagnose invalid target ID specified by -mcpu.
116 /// Get target ID, GPU arch, and target ID features if the target ID is
121 /// Get GPU arch from -mcpu without checking.