Searched refs:SetupCost (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 209 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 211 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
H A D | TargetTransformInfo.h | 418 unsigned SetupCost; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 311 C1.ScaleCost, C1.SetupCost) < in isLSRCostLess() 314 C2.ScaleCost, C2.SetupCost); in isLSRCostLess()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1037 C.SetupCost = 0; in Cost() 1049 | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u) in isValid() 1051 & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u); in isValid() 1299 C.SetupCost += getSetupCost(Reg, SetupCostDepthLimit); in RateRegister() 1301 C.SetupCost = std::min<unsigned>(C.SetupCost, 1 << 16); in RateRegister() 1433 C.SetupCost = std::numeric_limits<unsigned>::max(); in Lose() 1462 if (C.SetupCost != 0) in print() 1463 OS << ", plus " << C.SetupCost << " setup cost"; in print()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 1274 C1.NumBaseAdds, C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 1276 C2.NumBaseAdds, C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 4464 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 4467 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|