Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZTargetTransformInfo.h52 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
53 TargetTransformInfo::LSRCost &C2);
HDSystemZTargetTransformInfo.cpp295 bool SystemZTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
296 TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.h185 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
186 TargetTransformInfo::LSRCost &C2);
HDX86TargetTransformInfo.cpp3325 bool X86TTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
3326 TargetTransformInfo::LSRCost &C2) { in isLSRCostLess()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h404 struct LSRCost { struct
567 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
568 TargetTransformInfo::LSRCost &C2) const;
1228 virtual bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
1229 TargetTransformInfo::LSRCost &C2) = 0;
1509 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess()
1510 TargetTransformInfo::LSRCost &C2) override { in isLSRCostLess()
HDTargetTransformInfoImpl.h238 bool isLSRCostLess(TTI::LSRCost &C1, TTI::LSRCost &C2) { in isLSRCostLess()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp276 bool TargetTransformInfo::isLSRCostLess(LSRCost &C1, LSRCost &C2) const { in isLSRCostLess()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h260 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopStrengthReduce.cpp1022 TargetTransformInfo::LSRCost C;