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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 154 bool HasADX;
423 bool hasADX() const { return HasADX; }
X86Subtarget.cpp 269 HasADX = false;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 190 bool HasADX = false;
582 bool hasADX() const { return HasADX; }
  /external/llvm/lib/Support/
Host.cpp 728 bool HasADX = HasLeaf7 && ((EBX >> 19) & 1);
735 Features |= (HasADX << FEATURE_ADX);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Host.cpp 762 bool HasADX = HasLeaf7 && ((EBX >> 19) & 1);
769 Features |= (HasADX << FEATURE_ADX);
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenSubtargetInfo.inc     [all...]

Completed in 1361 milliseconds