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; }
X86ISelLowering.cpp 382 if (Subtarget->hasBMI()) {
    [all...]

Completed in 55 milliseconds