Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp337 int ARMTTIImpl::getFPOpCost(Type *Ty) { in getFPOpCost() function in ARMTTIImpl
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp206 int TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost() function in TargetTransformInfo
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h204 unsigned getFPOpCost(Type *Ty) { in getFPOpCost() function
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h258 unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; } in getFPOpCost() function
DTargetTransformInfo.h854 int getFPOpCost(Type *Ty) override { return Impl.getFPOpCost(Ty); } in getFPOpCost() function