Searched defs:getUserCost (Results 1 – 3 of 3) sorted by relevance
76 int TargetTransformInfo::getUserCost(const User *U) const { in getUserCost() function in TargetTransformInfo
467 unsigned getUserCost(const User *U) { in getUserCost() function
676 int getUserCost(const User *U) override { return Impl.getUserCost(U); } in getUserCost() function