Lines Matching refs:SVT
1108 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties() local
1111 if (SVT.getVectorElementType().getSizeInBits() > EltVT.getSizeInBits() in computeRegisterProperties()
1112 && SVT.getVectorNumElements() == NElts && isTypeLegal(SVT) in computeRegisterProperties()
1113 && SVT.getScalarType().isInteger()) { in computeRegisterProperties()
1114 TransformToType[i] = SVT; in computeRegisterProperties()
1115 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()
1128 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties() local
1129 if (SVT.getVectorElementType() == EltVT in computeRegisterProperties()
1130 && SVT.getVectorNumElements() > NElts && isTypeLegal(SVT)) { in computeRegisterProperties()
1131 TransformToType[i] = SVT; in computeRegisterProperties()
1132 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()