Searched refs:SetupCost (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 311 C1.ScaleCost, C1.SetupCost) < in isLSRCostLess() 314 C2.ScaleCost, C2.SetupCost); in isLSRCostLess()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfoImpl.h | 209 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 211 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
| D | TargetTransformInfo.h | 418 unsigned SetupCost; member
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | LoopStrengthReduce.cpp | 1063 C.SetupCost = 0; in Cost() 1075 | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u) in isValid() 1077 & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u); in isValid() 1325 C.SetupCost += getSetupCost(Reg, SetupCostDepthLimit); in RateRegister() 1327 C.SetupCost = std::min<unsigned>(C.SetupCost, 1 << 16); in RateRegister() 1459 C.SetupCost = std::numeric_limits<unsigned>::max(); in Lose() 1488 if (C.SetupCost != 0) in print() 1489 OS << ", plus " << C.SetupCost << " setup cost"; in print()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCTargetTransformInfo.cpp | 1277 C1.NumBaseAdds, C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 1279 C2.NumBaseAdds, C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86TargetTransformInfo.cpp | 4667 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 4670 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|