Lines Matching refs:getVectorNumElements

881     return 20 * LT.first * LT.second.getVectorNumElements() * ScalarCost;  in getArithmeticInstrCost()
907 int NumElts = LT.second.getVectorNumElements(); in getShuffleCost()
912 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()
926 LegalVT.getVectorNumElements() < Tp->getVectorNumElements()) { in getShuffleCost()
936 LegalVT.getVectorNumElements()); in getShuffleCost()
2166 unsigned Width = LT.second.getVectorNumElements(); in getVectorInstrCost()
2187 unsigned NumElem = VTy->getVectorNumElements(); in getMemoryOpCost()
2234 unsigned NumElem = SrcVTy->getVectorNumElements(); in getMaskedMemoryOpCost()
2260 LT.second.getVectorNumElements() == NumElem) in getMaskedMemoryOpCost()
2265 else if (LT.second.getVectorNumElements() > NumElem) { in getMaskedMemoryOpCost()
2267 LT.second.getVectorNumElements()); in getMaskedMemoryOpCost()
2720 unsigned VF = SrcVTy->getVectorNumElements(); in getGSVectorCost()
2790 unsigned VF = SrcVTy->getVectorNumElements(); in getGSScalarCost()
2828 unsigned VF = SrcVTy->getVectorNumElements(); in getGatherScatterOpCost()
2872 if (isa<VectorType>(DataTy) && DataTy->getVectorNumElements() == 1) in isLegalMaskedLoad()
2900 unsigned NumElts = DataTy->getVectorNumElements(); in isLegalMaskedGather()
3031 unsigned VF = VecTy->getVectorNumElements() / Factor; in getInterleavedMemoryOpCostAVX2()
3042 LegalVT.getVectorNumElements()); in getInterleavedMemoryOpCostAVX2()
3142 LegalVT.getVectorNumElements()); in getInterleavedMemoryOpCostAVX512()
3146 unsigned VF = VecTy->getVectorNumElements() / Factor; in getInterleavedMemoryOpCostAVX512()
3179 VecTy->getVectorNumElements() / Factor); in getInterleavedMemoryOpCostAVX512()