Home
last modified time | relevance | path

Searched defs:isFCmpOrdCheaperThanFCmpZero (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h344 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) const { return true; } in isFCmpOrdCheaperThanFCmpZero() function
H A DTargetTransformInfo.h1983 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) override { in isFCmpOrdCheaperThanFCmpZero() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h467 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) { in isFCmpOrdCheaperThanFCmpZero() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp529 bool TargetTransformInfo::isFCmpOrdCheaperThanFCmpZero(Type *Ty) const { in isFCmpOrdCheaperThanFCmpZero() function in TargetTransformInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4615 bool X86TTIImpl::isFCmpOrdCheaperThanFCmpZero(Type *Ty) { in isFCmpOrdCheaperThanFCmpZero() function in X86TTIImpl