Searched refs:FullFS (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 93 std::string FullFS = FS; in computeFSAdditions() local 99 if (!FullFS.empty()) in computeFSAdditions() 100 FullFS = "+64bit," + FullFS; in computeFSAdditions() 102 FullFS = "+64bit"; in computeFSAdditions() 106 if (!FullFS.empty()) in computeFSAdditions() 107 FullFS = "+crbits," + FullFS; in computeFSAdditions() 109 FullFS = "+crbits"; in computeFSAdditions() 113 if (!FullFS.empty()) in computeFSAdditions() 114 FullFS = "+invariant-function-descriptors," + FullFS; in computeFSAdditions() 116 FullFS = "+invariant-function-descriptors"; in computeFSAdditions() [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 188 std::string FullFS = FS; in initSubtargetFeatures() local 190 if (!FullFS.empty()) in initSubtargetFeatures() 191 FullFS = "+64bit,+sse2," + FullFS; in initSubtargetFeatures() 193 FullFS = "+64bit,+sse2"; in initSubtargetFeatures() 197 ParseSubtargetFeatures(CPUName, FullFS); in initSubtargetFeatures()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUSubtarget.cpp | 46 SmallString<256> FullFS("+promote-alloca,+fp64-denormals,"); in initializeSubtargetDependencies() local 47 FullFS += FS; in initializeSubtargetDependencies() 52 ParseSubtargetFeatures(GPU, FullFS); in initializeSubtargetDependencies()
|