Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp302 C1.ScaleCost, C1.SetupCost) < in isLSRCostLess()
305 C2.ScaleCost, C2.SetupCost); in isLSRCostLess()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h245 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
247 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
DTargetTransformInfo.h344 unsigned ScaleCost; member
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp855 unsigned ScaleCost; member in __anonb19727160511::Cost
860 SetupCost(0), ScaleCost(0) {} in Cost()
870 | ImmCost | SetupCost | ScaleCost) != ~0u) in isValid()
872 & ImmCost & SetupCost & ScaleCost) == ~0u); in isValid()
1013 ScaleCost += getScalingFactorCost(TTI, LU, F); in RateFormula()
1035 ScaleCost = ~0u; in Lose()
1040 return std::tie(NumRegs, AddRecCost, NumIVMuls, NumBaseAdds, ScaleCost, in operator <()
1043 Other.NumBaseAdds, Other.ScaleCost, Other.ImmCost, in operator <()
1056 if (ScaleCost != 0) in print()
1057 OS << ", plus " << ScaleCost << " scale cost"; in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1016 C.ScaleCost = 0; in Cost()
1027 | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u) in isValid()
1029 & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u); in isValid()
1336 C.ScaleCost += getScalingFactorCost(TTI, LU, F, *L); in RateFormula()
1404 C.ScaleCost = std::numeric_limits<unsigned>::max(); in Lose()
1428 if (C.ScaleCost != 0) in print()
1429 OS << ", plus " << C.ScaleCost << " scale cost"; in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2580 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess()
2583 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()