Searched defs:isLSRCostLess (Results 1 – 6 of 6) sorted by relevance
296 bool SystemZTTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in SystemZTTIImpl
249 bool isLSRCostLess(TTI::LSRCost C1, TTI::LSRCost C2) { in isLSRCostLess() function
246 bool isLSRCostLess(TTI::LSRCost &C1, TTI::LSRCost &C2) { in isLSRCostLess() function
1295 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function
2855 bool X86TTIImpl::isLSRCostLess(TargetTransformInfo::LSRCost &C1, in isLSRCostLess() function in X86TTIImpl
154 bool TargetTransformInfo::isLSRCostLess(LSRCost &C1, LSRCost &C2) const { in isLSRCostLess() function in TargetTransformInfo