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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp76 Value *FCmp = TTI->isFCmpOrdCheaperThanFCmpZero(Ty)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h209 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty);
H A DX86TargetTransformInfo.cpp4161 bool X86TTIImpl::isFCmpOrdCheaperThanFCmpZero(Type *Ty) { function in class:X86TTIImpl
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h770 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) const;
1361 virtual bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) = 0;
1718 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) override {
1719 return Impl.isFCmpOrdCheaperThanFCmpZero(Ty);
H A DTargetTransformInfoImpl.h282 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) { return true; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp525 bool TargetTransformInfo::isFCmpOrdCheaperThanFCmpZero(Type *Ty) const { function in class:TargetTransformInfo
526 return TTIImpl->isFCmpOrdCheaperThanFCmpZero(Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h374 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) { function in class:llvm::BasicTTIImplBase

Completed in 198 milliseconds