Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:FS

119 static std::string computeFSAdditions(StringRef FS, CodeGenOpt::Level OL,
121 std::string FullFS = FS;
196 StringRef CPU, StringRef FS,
201 computeFSAdditions(FS, OL, TT), Options,
205 Subtarget(TargetTriple, CPU, computeFSAdditions(FS, OL, TT), *this) {
232 StringRef CPU, StringRef FS,
237 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}
242 StringRef CPU, StringRef FS,
247 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}
257 std::string FS = !FSAttr.hasAttribute(Attribute::None)
271 FS += FS.empty() ? "+soft-float" : ",+soft-float";
273 auto &I = SubtargetMap[CPU + FS];
287 computeFSAdditions(FS, getOptLevel(), getTargetTriple()), *this);