Searched refs:getFPOpCost (Results 1 – 5 of 5) sorted by relevance
748 int getFPOpCost(Type *Ty) const;1277 virtual int getFPOpCost(Type *Ty) = 0;1632 int getFPOpCost(Type *Ty) override { return Impl.getFPOpCost(Ty); } in getFPOpCost() function
353 unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; } in getFPOpCost() function
447 int TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost() function in TargetTransformInfo448 int Cost = TTIImpl->getFPOpCost(Ty); in getFPOpCost()
1009 if (TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive) in visitCastInst()1359 TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive && in visitBinaryOperator()
404 unsigned getFPOpCost(Type *Ty) { in getFPOpCost() function