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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp76 Value *FCmp = TTI->isFCmpOrdCheaperThanFCmpZero(Ty)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h197 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty);
H A DX86TargetTransformInfo.cpp3480 bool X86TTIImpl::isFCmpOrdCheaperThanFCmpZero(Type *Ty) { function in class:X86TTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h744 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) const;
1276 virtual bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) = 0;
1628 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) override {
1629 return Impl.isFCmpOrdCheaperThanFCmpZero(Ty);
H A DTargetTransformInfoImpl.h351 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) { return true; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp443 bool TargetTransformInfo::isFCmpOrdCheaperThanFCmpZero(Type *Ty) const { function in class:TargetTransformInfo
444 return TTIImpl->isFCmpOrdCheaperThanFCmpZero(Ty);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h400 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) { function in class:llvm::BasicTTIImplBase

Completed in 115 milliseconds