Searched defs:isFCmpOrdCheaperThanFCmpZero (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 428 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) const { return true; } isFCmpOrdCheaperThanFCmpZero() function |
H A D | TargetTransformInfo.h | 2518 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) override { isFCmpOrdCheaperThanFCmpZero() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | BasicTTIImpl.h | 547 bool isFCmpOrdCheaperThanFCmpZero(Type *Ty) { isFCmpOrdCheaperThanFCmpZero() function |
/llvm-project/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 670 bool TargetTransformInfo::isFCmpOrdCheaperThanFCmpZero(Type *Ty) const { isFCmpOrdCheaperThanFCmpZero() function in TargetTransformInfo |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86TargetTransformInfo.cpp | 6128 bool X86TTIImpl::isFCmpOrdCheaperThanFCmpZero(Type *Ty) { isFCmpOrdCheaperThanFCmpZero() function in X86TTIImpl |