Home
last modified time | relevance | path

Searched refs:MinMaxRecurrenceKind (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DIVDescriptors.h80 enum MinMaxRecurrenceKind { enum
93 MinMaxRecurrenceKind MK, Instruction *UAI, Type *RT, in RecurrenceDescriptor()
107 InstDesc(Instruction *I, MinMaxRecurrenceKind K, Instruction *UAI = nullptr)
117 MinMaxRecurrenceKind getMinMaxKind() { return MinMaxKind; } in getMinMaxKind()
128 MinMaxRecurrenceKind MinMaxKind;
200 MinMaxRecurrenceKind getMinMaxRecurrenceKind() { return MinMaxKind; } in getMinMaxRecurrenceKind()
242 MinMaxRecurrenceKind MinMaxKind = MRK_Invalid;
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h284 RecurrenceDescriptor::MinMaxRecurrenceKind RK,
290 RecurrenceDescriptor::MinMaxRecurrenceKind MinMaxKind =
296 RecurrenceDescriptor::MinMaxRecurrenceKind
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp682 RecurrenceDescriptor::MinMaxRecurrenceKind RK, in createMinMaxOp()
730 RecurrenceDescriptor::MinMaxRecurrenceKind MinMaxKind, in getOrderedReduction()
760 RecurrenceDescriptor::MinMaxRecurrenceKind MinMaxKind, in getShuffleReduction()
810 RD::MinMaxRecurrenceKind MinMaxKind = RD::MRK_Invalid; in createSimpleTargetReduction()
902 RD::MinMaxRecurrenceKind MMKind = Desc.getMinMaxRecurrenceKind(); in createTargetReduction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DExpandReductions.cpp60 RecurrenceDescriptor::MinMaxRecurrenceKind getMRK(Intrinsic::ID ID) { in getMRK()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3497 RecurrenceDescriptor::MinMaxRecurrenceKind MinMaxKind = in fixReduction()