Searched refs:FullFS (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp235 std::string FullFS = std::string(FS); local
239 if (!FullFS.empty())
240 FullFS = "+sse2," + FullFS;
242 FullFS = "+sse2";
246 if (!FullFS.empty())
247 FullFS = "+64bit," + FullFS;
249 FullFS = "+64bit";
255 if (!FullFS
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp162 std::string FullFS = std::string(FS); local
166 if (!FullFS.empty())
167 FullFS = "+64bit," + FullFS;
169 FullFS = "+64bit";
173 if (!FullFS.empty())
174 FullFS = "+crbits," + FullFS;
176 FullFS = "+crbits";
180 if (!FullFS
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp58 SmallString<256> FullFS("+promote-alloca,");
59 FullFS += FS;
60 ParseSubtargetFeatures(GPU, FullFS);
81 SmallString<256> FullFS("+promote-alloca,+load-store-opt,+enable-ds128,+sram-ecc,+xnack,");
84 FullFS += "+flat-for-global,+unaligned-buffer-access,+trap-handler,";
86 FullFS += "+enable-prt-strict-null,"; // This is overridden by a disable in FS
91 FullFS += "-wavefrontsize16,";
93 FullFS += "-wavefrontsize32,";
95 FullFS += "-wavefrontsize64,";
98 FullFS
[all...]

Completed in 63 milliseconds