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

References

lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  725       unsigned TotCost = VF * ScalarCost;
  739       if (VF == 2 && SrcScalarBits == 32 && DstScalarBits == 32)
  747         return VF /*ldxbr/lexbr*/ + getScalarizationOverhead(Dst, true, false);
  749         return VF / 2 /*vledb*/ + std::max(1U, VF / 4 /*vperm*/);
  749         return VF / 2 /*vledb*/ + std::max(1U, VF / 4 /*vperm*/);
  757         return VF * 2;
  760       return VF + getScalarizationOverhead(Src, false, true);