Lines Matching defs:NElts
558 unsigned NElts = LT.second.isVector() ?
568 return get64BitInstrCost(CostKind) * LT.first * NElts;
571 NElts = (NElts + 1) / 2;
574 return getFullRateInstrCost() * LT.first * NElts;
582 return 2 * getFullRateInstrCost() * LT.first * NElts;
586 NElts = (NElts + 1) / 2;
588 return LT.first * NElts * getFullRateInstrCost();
593 return (4 * QuarterRateCost + (2 * 2) * FullRateCost) * LT.first * NElts;
597 NElts = (NElts + 1) / 2;
600 return QuarterRateCost * NElts * LT.first;
627 NElts = (NElts + 1) / 2;
629 return LT.first * NElts * get64BitInstrCost(CostKind);
632 NElts = (NElts + 1) / 2;
635 return LT.first * NElts * getFullRateInstrCost();
649 return LT.first * Cost * NElts;
656 return LT.first * getQuarterRateInstrCost(CostKind) * NElts;
668 return LT.first * Cost * NElts;
677 return LT.first * Cost * NElts;
690 return LT.first * NElts * Cost;
696 return TLI->isFNegFree(SLT) ? 0 : NElts;
740 unsigned NElts = LT.second.isVector() ?
746 return LT.first * NElts * get64BitInstrCost(CostKind);
750 NElts = (NElts + 1) / 2;
766 return NElts * getFullRateInstrCost();
781 NElts = 1;
793 return LT.first * NElts * InstRate;