Home
last modified time | relevance | path

Searched refs:LSRCost (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetTransformInfo.h37 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
38 const TargetTransformInfo::LSRCost &C2) const override;
H A DMipsTargetTransformInfo.cpp19 bool MipsTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
20 const TargetTransformInfo::LSRCost &C2) const { in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h65 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
66 const TargetTransformInfo::LSRCost &C2) const override;
H A DSystemZTargetTransformInfo.cpp427 const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
428 const TargetTransformInfo::LSRCost &C2) const { in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h79 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
80 const TargetTransformInfo::LSRCost &C2) const override;
H A DPPCTargetTransformInfo.cpp956 bool PPCTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
957 const TargetTransformInfo::LSRCost &C2) const { in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h266 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
267 const TargetTransformInfo::LSRCost &C2) const override;
H A DX86TargetTransformInfo.cpp6261 bool X86TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
6262 const TargetTransformInfo::LSRCost &C2) const { in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h456 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
457 const TargetTransformInfo::LSRCost &C2) const override;
H A DRISCVTargetTransformInfo.cpp2664 bool RISCVTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
2665 const TargetTransformInfo::LSRCost &C2) const { in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h490 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
491 const TargetTransformInfo::LSRCost &C2) const override;
H A DAArch64TargetTransformInfo.cpp5950 const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
5951 const TargetTransformInfo::LSRCost &C2) const { in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h533 struct LSRCost { struct
771 LLVM_ABI bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
772 const TargetTransformInfo::LSRCost &C2) const;
H A DTargetTransformInfoImpl.h282 virtual bool isLSRCostLess(const TTI::LSRCost &C1, in isLSRCostLess()
283 const TTI::LSRCost &C2) const { in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp435 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, in isLSRCostLess()
436 const LSRCost &C2) const { in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h490 bool isLSRCostLess(const TTI::LSRCost &C1, in isLSRCostLess()
491 const TTI::LSRCost &C2) const override { in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1205 TargetTransformInfo::LSRCost C;