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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Host.h 52 /// getHostCPUFeatures - Get the LLVM names for the host CPU features.
62 bool getHostCPUFeatures(StringMap<bool> &Features);
  /external/llvm/include/llvm/Support/
Host.h 60 /// getHostCPUFeatures - Get the LLVM names for the host CPU features.
70 bool getHostCPUFeatures(StringMap<bool> &Features);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Host.h 62 /// getHostCPUFeatures - Get the LLVM names for the host CPU features.
72 bool getHostCPUFeatures(StringMap<bool> &Features);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
Host.h 72 /// getHostCPUFeatures - Get the LLVM names for the host CPU features.
82 bool getHostCPUFeatures(StringMap<bool> &Features);
  /external/swiftshader/third_party/LLVM/lib/Support/
Host.cpp 313 bool sys::getHostCPUFeatures(StringMap<bool> &Features){
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
TargetMachineC.cpp 253 if (sys::getHostCPUFeatures(HostFeatures))
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 339 if (sys::getHostCPUFeatures(HostFeatures))
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
simple_orc_jit.cc 55 if (llvm::sys::getHostCPUFeatures(host_features)) {
  /external/llvm/lib/Support/
Host.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Host.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Host.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 561 /* llvm-3.7+ implements sys::getHostCPUFeatures for x86,
566 llvm::sys::getHostCPUFeatures(features);
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 253 milliseconds