Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h428 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) const { return true; } isFCmpOrdCheaperThanFCmpZero() function
H A DTargetTransformInfo.h2518 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) override { isFCmpOrdCheaperThanFCmpZero() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h547 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) { isFCmpOrdCheaperThanFCmpZero() function
/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp670 bool TargetTransformInfo::isFCmpOrdCheaperThanFCmpZero(Type *Ty) const { isFCmpOrdCheaperThanFCmpZero() function in TargetTransformInfo
/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6128 bool X86TTIImpl::isFCmpOrdCheaperThanFCmpZero(Type *Ty) { isFCmpOrdCheaperThanFCmpZero() function in X86TTIImpl