Searched defs:getFPOpCost (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp313 int ARMTTIImpl::getFPOpCost(Type *Ty) { function in class:ARMTTIImpl
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp184 int TargetTransformInfo::getFPOpCost(Type *Ty) const { function in class:TargetTransformInfo
185 int Cost = TTIImpl->getFPOpCost(Ty);
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h252 unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; } function in class:llvm::TargetTransformInfoImplBase
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h194 unsigned getFPOpCost(Type *Ty) { function in class:llvm::BasicTTIImplBase

Completed in 293 milliseconds