Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/
H A DTargetMachineC.cpp257 StringMap<bool> HostFeatures; in LLVMGetHostCPUFeatures() local
259 if (sys::getHostCPUFeatures(HostFeatures)) in LLVMGetHostCPUFeatures()
260 for (auto &F : HostFeatures) in LLVMGetHostCPUFeatures()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp129 llvm::StringMap<bool> HostFeatures; in getX86TargetFeatures() local
130 if (llvm::sys::getHostCPUFeatures(HostFeatures)) in getX86TargetFeatures()
131 for (auto &F : HostFeatures) in getX86TargetFeatures()
H A DARM.cpp535 llvm::StringMap<bool> HostFeatures; in getARMTargetFeatures() local
536 if (llvm::sys::getHostCPUFeatures(HostFeatures)) in getARMTargetFeatures()
537 for (auto &F : HostFeatures) in getARMTargetFeatures()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCommandFlags.cpp591 StringMap<bool> HostFeatures; in getFeaturesStr() local
592 if (sys::getHostCPUFeatures(HostFeatures)) in getFeaturesStr()
593 for (auto &F : HostFeatures) in getFeaturesStr()
611 StringMap<bool> HostFeatures; in getFeatureList() local
612 if (sys::getHostCPUFeatures(HostFeatures)) in getFeatureList()
613 for (auto &F : HostFeatures) in getFeatureList()