Home | History | Annotate | Download | only in X86

Lines Matching refs:NumElem

782     unsigned NumElem = VTy->getVectorNumElements();
786 if (NumElem == 3 && VTy->getScalarSizeInBits() == 32)
791 if (NumElem == 3 && VTy->getScalarSizeInBits() == 64)
796 if (!isPowerOf2_32(NumElem)) {
804 return NumElem * Cost + SplitCost;