Searched refs:hasBMI (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86Subtarget.h | 194 bool hasBMI() const { return HasBMI; } in hasBMI() function
|
D | X86GenFastISel.inc | 284 if ((Subtarget->hasBMI())) { 293 if ((Subtarget->hasBMI())) { 302 if ((Subtarget->hasBMI())) {
|
D | X86InstrInfo.td | 483 def HasBMI : Predicate<"Subtarget->hasBMI()">;
|
D | X86ISelLowering.cpp | 382 if (Subtarget->hasBMI()) { in X86TargetLowering() 13332 if (Subtarget->hasBMI() && (VT == MVT::i32 || VT == MVT::i64)) { in PerformAndCombine()
|
D | X86GenDAGISel.inc | 26701 /*54798*/ OPC_CheckPatternPredicate, 24, // (Subtarget->hasBMI()) 26712 /*54823*/ OPC_CheckPatternPredicate, 24, // (Subtarget->hasBMI()) 26723 /*54848*/ OPC_CheckPatternPredicate, 24, // (Subtarget->hasBMI()) 26734 /*54873*/ OPC_CheckPatternPredicate, 24, // (Subtarget->hasBMI()) 26740 /*54886*/ OPC_CheckPatternPredicate, 24, // (Subtarget->hasBMI()) 26746 /*54899*/ OPC_CheckPatternPredicate, 24, // (Subtarget->hasBMI()) 28009 /*57606*/ OPC_CheckPatternPredicate, 24, // (Subtarget->hasBMI()) 28020 /*57632*/ OPC_CheckPatternPredicate, 24, // (Subtarget->hasBMI()) 28031 /*57658*/ OPC_CheckPatternPredicate, 24, // (Subtarget->hasBMI()) 28037 /*57672*/ OPC_CheckPatternPredicate, 24, // (Subtarget->hasBMI()) [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 417 bool hasBMI() const { return HasBMI; } in hasBMI() function
|
D | X86InstrInfo.td | 837 def HasBMI : Predicate<"Subtarget->hasBMI()">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 576 bool hasBMI() const { return HasBMI; } in hasBMI() function
|
D | X86ISelDAGToDAG.cpp | 2565 if (!Subtarget->hasBMI() && !Subtarget->hasTBM()) in matchBEXTRFromAnd()
|
D | X86InstrInfo.td | 875 def HasBMI : Predicate<"Subtarget->hasBMI()">;
|
D | X86ISelLowering.cpp | 353 if (!Subtarget.hasBMI()) { in X86TargetLowering() 4714 return Subtarget.hasBMI(); in isCheapToSpeculateCttz() 4759 if (!Subtarget.hasBMI()) in hasAndNotCompare() 17832 bool isProperAndn = isAndn && isLegalAndnType && Subtarget.hasBMI(); in EmitTest()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenFastISel.inc | 652 if ((Subtarget->hasBMI())) { 661 if ((Subtarget->hasBMI())) { 670 if ((Subtarget->hasBMI())) { 8579 if ((Subtarget->hasBMI())) { 8588 if ((Subtarget->hasBMI())) {
|
D | X86GenGlobalISel.inc | 281 if (Subtarget->hasBMI())
|