Lines Matching defs:FS
99 StringRef CPU, StringRef FS,
105 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options,
126 std::string FS =
135 FS += FS.empty() ? "+soft-float" : ",+soft-float";
137 auto &I = SubtargetMap[CPU + FS];
143 I = std::make_unique<SparcSubtarget>(CPU, TuneCPU, FS, *this,
201 StringRef CPU, StringRef FS,
206 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {}
211 StringRef CPU, StringRef FS,
216 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {}
221 StringRef CPU, StringRef FS,
226 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {}