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

References

lib/Target/X86/X86ISelLowering.cpp
35826   if (!Subtarget.hasSSE2())
35852   unsigned MaxElts = Subtarget.hasInt256() ? 32 : 16;
35872       Movmsk = combineBitcastvxi1(DAG, MovmskVT, Match, DL, Subtarget);
35879     if (Subtarget.hasVLX())
35884           (MatchSizeInBits == 256 && Subtarget.hasAVX())))
35898     if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) {
35914     Movmsk = getPMOVMSKB(DL, BitcastLogicOp, DAG, Subtarget);