Home | History | Annotate | Download | only in AMDGPU

Lines Matching defs:GPU

125 static StringRef getGPUOrDefault(const Triple &TT, StringRef GPU) {
126 if (!GPU.empty())
127 return GPU;
129 // HSA only supports CI+, so change the default GPU to a CI for HSA.
185 StringRef GPU = getGPUName(F);
188 SmallString<128> SubtargetKey(GPU);
197 I = llvm::make_unique<R600Subtarget>(TargetTriple, GPU, FS, *this);
226 StringRef GPU = getGPUName(F);
229 SmallString<128> SubtargetKey(GPU);
238 I = llvm::make_unique<SISubtarget>(TargetTriple, GPU, FS, *this);