Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getVectorVT

404       return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
820 static MVT getVectorVT(MVT VT, unsigned NumElements) {
964 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) {
967 return getVectorVT(VT, NumElements);
970 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) {
973 return getVectorVT(VT, EC.Min);