Searched refs:getHostCPUFeatures (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DHost.h43 /// getHostCPUFeatures - Get the LLVM names for the host CPU features.
53 bool getHostCPUFeatures(StringMap<bool> &Features);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp32 llvm::sys::getHostCPUFeatures(FeatureMap);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DX86.cpp116 if (llvm::sys::getHostCPUFeatures(HostFeatures))
H A DARM.cpp376 if (llvm::sys::getHostCPUFeatures(HostFeatures))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc349 if (sys::getHostCPUFeatures(HostFeatures))
369 if (sys::getHostCPUFeatures(HostFeatures))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp261 if (sys::getHostCPUFeatures(HostFeatures))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1341 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { function in class:sys
1493 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { function in class:sys
1559 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { function in class:sys
1570 bool sys::getHostCPUFeatures(StringMap<bool> &Features) { return false; } function in class:sys

Completed in 105 milliseconds