Lines Matching refs:getVectorNumElements
2797 SrcTy.getVectorNumElements() == DstTy.getVectorNumElements() && in getCastInstrCost()
2965 unsigned Width = LT.second.getVectorNumElements(); in getVectorInstrCostHelper()
3474 VT.getVectorNumElements() >= (128 / EltSize) || !Alignment || in getMemoryOpCost()
3479 if (VT.getVectorNumElements() == 3 && EltVT == MVT::i8) in getMemoryOpCost()
3491 unsigned CurrNumElements = CurrVT.getVectorNumElements(); in getMemoryOpCost()
3955 if (MTy.getVectorNumElements() <= ValVTy->getNumElements() && in getArithmeticReductionCost()
3962 MTy.getVectorNumElements()); in getArithmeticReductionCost()
4041 Mask.size() > LT.second.getVectorNumElements() && !Index && !SubTp) { in getShuffleCost()
4064 unsigned LTNumElts = LT.second.getVectorNumElements(); in getShuffleCost()
4161 LT.second.getVectorNumElements() == Mask.size() && in getShuffleCost()
4163 (isZIPMask(Mask, LT.second.getVectorNumElements(), Unused) || in getShuffleCost()
4164 isUZPMask(Mask, LT.second.getVectorNumElements(), Unused) || in getShuffleCost()
4302 int NumElts = LT.second.getVectorNumElements(); in getShuffleCost()
4303 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()