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

References

lib/Target/ARM/ARMTargetTransformInfo.cpp
  695     if (const auto *Entry = CostTableLookup(CostTbl, ISDOpcode, LT.second))
  696       return LT.first * Entry->Cost;
  708     if (LT.second == MVT::v2i64 &&
  723   if (TLI->isOperationLegalOrCustomOrPromote(ISDOpcode, LT.second))
  724     return LT.first * BaseCost;