Lines Matching refs:getVectorElementCount
1048 ElementCount NumElts = VT.getVectorElementCount(); in getTypeConversion()
1073 if (VT.getVectorElementCount().isScalable()) in getTypeConversion()
1136 if (VT.getVectorElementCount() == ElementCount::getScalable(1)) in getTypeConversion()
1141 VT.getVectorElementCount().divideCoefficientBy(2)); in getTypeConversion()
1150 ElementCount EC = VT.getVectorElementCount(); in getVectorTypeBreakdownMVT()
1464 ElementCount EC = VT.getVectorElementCount(); in computeRegisterProperties()
1481 SVT.getVectorElementCount() == EC && isTypeLegal(SVT)) { in computeRegisterProperties()
1502 SVT.getVectorElementCount().getKnownMinValue() > in computeRegisterProperties()
1601 ElementCount EltCnt = VT.getVectorElementCount(); in getVectorTypeBreakdown()
1642 divideCeil(VT.getVectorElementCount().getKnownMinValue(), in getVectorTypeBreakdown()
1643 PartVT.getVectorElementCount().getKnownMinValue()); in getVectorTypeBreakdown()