Home
last modified time | relevance | path

Searched refs:getFPOpCost (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1018 InstructionCost getFPOpCost(Type *Ty) const;
1968 virtual InstructionCost getFPOpCost(Type *Ty) = 0;
2547 InstructionCost getFPOpCost(Type *Ty) override { in getFPOpCost() function
2548 return Impl.getFPOpCost(Ty); in getFPOpCost()
H A DTargetTransformInfoImpl.h432 InstructionCost getFPOpCost(Type *Ty) const { in getFPOpCost() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp678 InstructionCost TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost() function in TargetTransformInfo
679 InstructionCost Cost = TTIImpl->getFPOpCost(Ty); in getFPOpCost()
H A DInlineCost.cpp1797 if (TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive) in visitCastInst()
2146 TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive && in visitBinaryOperator()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h551 InstructionCost getFPOpCost(Type *Ty) { in getFPOpCost() function