Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86Subtarget.h417 bool hasBMI() const { return HasBMI; } in hasBMI() function
DX86ISelLowering.cpp320 if (!Subtarget.hasBMI()) { in X86TargetLowering()
4169 return Subtarget.hasBMI(); in isCheapToSpeculateCttz()
4178 if (!Subtarget.hasBMI()) in hasAndNotCompare()
14766 if (!Subtarget.hasBMI() || !isAndn || !isLegalAndnType) in EmitTest()
28267 if (!Subtarget.hasBMI() && !Subtarget.hasTBM()) in combineAnd()
DX86InstrInfo.td837 def HasBMI : Predicate<"Subtarget->hasBMI()">;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h622 bool hasBMI() const { return HasBMI; } in hasBMI() function
DX86ISelDAGToDAG.cpp1866 !(Subtarget.hasBMI() && Subtarget.hasFastBEXTR())) in foldMaskedShiftToBEXTR()
3257 if (!Subtarget->hasBMI() && !Subtarget->hasBMI2()) in matchBitExtract()
3529 Subtarget->hasTBM() || (Subtarget->hasBMI() && Subtarget->hasFastBEXTR()); in matchBEXTRFromAndImm()
3598 assert(Subtarget->hasBMI() && "We must have BMI1's BEXTR then."); in matchBEXTRFromAndImm()
DX86InstrInfo.td915 def HasBMI : Predicate<"Subtarget->hasBMI()">;
DX86ISelLowering.cpp333 if (!Subtarget.hasBMI()) { in X86TargetLowering()
5158 return Subtarget.hasBMI(); in isCheapToSpeculateCttz()
5217 if (!Subtarget.hasBMI()) in hasAndNotCompare()
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h658 bool hasBMI() const { return HasBMI; } in hasBMI() function
DX86ISelDAGToDAG.cpp2046 !(Subtarget.hasBMI() && Subtarget.hasFastBEXTR())) in foldMaskedShiftToBEXTR()
3355 if (!Subtarget->hasBMI() && !Subtarget->hasBMI2()) in matchBitExtract()
3628 Subtarget->hasTBM() || (Subtarget->hasBMI() && Subtarget->hasFastBEXTR()); in matchBEXTRFromAndImm()
3697 assert(Subtarget->hasBMI() && "We must have BMI1's BEXTR then."); in matchBEXTRFromAndImm()
DX86TargetTransformInfo.cpp2869 if (ST->hasBMI()) { in getTypeBasedIntrinsicInstrCost()
DX86InstrInfo.td943 def HasBMI : Predicate<"Subtarget->hasBMI()">;
DX86ISelLowering.cpp340 if (!Subtarget.hasBMI()) { in X86TargetLowering()
5298 return Subtarget.hasBMI(); in isCheapToSpeculateCttz()
5357 if (!Subtarget.hasBMI()) in hasAndNotCompare()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc780 if ((Subtarget->hasBMI())) {
789 if ((Subtarget->hasBMI())) {
798 if ((Subtarget->hasBMI())) {
10870 if ((Subtarget->hasBMI())) {
10879 if ((Subtarget->hasBMI())) {
DX86GenGlobalISel.inc281 if (Subtarget->hasBMI())