HomeSort by relevance Sort by last modified time
    Searched defs:FullFS (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 178 std::string FullFS = FS;
180 if (!FullFS.empty())
181 FullFS = "+64bit,+sse2," + FullFS;
183 FullFS = "+64bit,+sse2";
188 if (!FullFS.empty())
189 FullFS = "+sahf," + FullFS;
191 FullFS = "+sahf";
196 ParseSubtargetFeatures(CPUName, FullFS);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.cpp 317 std::string FullFS = FS;
319 if (!FullFS.empty())
320 FullFS = "+64bit,+sse2," + FullFS;
322 FullFS = "+64bit,+sse2";
326 ParseSubtargetFeatures(CPUName, FullFS);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.cpp 225 std::string FullFS = FS;
227 if (!FullFS.empty())
228 FullFS = "+64bit,+sse2," + FullFS;
230 FullFS = "+64bit,+sse2";
235 if (!FullFS.empty())
236 FullFS = "+sahf," + FullFS;
238 FullFS = "+sahf";
242 ParseSubtargetFeatures(CPUName, FullFS);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 121 std::string FullFS = FS;
125 if (!FullFS.empty())
126 FullFS = "+64bit," + FullFS;
128 FullFS = "+64bit";
132 if (!FullFS.empty())
133 FullFS = "+crbits," + FullFS;
135 FullFS = "+crbits";
139 if (!FullFS.empty()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCTargetMachine.cpp 146 std::string FullFS = FS;
150 if (!FullFS.empty())
151 FullFS = "+64bit," + FullFS;
153 FullFS = "+64bit";
157 if (!FullFS.empty())
158 FullFS = "+crbits," + FullFS;
160 FullFS = "+crbits";
164 if (!FullFS.empty()
    [all...]

Completed in 459 milliseconds