Home
last modified time | relevance | path

Searched refs:getFPOpCost (Results 1 – 7 of 7) 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/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h204 unsigned getFPOpCost(Type *Ty) { in getFPOpCost() function