Home
last modified time | relevance | path

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

/freebsd/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.cpp347 bool SystemZTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
348 const TargetTransformInfo::LSRCost &C2) { 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);
H A DPPCTargetTransformInfo.cpp937 bool PPCTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
938 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h260 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
261 const TargetTransformInfo::LSRCost &C2);
H A DX86TargetTransformInfo.cpp5914 bool X86TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
5915 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h435 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
436 const TargetTransformInfo::LSRCost &C2);
H A DAArch64TargetTransformInfo.cpp4412 bool AArch64TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
4413 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h394 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
395 const TargetTransformInfo::LSRCost &C2);
H A DRISCVTargetTransformInfo.cpp1933 bool RISCVTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
1934 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h517 struct LSRCost { struct
737 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
738 const TargetTransformInfo::LSRCost &C2) const;
1891 virtual bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
1892 const TargetTransformInfo::LSRCost &C2) = 0;
2366 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
2367 const TargetTransformInfo::LSRCost &C2) override { in isLSRCostLess()
H A DTargetTransformInfoImpl.h238 bool isLSRCostLess(const TTI::LSRCost &C1, const TTI::LSRCost &C2) const { in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp421 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, in isLSRCostLess()
422 const LSRCost &C2) const { in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h389 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1201 TargetTransformInfo::LSRCost C;