Lines Matching refs:getVectorNumElements

236             MVT::getVectorVT(MVT::i16, 2 * LT.second.getVectorNumElements());  in getArithmeticInstrCost()
1078 return 20 * LT.first * LT.second.getVectorNumElements() * ScalarCost; in getArithmeticInstrCost()
1108 int NumElts = LT.second.getVectorNumElements(); in getShuffleCost()
1114 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()
1133 LT.second.getVectorNumElements()); in getShuffleCost()
1135 SubLT.second.getVectorNumElements()); in getShuffleCost()
1157 int NumElts = LT.second.getVectorNumElements(); in getShuffleCost()
1161 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()
1214 LegalVT.getVectorNumElements() < in getShuffleCost()
1225 LegalVT.getVectorNumElements()); in getShuffleCost()
1243 LegalVT.getVectorNumElements() * std::max(NumOfSrcs, E); in getShuffleCost()
1244 unsigned NumOfSrcRegs = NormalizedVF / LegalVT.getVectorNumElements(); in getShuffleCost()
1245 unsigned NumOfDestRegs = NormalizedVF / LegalVT.getVectorNumElements(); in getShuffleCost()
3720 unsigned NumElts = LT.second.getVectorNumElements(); in getVectorInstrCost()
3833 unsigned NumElts = LT.second.getVectorNumElements() * CostValue; in getScalarizationOverhead()
3843 I % LT.second.getVectorNumElements() != 0); in getScalarizationOverhead()
3868 unsigned NumElts = LT.second.getVectorNumElements(); in getScalarizationOverhead()
3890 unsigned NumElts = LT.second.getVectorNumElements() * CostValue; in getScalarizationOverhead()
4021 unsigned NumEltsPerDstVec = LegalDstVecTy.getVectorNumElements(); in getReplicationShuffleCost()
4148 bool Is0thSubVec = (NumEltDone() % LT.second.getVectorNumElements()) == 0; in getMemoryOpCost()
4234 LT.second.getVectorNumElements() == NumElem) in getMaskedMemoryOpCost()
4239 else if (LT.first * LT.second.getVectorNumElements() > NumElem) { in getMaskedMemoryOpCost()
4241 LT.second.getVectorNumElements()); in getMaskedMemoryOpCost()
4364 MTy.getVectorNumElements() < ValVTy->getNumElements()) { in getArithmeticReductionCost()
4367 MTy.getVectorNumElements()); in getArithmeticReductionCost()
4434 MTy.getVectorNumElements() < ValVTy->getNumElements()) { in getArithmeticReductionCost()
4437 MTy.getVectorNumElements()); in getArithmeticReductionCost()
4470 MTy.getVectorNumElements() < ValVTy->getNumElements()) { in getArithmeticReductionCost()
4473 MTy.getVectorNumElements()); in getArithmeticReductionCost()
4476 NumVecElts = MTy.getVectorNumElements(); in getArithmeticReductionCost()
4746 MTy.getVectorNumElements() < ValVTy->getNumElements()) { in getMinMaxReductionCost()
4749 MTy.getVectorNumElements()); in getMinMaxReductionCost()
4751 MTy.getVectorNumElements()); in getMinMaxReductionCost()
4754 NumVecElts = MTy.getVectorNumElements(); in getMinMaxReductionCost()
5543 LegalVT.getVectorNumElements()); in getInterleavedMemoryOpCostAVX512()