Searched refs:getFPOpCost (Results 1 – 5 of 5) sorted by relevance
858 InstructionCost getFPOpCost(Type *Ty) const;1708 virtual InstructionCost getFPOpCost(Type *Ty) = 0;2220 InstructionCost getFPOpCost(Type *Ty) override { in getFPOpCost() function2221 return Impl.getFPOpCost(Ty); in getFPOpCost()
389 InstructionCost getFPOpCost(Type *Ty) const { in getFPOpCost() function
595 InstructionCost TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost() function in TargetTransformInfo596 InstructionCost Cost = TTIImpl->getFPOpCost(Ty); in getFPOpCost()
1713 if (TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive) in visitCastInst()2050 TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive && in visitBinaryOperator()
523 InstructionCost getFPOpCost(Type *Ty) { in getFPOpCost() function