Searched refs:setFeatureEnabled (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Basic/Targets/ |
| H A D | BPF.h | 55 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name, in setFeatureEnabled() function
|
| H A D | WebAssembly.h | 82 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
| H A D | WebAssembly.cpp | 128 void WebAssemblyTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in WebAssemblyTargetInfo
|
| H A D | X86.cpp | 111 setFeatureEnabled(Features, "sse2", true); in initFeatureMap() 118 setFeatureEnabled(Features, F, true); in initFeatureMap() 167 void X86TargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in X86TargetInfo
|
| H A D | PPC.h | 199 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
| H A D | PPC.cpp | 687 void PPCTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in PPCTargetInfo
|
| H A D | X86.h | 296 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1301 virtual void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function 1568 setFeatureEnabled(getTargetOpts().OpenCLFeaturesMap, #Ext, V);
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 498 setFeatureEnabled(Features, Name.substr(1), Enabled); in initFeatureMap()
|