Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp116 llvm::StringMap<bool> HostFeatures; in getX86TargetFeatures() local
117 if (llvm::sys::getHostCPUFeatures(HostFeatures)) in getX86TargetFeatures()
118 for (auto &F : HostFeatures) in getX86TargetFeatures()
H A DARM.cpp512 llvm::StringMap<bool> HostFeatures; in getARMTargetFeatures() local
513 if (llvm::sys::getHostCPUFeatures(HostFeatures)) in getARMTargetFeatures()
514 for (auto &F : HostFeatures) in getARMTargetFeatures()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp565 StringMap<bool> HostFeatures; in getFeaturesStr() local
566 if (sys::getHostCPUFeatures(HostFeatures)) in getFeaturesStr()
567 for (auto &F : HostFeatures) in getFeaturesStr()
585 StringMap<bool> HostFeatures; in getFeatureList() local
586 if (sys::getHostCPUFeatures(HostFeatures)) in getFeatureList()
587 for (auto &F : HostFeatures) in getFeatureList()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachineC.cpp259 StringMap<bool> HostFeatures; in LLVMGetHostCPUFeatures() local
261 if (sys::getHostCPUFeatures(HostFeatures)) in LLVMGetHostCPUFeatures()
262 for (auto &F : HostFeatures) in LLVMGetHostCPUFeatures()