Searched refs:setFeatureEnabled (Results 1 – 12 of 12) 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 | 116 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
| H A D | WebAssembly.cpp | 153 void WebAssemblyTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in WebAssemblyTargetInfo
|
| H A D | X86.cpp | 158 setFeatureEnabled(Features, "sse2", true); in initFeatureMap() 165 setFeatureEnabled(Features, F, true); in initFeatureMap() 265 void X86TargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in X86TargetInfo
|
| H A D | AArch64.h | 204 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
| H A D | PPC.h | 198 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
| H A D | PPC.cpp | 615 void PPCTargetInfo::setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function in PPCTargetInfo
|
| H A D | X86.h | 338 void setFeatureEnabled(llvm::StringMap<bool> &Features, StringRef Name,
|
| H A D | AArch64.cpp | 877 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 | 1415 virtual void setFeatureEnabled(llvm::StringMap<bool> &Features, in setFeatureEnabled() function 1785 setFeatureEnabled(getTargetOpts().OpenCLFeaturesMap, #Ext, V);
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TargetInfo.cpp | 572 setFeatureEnabled(Features, Name.substr(1), Name[0] == '+'); in initFeatureMap()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 11661 …_15MallocAllocatorEEERKSsb", "(anonymous namespace)::X86TargetInfo::setFeatureEnabled(llvm::String… 11817 …allocAllocatorEEERKSsb", "(anonymous namespace)::SparcV8TargetInfo::setFeatureEnabled(llvm::String… 11939 …_15MallocAllocatorEEERKSsb", "(anonymous namespace)::ARMTargetInfo::setFeatureEnabled(llvm::String… 11981 …llvm9StringMapIbNS1_15MallocAllocatorEEERKSsb", "clang::TargetInfo::setFeatureEnabled(llvm::String…
|