Home
last modified time | relevance | path

Searched refs:HostFeatures (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp125 llvm::StringMap<bool> HostFeatures; in getX86TargetFeatures() local
126 if (llvm::sys::getHostCPUFeatures(HostFeatures)) in getX86TargetFeatures()
127 for (auto &F : HostFeatures) in getX86TargetFeatures()
H A DARM.cpp534 llvm::StringMap<bool> HostFeatures; in getARMTargetFeatures() local
535 if (llvm::sys::getHostCPUFeatures(HostFeatures)) in getARMTargetFeatures()
536 for (auto &F : HostFeatures) in getARMTargetFeatures()
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetMachineC.cpp258 StringMap<bool> HostFeatures; in LLVMGetHostCPUFeatures() local
260 if (sys::getHostCPUFeatures(HostFeatures)) in LLVMGetHostCPUFeatures()
261 for (const auto &[Feature, IsEnabled] : HostFeatures) in LLVMGetHostCPUFeatures()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCommandFlags.cpp593 StringMap<bool> HostFeatures; in getFeaturesStr() local
594 if (sys::getHostCPUFeatures(HostFeatures)) in getFeaturesStr()
595 for (const auto &[Feature, IsEnabled] : HostFeatures) in getFeaturesStr()
613 StringMap<bool> HostFeatures; in getFeatureList() local
614 if (sys::getHostCPUFeatures(HostFeatures)) in getFeatureList()
615 for (const auto &[Feature, IsEnabled] : HostFeatures) in getFeatureList()