Searched refs:getGISelRematGlobalCost (Results 1 – 5 of 5) sorted by relevance
357 unsigned getGISelRematGlobalCost() const { in getGISelRematGlobalCost() function
1728 unsigned getGISelRematGlobalCost() const;2181 virtual unsigned getGISelRematGlobalCost() const = 0;2934 unsigned getGISelRematGlobalCost() const override { in getGISelRematGlobalCost() function2935 return Impl.getGISelRematGlobalCost(); in getGISelRematGlobalCost()
948 unsigned getGISelRematGlobalCost() const { return 1; } in getGISelRematGlobalCost() function
1334 unsigned TargetTransformInfo::getGISelRematGlobalCost() const { in getGISelRematGlobalCost() function in TargetTransformInfo1335 return TTIImpl->getGISelRematGlobalCost(); in getGISelRematGlobalCost()
2337 unsigned RematCost = TTI->getGISelRematGlobalCost(); in shouldLocalize()