Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h64 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
65 const TargetTransformInfo::LSRCost &C2);
H A DSystemZTargetTransformInfo.cpp343 bool SystemZTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
344 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h79 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
80 const TargetTransformInfo::LSRCost &C2);
H A DPPCTargetTransformInfo.cpp926 bool PPCTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
927 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h361 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
362 const TargetTransformInfo::LSRCost &C2);
H A DRISCVTargetTransformInfo.cpp1502 bool RISCVTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
1503 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h257 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
258 const TargetTransformInfo::LSRCost &C2);
H A DX86TargetTransformInfo.cpp5842 bool X86TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
5843 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h507 struct LSRCost { struct
717 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
718 const TargetTransformInfo::LSRCost &C2) const;
1826 virtual bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
1827 const TargetTransformInfo::LSRCost &C2) = 0;
2284 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
2285 const TargetTransformInfo::LSRCost &C2) override { in isLSRCostLess()
H A DTargetTransformInfoImpl.h229 bool isLSRCostLess(const TTI::LSRCost &C1, const TTI::LSRCost &C2) const { in isLSRCostLess()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp411 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, in isLSRCostLess()
412 const LSRCost &C2) const { in isLSRCostLess()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h381 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1065 TargetTransformInfo::LSRCost C;