Lines Matching refs:getVectorElementCount
966 ElementCount NumElts = VT.getVectorElementCount(); in getTypeConversion()
991 if (VT.getVectorElementCount().isScalable()) in getTypeConversion()
1054 if (VT.getVectorElementCount() == ElementCount::getScalable(1)) in getTypeConversion()
1059 VT.getVectorElementCount().divideCoefficientBy(2)); in getTypeConversion()
1068 ElementCount EC = VT.getVectorElementCount(); in getVectorTypeBreakdownMVT()
1384 ElementCount EC = VT.getVectorElementCount(); in computeRegisterProperties()
1401 SVT.getVectorElementCount() == EC && isTypeLegal(SVT)) { in computeRegisterProperties()
1422 SVT.getVectorElementCount().getKnownMinValue() > in computeRegisterProperties()
1521 ElementCount EltCnt = VT.getVectorElementCount(); in getVectorTypeBreakdown()
1562 divideCeil(VT.getVectorElementCount().getKnownMinValue(), in getVectorTypeBreakdown()
1563 PartVT.getVectorElementCount().getKnownMinValue()); in getVectorTypeBreakdown()