Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp317 unsigned ARMTTIImpl::getFPOpCost(Type *Ty) { in getFPOpCost() function in ARMTTIImpl
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp163 unsigned TargetTransformInfo::getFPOpCost(Type *Ty) const { in getFPOpCost() function in TargetTransformInfo
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h248 unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; } in getFPOpCost() function
DTargetTransformInfo.h685 unsigned getFPOpCost(Type *Ty) override { in getFPOpCost() function
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h199 unsigned getFPOpCost(Type *Ty) { in getFPOpCost() function