Home
last modified time | relevance | path

Searched refs:hasBMI2 (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h623 bool hasBMI2() const { return HasBMI2; } in hasBMI2() function
DX86ISelDAGToDAG.cpp3257 if (!Subtarget->hasBMI() && !Subtarget->hasBMI2()) in matchBitExtract()
3270 const bool CanHaveExtraUses = Subtarget->hasBMI2(); in matchBitExtract()
3434 if (Subtarget->hasBMI2()) { in matchBitExtract()
3530 if (!PreferBEXTR && !Subtarget->hasBMI2()) in matchBEXTRFromAndImm()
3579 assert(Subtarget->hasBMI2() && "We must have BMI2's BZHI then."); in matchBEXTRFromAndImm()
DX86SpeculativeLoadHardening.cpp2028 if (EFLAGSLive && !Subtarget->hasBMI2()) { in hardenLoadAddr()
DX86InstrInfo.td916 def HasBMI2 : Predicate<"Subtarget->hasBMI2()">;
917 def NoBMI2 : Predicate<"!Subtarget->hasBMI2()">;
DX86ISelLowering.cpp40030 if (Subtarget.hasBMI2() && VT.isScalarInteger()) { in hasBZHI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc10927 if ((Subtarget->hasBMI2())) {
10936 if ((Subtarget->hasBMI2())) {
15411 if ((Subtarget->hasBMI2())) {
15423 if ((Subtarget->hasBMI2())) {
DX86GenGlobalISel.inc283 if (Subtarget->hasBMI2())
285 if (!Subtarget->hasBMI2())