Searched refs:SetupCost (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 248 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 250 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
| H A D | TargetTransformInfo.h | 343 unsigned SetupCost; member
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 302 C1.ScaleCost, C1.SetupCost) < in isLSRCostLess() 305 C2.ScaleCost, C2.SetupCost); in isLSRCostLess()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1020 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 D | X86TargetTransformInfo.cpp | 2860 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 2863 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|