Home
last modified time | relevance | path

Searched refs:FMin (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h50 FMin, ///< FP min implemented in terms of select(cmp()). enumerator
214 return Kind == RecurKind::FMin || Kind == RecurKind::FMax; in isFPMinMaxRecurrenceKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp537 return InstDesc(I, RecurKind::FMin); in isMinMaxSelectCmpPattern()
541 return InstDesc(I, RecurKind::FMin); in isMinMaxSelectCmpPattern()
708 if (AddReductionVar(Phi, RecurKind::FMin, TheLoop, FMF, RedDes, DB, AC, DT)) { in isReductionPHI()
830 case RecurKind::FMin: in getRecurrenceIdentity()
861 case RecurKind::FMin: in getOpcode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h165 case RecurKind::FMin: in isLegalToVectorizeReduction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandReductions.cpp73 return RecurKind::FMin; in getRK()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp934 case RecurKind::FMin: in createMinMaxOp()
1055 case RecurKind::FMin: in createSimpleTargetReduction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7009 if (Kind == RecurKind::FMax || Kind == RecurKind::FMin) { in isVectorizable()
7055 case RecurKind::FMin: in createOp()
7141 return RecurKind::FMin; in getRdxKind()
7620 case RecurKind::FMin: { in getReductionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1543 case RecurKind::FMin: in isLegalToVectorizeReduction()