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

References

lib/Target/ARM/ARMTargetTransformInfo.cpp
  446   if (ST->hasNEON() && ValTy->isVectorTy() && ISD == ISD::SELECT) {
  455     EVT SelValTy = TLI->getValueType(DL, ValTy);
  463     std::pair<int, MVT> LT = TLI->getTypeLegalizationCost(DL, ValTy);
  467   int BaseCost = ST->hasMVEIntegerOps() && ValTy->isVectorTy()
  470   return BaseCost * BaseT::getCmpSelInstrCost(Opcode, ValTy, CondTy, I);