HomeSort by relevance Sort by last modified time
    Searched refs:getHostCPUFeatures (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
Host.h 60 /// getHostCPUFeatures - Get the LLVM names for the host CPU features.
70 bool getHostCPUFeatures(StringMap<bool> &Features);
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 38 if (!llvm::sys::getHostCPUFeatures(features))
113 llvm::sys::getHostCPUFeatures(features);
150 // half-precision conversion instructions. getHostCPUFeatures translates
  /external/llvm/lib/Support/
Host.cpp 744 bool sys::getHostCPUFeatures(StringMap<bool> &Features) {
838 bool sys::getHostCPUFeatures(StringMap<bool> &Features) {
914 bool sys::getHostCPUFeatures(StringMap<bool> &Features){
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 323 if (sys::getHostCPUFeatures(HostFeatures))
  /external/clang/lib/Driver/
Tools.cpp 819 if (llvm::sys::getHostCPUFeatures(HostFeatures))
    [all...]

Completed in 474 milliseconds