Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp932 C1.NumBaseAdds, C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
934 C2.NumBaseAdds, C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp349 C1.ScaleCost, C1.SetupCost) < in isLSRCostLess()
352 C2.ScaleCost, C2.SetupCost); in isLSRCostLess()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h231 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
233 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
H A DTargetTransformInfo.h517 unsigned ScaleCost; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1507 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
1510 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1080 C.ScaleCost = 0; in Cost()
1091 | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u) in isValid()
1093 & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u); in isValid()
1407 C.ScaleCost += *getScalingFactorCost(*TTI, LU, F, *L).getValue(); in RateFormula()
1478 C.ScaleCost = std::numeric_limits<unsigned>::max(); in Lose()
1502 if (C.ScaleCost != 0) in print()
1503 OS << ", plus " << C.ScaleCost << " scale cost"; in print()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5847 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
5850 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()