reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMTargetTransformInfo.cpp
  649   std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, Ty);
  698     int Cost = BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info,
  715   int BaseCost = ST->hasMVEIntegerOps() && Ty->isVectorTy()
  727   if (Ty->isVectorTy()) {
  728     unsigned Num = Ty->getVectorNumElements();
  729     unsigned Cost = getArithmeticInstrCost(Opcode, Ty->getScalarType());
  732     return BaseT::getScalarizationOverhead(Ty, Args) + Num * Cost;