Searched refs:ImmCost (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 943 C1.NumBaseAdds, C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 945 C2.NumBaseAdds, C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 240 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 242 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
H A D | TargetTransformInfo.h | 525 unsigned ImmCost; member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1214 C.ImmCost = 0; in Cost() 1227 | C.ImmCost | C.SetupCost | C.ScaleCost) != ~0u) in isValid() 1229 & C.ImmCost & C.SetupCost & C.ScaleCost) == ~0u); in isValid() 1550 C.ImmCost += 64; // Handle symbolic values conservatively. in RateFormula() 1553 C.ImmCost += in RateFormula() 1564 C.ImmCost += 2048; in RateFormula() 1617 C.ImmCost = std::numeric_limits<unsigned>::max(); in Lose() 1645 if (C.ImmCost != 0) in print() 1646 OS << ", plus " << C.ImmCost << " imm cost"; in print()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1942 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 1945 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 4421 C1.NumIVMuls, C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 4423 C2.NumIVMuls, C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 8204 InstructionCost ImmCost = TTI->getIntImmCost( in tryUnmergingGEPsAcrossIndirectBr() local 8206 if (ImmCost > TargetTransformInfo::TCC_Basic) in tryUnmergingGEPsAcrossIndirectBr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 5919 C1.ScaleCost, C1.ImmCost, C1.SetupCost) < in isLSRCostLess() 5922 C2.ScaleCost, C2.ImmCost, C2.SetupCost); in isLSRCostLess()
|