LLVM 22.0.0git
|
Namespaces | |
namespace | x86 |
Helper functions to extract CPU details from CPUID on x86. | |
Functions | |
LLVM_ABI StringRef | getHostCPUNameForPowerPC (StringRef ProcCpuinfoContent) |
Helper functions to extract HostCPUName from /proc/cpuinfo on linux. | |
LLVM_ABI StringRef | getHostCPUNameForARM (StringRef ProcCpuinfoContent) |
LLVM_ABI StringRef | getHostCPUNameForARM (uint64_t PrimaryCpuInfo, ArrayRef< uint64_t > UniqueCpuInfos) |
LLVM_ABI StringRef | getHostCPUNameForS390x (StringRef ProcCpuinfoContent) |
LLVM_ABI StringRef | getHostCPUNameForRISCV (StringRef ProcCpuinfoContent) |
LLVM_ABI StringRef | getHostCPUNameForSPARC (StringRef ProcCpuinfoContent) |
LLVM_ABI StringRef | getHostCPUNameForBPF () |
Definition at line 393 of file Host.cpp.
References llvm::SmallVectorTemplateCommon< T, typename >::back(), llvm::SmallVectorImpl< T >::emplace_back(), llvm::SmallVectorBase< Size_T >::empty(), llvm::SmallVectorTemplateCommon< T, typename >::end(), llvm::SmallVectorImpl< T >::erase(), getHostCPUNameForARMFromComponents(), I, llvm::sort(), llvm::StringRef::split(), and llvm::unique().
StringRef llvm::sys::detail::getHostCPUNameForARM | ( | uint64_t | PrimaryCpuInfo, |
ArrayRef< uint64_t > | UniqueCpuInfos | ||
) |
Definition at line 435 of file Host.cpp.
References getHostCPUNameForARMFromComponents(), Info, llvm::SmallVectorTemplateBase< T, bool >::push_back(), llvm::SmallVectorImpl< T >::reserve(), llvm::ArrayRef< T >::size(), and llvm::SmallVectorBase< Size_T >::size().
Helper functions to extract HostCPUName from /proc/cpuinfo on linux.
Definition at line 89 of file Host.cpp.
References llvm::StringRef::begin(), llvm::StringSwitch< T, R >::Case(), llvm::StringSwitch< T, R >::Default(), and llvm::StringRef::end().
Definition at line 549 of file Host.cpp.
References llvm::StringSwitch< T, R >::Case(), llvm::StringSwitch< T, R >::Default(), I, llvm::StringRef::split(), and starts_with().
Definition at line 504 of file Host.cpp.
References I, llvm::StringRef::npos, llvm::SmallVectorBase< Size_T >::size(), llvm::StringRef::split(), and starts_with().