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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 115 /// HasBMI - Processor has BMI1 instructions.
116 bool HasBMI;
221 bool hasBMI() const { return HasBMI; }
X86Subtarget.cpp 305 HasBMI = true;
342 , HasBMI(false)
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 198 milliseconds