Searched refs:SetupCost (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 348 C1.ScaleCost, C1.SetupCost) < in isLSRCostLess() 351 C2.ScaleCost, C2.SetupCost); in isLSRCostLess()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 215 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 217 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
| H A D | TargetTransformInfo.h | 429 unsigned SetupCost; member
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1066 C.SetupCost = 0; in Cost() 1078 | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u) in isValid() 1080 & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u); in isValid() 1328 C.SetupCost += getSetupCost(Reg, SetupCostDepthLimit); in RateRegister() 1330 C.SetupCost = std::min<unsigned>(C.SetupCost, 1 << 16); in RateRegister() 1464 C.SetupCost = std::numeric_limits<unsigned>::max(); in Lose() 1493 if (C.SetupCost != 0) in print() 1494 OS << ", plus " << C.SetupCost << " setup cost"; in print()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 1318 C1.NumBaseAdds, C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 1320 C2.NumBaseAdds, C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 5210 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 5213 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|