Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:FS

143                                          StringRef CPU, StringRef FS,
149 FS, Options, getEffectiveRelocModel(RM), CM, OptLevel),
177 StringRef CPU, StringRef FS,
181 : AMDGPUTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}
186 StringRef FS = getFeatureString(F);
189 SubtargetKey.append(FS);
197 I = llvm::make_unique<R600Subtarget>(TargetTriple, GPU, FS, *this);
219 StringRef CPU, StringRef FS,
223 : AMDGPUTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}
227 StringRef FS = getFeatureString(F);
230 SubtargetKey.append(FS);
238 I = llvm::make_unique<SISubtarget>(TargetTriple, GPU, FS, *this);