Searched refs:setFeatureEnabled (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | BPF.h | 54 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name, in setFeatureEnabled() function
|
| H A D | WebAssembly.h | 111 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
| H A D | WebAssembly.cpp | 139 void WebAssemblyTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in WebAssemblyTargetInfo
|
| H A D | AArch64.h | 161 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
| H A D | X86.cpp | 129 setFeatureEnabled(Features, "sse2", true); in initFeatureMap() 136 setFeatureEnabled(Features, F, true); in initFeatureMap() 236 void X86TargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in X86TargetInfo
|
| H A D | PPC.h | 209 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
| H A D | PPC.cpp | 750 void PPCTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in PPCTargetInfo
|
| H A D | X86.h | 326 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
| H A D | AArch64.cpp | 782 void AArch64TargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in AArch64TargetInfo
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1386 virtual void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function 1744 setFeatureEnabled(getTargetOpts().OpenCLFeaturesMap, #Ext, V);
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 543 setFeatureEnabled(Features, Name.substr(1), Name[0] == '+'); in initFeatureMap()
|