Searched refs:SetupCost (Results 1 – 6 of 6) sorted by relevance
/external/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 | 413 unsigned SetupCost; member
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 854 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/ |
D | SystemZTargetTransformInfo.cpp | 301 C1.ScaleCost, C1.SetupCost) < in isLSRCostLess() 304 C2.ScaleCost, C2.SetupCost); in isLSRCostLess()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1034 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/ |
D | X86TargetTransformInfo.cpp | 3330 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 3333 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|