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/ |
D | TargetTransformInfoImpl.h | 240 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 242 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
D | TargetTransformInfo.h | 414 unsigned ScaleCost; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 301 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/ |
D | LoopStrengthReduce.cpp | 1035 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/ |
D | X86TargetTransformInfo.cpp | 3330 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 3333 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|