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

References

lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  848                        (LT.second == MVT::v16i8 || LT.second == MVT::v8i16 ||
  848                        (LT.second == MVT::v16i8 || LT.second == MVT::v8i16 ||
  849                         LT.second == MVT::v4i32 || LT.second == MVT::v4f32);
  849                         LT.second == MVT::v4i32 || LT.second == MVT::v4f32);
  851                    (LT.second == MVT::v2f64 || LT.second == MVT::v2i64);
  851                    (LT.second == MVT::v2f64 || LT.second == MVT::v2i64);
  853                    (LT.second == MVT::v4f64 || LT.second == MVT::v4f32);
  853                    (LT.second == MVT::v4f64 || LT.second == MVT::v4f32);
  865   unsigned SrcBytes = LT.second.getStoreSize();
  878       Alignment >= LT.second.getScalarType().getStoreSize())
  879     return Cost + LT.first; // Add the cost of the permutations.
  889   if (TLI->allowsMisalignedMemoryAccesses(LT.second, 0))
  897   Cost += LT.first * ((SrcBytes / Alignment->value()) - 1);