Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getVectorVT

404       return MVT::getVectorVT(getVectorElementType(), Pow2NElts);
819 static MVT getVectorVT(MVT VT, unsigned NumElements) {
963 static MVT getVectorVT(MVT VT, unsigned NumElements, bool IsScalable) {
966 return getVectorVT(VT, NumElements);
969 static MVT getVectorVT(MVT VT, MVT::ElementCount EC) {
972 return getVectorVT(VT, EC.Min);