Searched refs:StandardVectorWidth (Results 1 – 3 of 3) sorted by relevance
25 return SomeVT.getVectorNumElements() > StandardVectorWidth; in isPackedVectorType()31 return MVT::getVectorVT(VT.getVectorElementType(), StandardVectorWidth); in splitVectorType()35 return MVT::getVectorVT(ElemVT, P == Packing::Normal ? StandardVectorWidth in getLegalVectorType()
378 static const unsigned StandardVectorWidth = 256; variable
285 if (SplatResTy.getVectorNumElements() == StandardVectorWidth) { in Select()