Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/sodium/
H A Druntime.c23 } CPUFeatures; typedef
25 static CPUFeatures _cpu_features;
46 _sodium_runtime_arm_cpu_features(CPUFeatures * const cpu_features) in _sodium_runtime_arm_cpu_features()
113 _sodium_runtime_intel_cpu_features(CPUFeatures * const cpu_features) in _sodium_runtime_intel_cpu_features()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DHost.cpp308 SmallVector<StringRef, 32> CPUFeatures; in getHostCPUNameForS390x() local
313 Lines[I].drop_front(Pos + 1).split(CPUFeatures, ' '); in getHostCPUNameForS390x()
322 for (unsigned I = 0, E = CPUFeatures.size(); I != E; ++I) { in getHostCPUNameForS390x()
323 if (CPUFeatures[I] == "vx") in getHostCPUNameForS390x()
1606 SmallVector<StringRef, 32> CPUFeatures; in getHostCPUFeatures() local
1611 Lines[I].split(CPUFeatures, ' '); in getHostCPUFeatures()
1621 for (unsigned I = 0, E = CPUFeatures.size(); I != E; ++I) { in getHostCPUFeatures()
1622 StringRef LLVMFeatureStr = StringSwitch<StringRef>(CPUFeatures[I]) in getHostCPUFeatures()
1641 if (CPUFeatures[I] == "aes") in getHostCPUFeatures()
1643 else if (CPUFeatures[I] == "pmull") in getHostCPUFeatures()
[all …]
H A DTargetParser.cpp317 unsigned CPUFeatures = RISCVCPUInfo[static_cast<unsigned>(Kind)].Features; in getCPUFeaturesExceptStdExt() local
319 if (CPUFeatures == FK_INVALID) in getCPUFeaturesExceptStdExt()
322 if (CPUFeatures & FK_64BIT) in getCPUFeaturesExceptStdExt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DX86.cpp115 SmallVector<StringRef, 16> CPUFeatures; in initFeatureMap() local
116 getFeaturesForCPU(CPU, CPUFeatures); in initFeatureMap()
117 for (auto &F : CPUFeatures) in initFeatureMap()