Searched refs:SetupCost (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 927 C1.NumBaseAdds, C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 929 C2.NumBaseAdds, C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 348 C1.ScaleCost, C1.SetupCost) < in isLSRCostLess() 351 C2.ScaleCost, C2.SetupCost); in isLSRCostLess()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 219 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 221 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
| H A D | TargetTransformInfo.h | 411 unsigned SetupCost; member
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1079 C.SetupCost = 0; in Cost() 1091 | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u) in isValid() 1093 & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u); in isValid() 1341 C.SetupCost += getSetupCost(Reg, SetupCostDepthLimit); in RateRegister() 1343 C.SetupCost = std::min<unsigned>(C.SetupCost, 1 << 16); in RateRegister() 1477 C.SetupCost = std::numeric_limits<unsigned>::max(); in Lose() 1506 if (C.SetupCost != 0) in print() 1507 OS << ", plus " << C.SetupCost << " setup cost"; in print()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 1482 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 1485 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 5857 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 5860 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|