Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h116 int getFPOpCost(Type *Ty);
DARMTargetTransformInfo.cpp337 int ARMTTIImpl::getFPOpCost(Type *Ty) { in getFPOpCost() function in ARMTTIImpl
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h404 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
DTargetTransformInfoImpl.h258 unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; } in getFPOpCost() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp206 int TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost() function in TargetTransformInfo
207 int Cost = TTIImpl->getFPOpCost(Ty); in getFPOpCost()
DInlineCost.cpp1111 if (TTI.getFPOpCost(I->getType()) == TargetTransformInfo::TCC_Expensive || in analyzeBlock()
/external/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
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfo.h810 int getFPOpCost(Type *Ty) const;
1476 virtual int getFPOpCost(Type *Ty) = 0;
1873 int getFPOpCost(Type *Ty) override { return Impl.getFPOpCost(Ty); } in getFPOpCost() function
DTargetTransformInfoImpl.h310 unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; } in getFPOpCost() function
/external/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()
/external/llvm-project/llvm/lib/Analysis/
DTargetTransformInfo.cpp570 int TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost() function in TargetTransformInfo
571 int Cost = TTIImpl->getFPOpCost(Ty); in getFPOpCost()
DInlineCost.cpp1171 if (TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive) in visitCastInst()
1521 TTI.getFPOpCost(I.getType()) == TargetTransformInfo::TCC_Expensive && in visitBinaryOperator()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h204 unsigned getFPOpCost(Type *Ty) { in getFPOpCost() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h404 unsigned getFPOpCost(Type *Ty) { in getFPOpCost() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h389 unsigned getFPOpCost(Type *Ty) { in getFPOpCost() function