Searched refs:SetupCost (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsTargetTransformInfo.cpp | 27 C1.NumBaseAdds, C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 29 C2.NumBaseAdds, C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 962 C1.NumBaseAdds, C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 964 C2.NumBaseAdds, C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1219 C.SetupCost = 0; in Cost() 1231 | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u) in isValid() 1233 & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u); in isValid() 1457 C.SetupCost += getSetupCost(Reg, SetupCostDepthLimit); in RateRegister() 1459 C.SetupCost = std::min<unsigned>(C.SetupCost, 1 << 16); in RateRegister() 1600 C.SetupCost = std::numeric_limits<unsigned>::max(); in Lose() 1629 if (C.SetupCost != 0) in print() 1630 OS << ", plus " << C.SetupCost << " setup cost"; in print()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 433 C1.ScaleCost, C1.SetupCost) < in isLSRCostLess() 436 C2.ScaleCost, C2.SetupCost); in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 285 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 287 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
| H A D | TargetTransformInfo.h | 542 unsigned SetupCost; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 2673 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 2676 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 5959 C1.NumIVMuls, C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 5961 C2.NumIVMuls, C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 6265 C1.NumBaseAdds, C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 6267 C2.NumBaseAdds, C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|