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