Home
last modified time | relevance | path

Searched refs:ScaleCost (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp348 C1.ScaleCost, C1.SetupCost) < in isLSRCostLess()
351 C2.ScaleCost, C2.SetupCost); in isLSRCostLess()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h215 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
217 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
H A DTargetTransformInfo.h430 unsigned ScaleCost; member
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1318 C1.NumBaseAdds, C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
1320 C2.NumBaseAdds, C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1067 C.ScaleCost = 0; in Cost()
1078 | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u) in isValid()
1080 & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u); in isValid()
1394 C.ScaleCost += *getScalingFactorCost(*TTI, LU, F, *L).getValue(); in RateFormula()
1465 C.ScaleCost = std::numeric_limits<unsigned>::max(); in Lose()
1489 if (C.ScaleCost != 0) in print()
1490 OS << ", plus " << C.ScaleCost << " scale cost"; in print()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5210 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
5213 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()