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

References

lib/Target/X86/X86ISelLowering.cpp
35883     if (!(MatchSizeInBits == 128 ||
35884           (MatchSizeInBits == 256 && Subtarget.hasAVX())))
35898     if (MatchSizeInBits == 256 && BitWidth < 32 && !Subtarget.hasInt256()) {
35902       MatchSizeInBits = Match.getValueSizeInBits();
35909                                    MatchSizeInBits / BitWidth);
35911       MaskSrcVT = MVT::getVectorVT(MVT::i8, MatchSizeInBits / 8);