Home
last modified time | relevance | path

Searched refs:FullFS (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.cpp178 std::string FullFS = FS; in initSubtargetFeatures() local
180 if (!FullFS.empty()) in initSubtargetFeatures()
181 FullFS = "+64bit,+sse2," + FullFS; in initSubtargetFeatures()
183 FullFS = "+64bit,+sse2"; in initSubtargetFeatures()
188 if (!FullFS.empty()) in initSubtargetFeatures()
189 FullFS = "+sahf," + FullFS; in initSubtargetFeatures()
191 FullFS = "+sahf"; in initSubtargetFeatures()
196 ParseSubtargetFeatures(CPUName, FullFS); in initSubtargetFeatures()
/external/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp121 std::string FullFS = FS; in computeFSAdditions() local
125 if (!FullFS.empty()) in computeFSAdditions()
126 FullFS = "+64bit," + FullFS; in computeFSAdditions()
128 FullFS = "+64bit"; in computeFSAdditions()
132 if (!FullFS.empty()) in computeFSAdditions()
133 FullFS = "+crbits," + FullFS; in computeFSAdditions()
135 FullFS = "+crbits"; in computeFSAdditions()
139 if (!FullFS.empty()) in computeFSAdditions()
140 FullFS = "+invariant-function-descriptors," + FullFS; in computeFSAdditions()
142 FullFS = "+invariant-function-descriptors"; in computeFSAdditions()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp146 std::string FullFS = FS; in computeFSAdditions() local
150 if (!FullFS.empty()) in computeFSAdditions()
151 FullFS = "+64bit," + FullFS; in computeFSAdditions()
153 FullFS = "+64bit"; in computeFSAdditions()
157 if (!FullFS.empty()) in computeFSAdditions()
158 FullFS = "+crbits," + FullFS; in computeFSAdditions()
160 FullFS = "+crbits"; in computeFSAdditions()
164 if (!FullFS.empty()) in computeFSAdditions()
165 FullFS = "+invariant-function-descriptors," + FullFS; in computeFSAdditions()
167 FullFS = "+invariant-function-descriptors"; in computeFSAdditions()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.cpp225 std::string FullFS = FS; in initSubtargetFeatures() local
227 if (!FullFS.empty()) in initSubtargetFeatures()
228 FullFS = "+64bit,+sse2," + FullFS; in initSubtargetFeatures()
230 FullFS = "+64bit,+sse2"; in initSubtargetFeatures()
235 if (!FullFS.empty()) in initSubtargetFeatures()
236 FullFS = "+sahf," + FullFS; in initSubtargetFeatures()
238 FullFS = "+sahf"; in initSubtargetFeatures()
242 ParseSubtargetFeatures(CPUName, FullFS); in initSubtargetFeatures()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp48 SmallString<256> FullFS("+promote-alloca,+fp64-denormals,+load-store-opt,"); in initializeSubtargetDependencies() local
50 FullFS += "+flat-for-global,+unaligned-buffer-access,"; in initializeSubtargetDependencies()
51 FullFS += FS; in initializeSubtargetDependencies()
53 ParseSubtargetFeatures(GPU, FullFS); in initializeSubtargetDependencies()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp49 SmallString<256> FullFS("+promote-alloca,+dx10-clamp,"); in initializeSubtargetDependencies() local
50 FullFS += FS; in initializeSubtargetDependencies()
51 ParseSubtargetFeatures(GPU, FullFS); in initializeSubtargetDependencies()
78 SmallString<256> FullFS("+promote-alloca,+dx10-clamp,+load-store-opt,"); in initializeSubtargetDependencies() local
81 FullFS += "+flat-address-space,+flat-for-global,+unaligned-buffer-access,+trap-handler,"; in initializeSubtargetDependencies()
87 FullFS += "+fp64-fp16-denormals,"; in initializeSubtargetDependencies()
89 FullFS += "-fp32-denormals,"; in initializeSubtargetDependencies()
92 FullFS += FS; in initializeSubtargetDependencies()
94 ParseSubtargetFeatures(GPU, FullFS); in initializeSubtargetDependencies()