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 118 /// HasBMI2 - Processor has BMI2 instructions.
119 bool HasBMI2;
254 bool hasBMI2() const { return HasBMI2; }
X86Subtarget.cpp 318 HasBMI2 = true;
440 HasBMI2 = false;
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 97 milliseconds