Searched refs:hasBMI2 (Results 1 – 9 of 9) sorted by relevance
418 bool hasBMI2() const { return HasBMI2; } in hasBMI2() function
2163 bool hasBMI2 = Subtarget->hasBMI2(); in Select() local2169 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()
838 def HasBMI2 : Predicate<"Subtarget->hasBMI2()">;
577 bool hasBMI2() const { return HasBMI2; } in hasBMI2() function
2950 bool hasBMI2 = Subtarget->hasBMI2(); in Select() local2954 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()
1757 if (EFLAGSLive && !Subtarget->hasBMI2()) { in hardenLoadAddr()
876 def HasBMI2 : Predicate<"Subtarget->hasBMI2()">;877 def NoBMI2 : Predicate<"!Subtarget->hasBMI2()">;
34666 if (Subtarget.hasBMI2() && VT.isScalarInteger()) { in hasBZHI()
283 if (Subtarget->hasBMI2())285 if (!Subtarget->hasBMI2())