Home
last modified time | relevance | path

Searched refs:SetupCost (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp943 C1.NumBaseAdds, C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
945 C2.NumBaseAdds, C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp353 C1.ScaleCost, C1.SetupCost) < in isLSRCostLess()
356 C2.ScaleCost, C2.SetupCost); in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h240 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
242 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
H A DTargetTransformInfo.h526 unsigned SetupCost; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1215 C.SetupCost = 0; in Cost()
1227 | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u) in isValid()
1229 & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u); in isValid()
1477 C.SetupCost += getSetupCost(Reg, SetupCostDepthLimit); in RateRegister()
1479 C.SetupCost = std::min<unsigned>(C.SetupCost, 1 << 16); in RateRegister()
1618 C.SetupCost = std::numeric_limits<unsigned>::max(); in Lose()
1647 if (C.SetupCost != 0) in print()
1648 OS << ", plus " << C.SetupCost << " setup cost"; in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1942 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
1945 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4421 C1.NumIVMuls, C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
4423 C2.NumIVMuls, C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp5919 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
5922 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()