Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h62 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
63 const TargetTransformInfo::LSRCost &C2);
H A DSystemZTargetTransformInfo.cpp342 bool SystemZTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
343 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h79 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
80 const TargetTransformInfo::LSRCost &C2);
H A DPPCTargetTransformInfo.cpp1312 bool PPCTTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
1313 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h228 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
229 const TargetTransformInfo::LSRCost &C2);
H A DX86TargetTransformInfo.cpp5205 bool X86TTIImpl::isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
5206 const TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h420 struct LSRCost { struct
627 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
628 const TargetTransformInfo::LSRCost &C2) const;
1587 virtual bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1,
1588 const TargetTransformInfo::LSRCost &C2) = 0;
1984 bool isLSRCostLess(const TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
1985 const TargetTransformInfo::LSRCost &C2) override { in isLSRCostLess()
H A DTargetTransformInfoImpl.h213 bool isLSRCostLess(const TTI::LSRCost &C1, const TTI::LSRCost &C2) const { in isLSRCostLess()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp358 bool TargetTransformInfo::isLSRCostLess(const LSRCost &C1, in isLSRCostLess()
359 const LSRCost &C2) const { in isLSRCostLess()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h351 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1052 TargetTransformInfo::LSRCost C;