Home
last modified time | relevance | path

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

/external/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.h413 unsigned SetupCost; member
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp854 unsigned SetupCost; member in __anon790de1db0511::Cost
860 SetupCost(0), ScaleCost(0) {} in Cost()
870 | ImmCost | SetupCost | ScaleCost) != ~0u) in isValid()
872 & ImmCost & SetupCost & ScaleCost) == ~0u); in isValid()
948 ++SetupCost; in RateRegister()
1034 SetupCost = ~0u; in Lose()
1041 ImmCost, SetupCost) < in operator <()
1044 Other.SetupCost); in operator <()
1060 if (SetupCost != 0) in print()
1061 OS << ", plus " << SetupCost << " setup cost"; in print()
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1034 C.SetupCost = 0; in Cost()
1046 | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u) in isValid()
1048 & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u); in isValid()
1298 C.SetupCost += getSetupCost(Reg, SetupCostDepthLimit); in RateRegister()
1300 C.SetupCost = std::min<unsigned>(C.SetupCost, 1 << 16); in RateRegister()
1432 C.SetupCost = std::numeric_limits<unsigned>::max(); in Lose()
1461 if (C.SetupCost != 0) in print()
1462 OS << ", plus " << C.SetupCost << " setup cost"; in print()
/external/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()