Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h79 enum MinMaxRecurrenceKind { enum
92 FastMathFlags FMF, MinMaxRecurrenceKind MK, in RecurrenceDescriptor()
108 InstDesc(Instruction *I, MinMaxRecurrenceKind K, Instruction *UAI = nullptr)
118 MinMaxRecurrenceKind getMinMaxKind() { return MinMaxKind; } in getMinMaxKind()
129 MinMaxRecurrenceKind MinMaxKind;
201 MinMaxRecurrenceKind getMinMaxRecurrenceKind() { return MinMaxKind; } in getMinMaxRecurrenceKind()
248 MinMaxRecurrenceKind MinMaxKind = MRK_Invalid;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h298 RecurrenceDescriptor::MinMaxRecurrenceKind RK,
304 RecurrenceDescriptor::MinMaxRecurrenceKind MinMaxKind =
311 RecurrenceDescriptor::MinMaxRecurrenceKind
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandReductions.cpp60 RecurrenceDescriptor::MinMaxRecurrenceKind getMRK(Intrinsic::ID ID) { in getMRK()
111 RecurrenceDescriptor::MinMaxRecurrenceKind MRK = getMRK(ID); in expandReductions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp755 RecurrenceDescriptor::MinMaxRecurrenceKind RK, in createMinMaxOp()
803 RecurrenceDescriptor::MinMaxRecurrenceKind MinMaxKind, in getOrderedReduction()
833 RecurrenceDescriptor::MinMaxRecurrenceKind MinMaxKind, in getShuffleReduction()
882 RD::MinMaxRecurrenceKind MinMaxKind = RD::MRK_Invalid; in createSimpleTargetReduction()
977 RD::MinMaxRecurrenceKind MMKind = Desc.getMinMaxRecurrenceKind(); in createTargetReduction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3692 RecurrenceDescriptor::MinMaxRecurrenceKind MinMaxKind = in fixReduction()