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

References

lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  207   if (U->getType()->isVectorTy()) {
  209     std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, U->getType());
  210     return LT.first * BaseT::getUserCost(U, Operands);
  213   return BaseT::getUserCost(U, Operands);