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

References

include/llvm/Analysis/TargetTransformInfoImpl.h
  229                     C1.ScaleCost, C1.ImmCost, C1.SetupCost) <
  231                     C2.ScaleCost, C2.ImmCost, C2.SetupCost);
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp
  301                   C1.ScaleCost, C1.SetupCost) <
  304              C2.ScaleCost, C2.SetupCost);
lib/Target/X86/X86TargetTransformInfo.cpp
 3252                     C1.ScaleCost, C1.ImmCost, C1.SetupCost) <
 3255                     C2.ScaleCost, C2.ImmCost, C2.SetupCost);
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 1034     C.ScaleCost = 0;
 1045              | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u)
 1047            & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u);
 1361   C.ScaleCost += getScalingFactorCost(*TTI, LU, F, *L);
 1432   C.ScaleCost = std::numeric_limits<unsigned>::max();
 1456   if (C.ScaleCost != 0)
 1457     OS << ", plus " << C.ScaleCost << " scale cost";