Home
last modified time | relevance | path

Searched refs:ScaleCost (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h209 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
211 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
H A DTargetTransformInfo.h419 unsigned ScaleCost; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp311 C1.ScaleCost, C1.SetupCost) < in isLSRCostLess()
314 C2.ScaleCost, C2.SetupCost); in isLSRCostLess()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1274 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/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1038 C.ScaleCost = 0; in Cost()
1049 | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u) in isValid()
1051 & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u); in isValid()
1363 C.ScaleCost += *getScalingFactorCost(*TTI, LU, F, *L).getValue(); in RateFormula()
1434 C.ScaleCost = std::numeric_limits<unsigned>::max(); in Lose()
1458 if (C.ScaleCost != 0) in print()
1459 OS << ", plus " << C.ScaleCost << " scale cost"; in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4464 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
4467 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()