Searched refs:SelectFCmp (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | IVDescriptors.h | 53 SelectFCmp ///< Integer select(fcmp(),x,y) where one of (x,y) is loop enumerator 237 return Kind == RecurKind::SelectICmp || Kind == RecurKind::SelectFCmp; in isSelectCmpRecurrenceKind()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 56 case RecurKind::SelectFCmp: in isIntegerRecurrenceKind() 426 if ((isFPMinMaxRecurrenceKind(Kind) || Kind == RecurKind::SelectFCmp) && in AddReductionVar() 664 : RecurKind::SelectFCmp); in isSelectCmpPattern() 909 if (AddReductionVar(Phi, RecurKind::SelectFCmp, TheLoop, FMF, RedDes, DB, AC, in isReductionPHI() 1094 case RecurKind::SelectFCmp: in getRecurrenceIdentity() 1127 case RecurKind::SelectFCmp: in getOpcode()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 2605 case RecurKind::SelectFCmp: in isLegalToVectorizeReduction()
|