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

References

lib/Target/X86/X86ISelLowering.cpp
 1980   if (VT.isVector() && VT.getVectorElementType() == MVT::i1 &&
 1980   if (VT.isVector() && VT.getVectorElementType() == MVT::i1 &&
 1982       (!isPowerOf2_32(VT.getVectorNumElements()) ||
 1983        (VT.getVectorNumElements() > 16 && !Subtarget.hasBWI()) ||
 1984        (VT.getVectorNumElements() > 64 && Subtarget.hasBWI()))) {
 1987     NumIntermediates = VT.getVectorNumElements();
 1991   return TargetLowering::getVectorTypeBreakdownForCallingConv(Context, CC, VT, IntermediateVT,