Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetTransformInfo.h858 InstructionCost getFPOpCost(Type *Ty) const;
1708 virtual InstructionCost getFPOpCost(Type *Ty) = 0;
2220 InstructionCost getFPOpCost(Type *Ty) override { in getFPOpCost() function
2221 return Impl.getFPOpCost(Ty); in getFPOpCost()
DTargetTransformInfoImpl.h389 InstructionCost getFPOpCost(Type *Ty) const { in getFPOpCost() function
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DTargetTransformInfo.cpp595 InstructionCost TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost() function in TargetTransformInfo
596 InstructionCost Cost = TTIImpl->getFPOpCost(Ty); in getFPOpCost()
DInlineCost.cpp1713 if (TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive) in visitCastInst()
2050 TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive && in visitBinaryOperator()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h523 InstructionCost getFPOpCost(Type *Ty) { in getFPOpCost() function