Home | History | Annotate | Download | only in Analysis

Lines Matching defs:LSRCost

275   struct LSRCost {
407 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
408 TargetTransformInfo::LSRCost &C2) const;
839 virtual bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
840 TargetTransformInfo::LSRCost &C2) = 0;
1033 bool isLSRCostLess(TargetTransformInfo::LSRCost &C1,
1034 TargetTransformInfo::LSRCost &C2) override {