Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h240 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
242 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
DTargetTransformInfo.h414 unsigned ScaleCost; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp301 C1.ScaleCost, C1.SetupCost) < in isLSRCostLess()
304 C2.ScaleCost, C2.SetupCost); in isLSRCostLess()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1035 C.ScaleCost = 0; in Cost()
1046 | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u) in isValid()
1048 & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u); in isValid()
1362 C.ScaleCost += getScalingFactorCost(*TTI, LU, F, *L); in RateFormula()
1433 C.ScaleCost = std::numeric_limits<unsigned>::max(); in Lose()
1457 if (C.ScaleCost != 0) in print()
1458 OS << ", plus " << C.ScaleCost << " scale cost"; in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp3330 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
3333 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()