reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
20643     if (Subtarget.hasAVX512() && VT.getVectorElementType() == MVT::i1) {
20658     if (SSECC >= 8 && !Subtarget.hasAVX()) {
20702   assert((Subtarget.hasAVX512() || (VT == VTOp0)) &&
20709     assert((VTOp0.getScalarSizeInBits() >= 32 || Subtarget.hasBWI()) &&
20715   if (VT.is128BitVector() && Subtarget.hasXOP()) {
20776   if (VT.is256BitVector() && !Subtarget.hasInt256())
20841   if (SDValue V = LowerVSETCCWithSUBUS(Op0, Op1, VT, Cond, dl, Subtarget, DAG))
20860     if (Opc == X86ISD::PCMPGT && !Subtarget.hasSSE42()) {
20861       assert(Subtarget.hasSSE2() && "Don't know how to lower!");
20899     if (Opc == X86ISD::PCMPEQ && !Subtarget.hasSSE41()) {
20902       assert(Subtarget.hasSSE2() && !FlipSigns && "Don't know how to lower!");