Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86Subtarget.h194 bool hasBMI() const { return HasBMI; } in hasBMI() function
DX86GenFastISel.inc284 if ((Subtarget->hasBMI())) {
293 if ((Subtarget->hasBMI())) {
302 if ((Subtarget->hasBMI())) {
DX86InstrInfo.td483 def HasBMI : Predicate<"Subtarget->hasBMI()">;
DX86ISelLowering.cpp382 if (Subtarget->hasBMI()) { in X86TargetLowering()
13332 if (Subtarget->hasBMI() && (VT == MVT::i32 || VT == MVT::i64)) { in PerformAndCombine()
DX86GenDAGISel.inc26701 /*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/
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()">;