Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86Subtarget.h418 bool hasBMI2() const { return HasBMI2; } in hasBMI2() function
DX86ISelDAGToDAG.cpp2163 bool hasBMI2 = Subtarget->hasBMI2(); in Select() local
2169 case MVT::i32: Opc = hasBMI2 ? X86::MULX32rr : X86::MUL32r; in Select()
2170 MOpc = hasBMI2 ? X86::MULX32rm : X86::MUL32m; break; in Select()
2171 case MVT::i64: Opc = hasBMI2 ? X86::MULX64rr : X86::MUL64r; in Select()
2172 MOpc = hasBMI2 ? X86::MULX64rm : X86::MUL64m; break; in Select()
DX86InstrInfo.td838 def HasBMI2 : Predicate<"Subtarget->hasBMI2()">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h577 bool hasBMI2() const { return HasBMI2; } in hasBMI2() function
DX86ISelDAGToDAG.cpp2950 bool hasBMI2 = Subtarget->hasBMI2(); in Select() local
2954 case MVT::i32: Opc = hasBMI2 ? X86::MULX32rr : X86::MUL32r; in Select()
2955 MOpc = hasBMI2 ? X86::MULX32rm : X86::MUL32m; break; in Select()
2956 case MVT::i64: Opc = hasBMI2 ? X86::MULX64rr : X86::MUL64r; in Select()
2957 MOpc = hasBMI2 ? X86::MULX64rm : X86::MUL64m; break; in Select()
DX86SpeculativeLoadHardening.cpp1757 if (EFLAGSLive && !Subtarget->hasBMI2()) { in hardenLoadAddr()
DX86InstrInfo.td876 def HasBMI2 : Predicate<"Subtarget->hasBMI2()">;
877 def NoBMI2 : Predicate<"!Subtarget->hasBMI2()">;
DX86ISelLowering.cpp34666 if (Subtarget.hasBMI2() && VT.isScalarInteger()) { in hasBZHI()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenGlobalISel.inc283 if (Subtarget->hasBMI2())
285 if (!Subtarget->hasBMI2())