Home
last modified time | relevance | path

Searched refs:StandardVectorWidth (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.cpp25 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()
H A DVE.h378 static const unsigned StandardVectorWidth = 256; variable
H A DVEISelDAGToDAG.cpp285 if (SplatResTy.getVectorNumElements() == StandardVectorWidth) { in Select()