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

References

lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  149       const SystemZInstrInfo *TII = ST->getInstrInfo();
  235   if (ST->hasPopulationCount() && TyWidth <= 64)
  313   if (ST->hasVector())
  321   if (ST->hasVector())
  396     assert(ST->hasVector() &&
  428         if (ST->hasVectorEnhancements1())
  471     if (Args.size() == 2 && ST->hasMiscellaneousExtensions3()) {
  496       if (ST->hasLoadStoreOnCond2())
  517   assert (ST->hasVector() && "getShuffleCost() called.");
  677     assert (ST->hasVector() && "getCastInstrCost() called with vector type.");
  712       if (DstScalarBits == 64 || ST->hasVectorEnhancements2()) {
  775       if (ST->hasLoadStoreOnCond2())
  811     assert (ST->hasVector() && "getCmpSelInstrCost() called with vector type.");
  953            (SExtBits == 64 && ST->hasMiscellaneousExtensions2())))
 1034   if (((!Src->isVectorTy() && NumOps == 1) || ST->hasVectorEnhancements2()) &&
lib/Target/SystemZ/SystemZTargetTransformInfo.h
   26   const SystemZSubtarget *getST() const { return ST; }
   34         TLI(ST->getTargetLowering()) {}