Searched refs:getFPOpCost (Results 1 – 7 of 7) sorted by relevance
116 int getFPOpCost(Type *Ty);
337 int ARMTTIImpl::getFPOpCost(Type *Ty) { in getFPOpCost() function in ARMTTIImpl
404 int getFPOpCost(Type *Ty) const;677 virtual int getFPOpCost(Type *Ty) = 0;854 int getFPOpCost(Type *Ty) override { return Impl.getFPOpCost(Ty); } in getFPOpCost() function
258 unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; } in getFPOpCost() function
206 int TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost() function in TargetTransformInfo207 int Cost = TTIImpl->getFPOpCost(Ty); in getFPOpCost()
1111 if (TTI.getFPOpCost(I->getType()) == TargetTransformInfo::TCC_Expensive || in analyzeBlock()
204 unsigned getFPOpCost(Type *Ty) { in getFPOpCost() function