Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h748 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
DTargetTransformInfoImpl.h353 unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; } in getFPOpCost() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp447 int TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost() function in TargetTransformInfo
448 int Cost = TTIImpl->getFPOpCost(Ty); in getFPOpCost()
DInlineCost.cpp1009 if (TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive) in visitCastInst()
1359 TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive && in visitBinaryOperator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h404 unsigned getFPOpCost(Type *Ty) { in getFPOpCost() function