Lines Matching defs:NElts
538 unsigned NElts = LT.second.isVector() ?
548 return get64BitInstrCost(CostKind) * LT.first * NElts;
551 NElts = (NElts + 1) / 2;
554 return getFullRateInstrCost() * LT.first * NElts;
562 return 2 * getFullRateInstrCost() * LT.first * NElts;
566 NElts = (NElts + 1) / 2;
568 return LT.first * NElts * getFullRateInstrCost();
573 return (4 * QuarterRateCost + (2 * 2) * FullRateCost) * LT.first * NElts;
577 NElts = (NElts + 1) / 2;
580 return QuarterRateCost * NElts * LT.first;
607 NElts = (NElts + 1) / 2;
609 return LT.first * NElts * get64BitInstrCost(CostKind);
612 NElts = (NElts + 1) / 2;
615 return LT.first * NElts * getFullRateInstrCost();
629 return LT.first * Cost * NElts;
636 return LT.first * getQuarterRateInstrCost(CostKind) * NElts;
648 return LT.first * Cost * NElts;
657 return LT.first * Cost * NElts;
670 return LT.first * NElts * Cost;
676 return TLI->isFNegFree(SLT) ? 0 : NElts;
716 unsigned NElts = LT.second.isVector() ?
722 return LT.first * NElts * get64BitInstrCost(CostKind);
726 NElts = (NElts + 1) / 2;
742 NElts = 1;
746 return LT.first * NElts * InstRate;