Searched refs:hasBMI (Results 1 – 8 of 8) 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 | X86ISelLowering.cpp | 320 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()
|
D | X86InstrInfo.td | 837 def HasBMI : Predicate<"Subtarget->hasBMI()">;
|