Home
last modified time | relevance | path

Searched refs:isFCmpOrdCheaperThanFCmpZero (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp90 Value *FCmp = TTI->isFCmpOrdCheaperThanFCmpZero(Ty) in optimizeSQRT()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h281 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty);
H A DX86TargetTransformInfo.cpp6128 bool X86TTIImpl::isFCmpOrdCheaperThanFCmpZero(Type *Ty) { in isFCmpOrdCheaperThanFCmpZero() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1014 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) const;
1967 virtual bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) = 0;
2543 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) override { in isFCmpOrdCheaperThanFCmpZero() function
2544 return Impl.isFCmpOrdCheaperThanFCmpZero(Ty); in isFCmpOrdCheaperThanFCmpZero()
H A DTargetTransformInfoImpl.h430 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) const { return true; } in isFCmpOrdCheaperThanFCmpZero() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp674 bool TargetTransformInfo::isFCmpOrdCheaperThanFCmpZero(Type *Ty) const { in isFCmpOrdCheaperThanFCmpZero() function in TargetTransformInfo
675 return TTIImpl->isFCmpOrdCheaperThanFCmpZero(Ty); in isFCmpOrdCheaperThanFCmpZero()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h547 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) { in isFCmpOrdCheaperThanFCmpZero() function