Home
last modified time | relevance | path

Searched refs:hasBMI (Results 1 – 14 of 14) 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()">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h576 bool hasBMI() const { return HasBMI; } in hasBMI() function
DX86ISelDAGToDAG.cpp2565 if (!Subtarget->hasBMI() && !Subtarget->hasTBM()) in matchBEXTRFromAnd()
DX86InstrInfo.td875 def HasBMI : Predicate<"Subtarget->hasBMI()">;
DX86ISelLowering.cpp353 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/
DX86GenFastISel.inc652 if ((Subtarget->hasBMI())) {
661 if ((Subtarget->hasBMI())) {
670 if ((Subtarget->hasBMI())) {
8579 if ((Subtarget->hasBMI())) {
8588 if ((Subtarget->hasBMI())) {
DX86GenGlobalISel.inc281 if (Subtarget->hasBMI())