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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 105 /// HasBMI - Processor has BMI1 instructions.
106 bool HasBMI;
194 bool hasBMI() const { return HasBMI; }
X86Subtarget.cpp 283 HasBMI = true;
314 , HasBMI(false)

Completed in 387 milliseconds