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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h353 unsigned getFPOpCost(Type *Ty) { return TargetTransformInfo::TCC_Basic; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h404 unsigned getFPOpCost(Type *Ty) { function in class:llvm::BasicTTIImplBase
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp447 int TargetTransformInfo::getFPOpCost(Type *Ty) const { function in class:TargetTransformInfo

Completed in 66 milliseconds