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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 127 /// HasBMI2 - Processor has BMI2 instructions.
128 bool HasBMI2;
333 bool hasBMI2() const { return HasBMI2; }
X86Subtarget.cpp 272 HasBMI2 = false;
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 243 milliseconds