Home
last modified time | relevance | path

Searched refs:hasBMI (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h666 bool hasBMI() const { return HasBMI; } in hasBMI() function
H A DX86ISelDAGToDAG.cpp2071 !(Subtarget.hasBMI() && Subtarget.hasFastBEXTR())) in foldMaskedShiftToBEXTR()
3380 if (!Subtarget->hasBMI() && !Subtarget->hasBMI2()) in matchBitExtract()
3653 Subtarget->hasTBM() || (Subtarget->hasBMI() && Subtarget->hasFastBEXTR()); in matchBEXTRFromAndImm()
3722 assert(Subtarget->hasBMI() && "We must have BMI1's BEXTR then."); in matchBEXTRFromAndImm()
H A DX86TargetTransformInfo.cpp2948 if (ST->hasBMI()) { in getTypeBasedIntrinsicInstrCost()
H A DX86InstrInfo.td952 def HasBMI : Predicate<"Subtarget->hasBMI()">;
H A DX86ISelLowering.cpp373 if (Subtarget.hasBMI()) { in X86TargetLowering()
5372 return Subtarget.hasBMI(); in isCheapToSpeculateCttz()
5432 if (!Subtarget.hasBMI()) in hasAndNotCompare()