Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h248 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
250 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
H A DTargetTransformInfo.h343 unsigned SetupCost; member
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp302 C1.ScaleCost, C1.SetupCost) < in isLSRCostLess()
305 C2.ScaleCost, C2.SetupCost); in isLSRCostLess()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1020 C.SetupCost = 0; in Cost()
1032 | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u) in isValid()
1034 & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u); in isValid()
1273 ++C.SetupCost; in RateRegister()
1408 C.SetupCost = std::numeric_limits<unsigned>::max(); in Lose()
1437 if (C.SetupCost != 0) in print()
1438 OS << ", plus " << C.SetupCost << " setup cost"; in print()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2860 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
2863 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()