Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.h60 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
61 TargetTransformInfo::LSRCost &C2);
DSystemZTargetTransformInfo.cpp305 bool SystemZTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
306 TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.h78 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
79 TargetTransformInfo::LSRCost &C2);
DPPCTargetTransformInfo.cpp1271 bool PPCTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
1272 TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86TargetTransformInfo.h224 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
225 TargetTransformInfo::LSRCost &C2);
DX86TargetTransformInfo.cpp4662 bool X86TTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
4663 TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfo.h409 struct LSRCost { struct
611 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
612 TargetTransformInfo::LSRCost &C2) const;
1490 virtual bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
1491 TargetTransformInfo::LSRCost &C2) = 0;
1844 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
1845 TargetTransformInfo::LSRCost &C2) override { in isLSRCostLess()
DTargetTransformInfoImpl.h207 bool isLSRCostLess(TTI::LSRCost &C1, TTI::LSRCost &C2) const { in isLSRCostLess()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DTargetTransformInfo.cpp342 bool TargetTransformInfo::isLSRCostLess(LSRCost &C1, LSRCost &C2) const { in isLSRCostLess()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h321 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1049 TargetTransformInfo::LSRCost C;