HomeSort by: relevance | last modified time | path
    Searched refs:hasBMI2 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h 166 bool HasBMI2 = false;
667 bool hasBMI2() const { return HasBMI2; }
X86ISelDAGToDAG.cpp 3380 if (!Subtarget->hasBMI() && !Subtarget->hasBMI2())
3393 const bool CanHaveExtraUses = Subtarget->hasBMI2();
3557 if (Subtarget->hasBMI2()) {
3654 if (!PreferBEXTR && !Subtarget->hasBMI2())
3703 assert(Subtarget->hasBMI2() && "We must have BMI2's BZHI then.");
5044 bool UseMULX = !IsSigned && Subtarget->hasBMI2();
X86SpeculativeLoadHardening.cpp 1655 if (EFLAGSLive && !Subtarget->hasBMI2()) {
X86ISelLowering.cpp     [all...]

Completed in 54 milliseconds