Home
last modified time | relevance | path

Searched refs:MRK_Invalid (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h82 MRK_Invalid, enumerator
105 : IsRecurrence(IsRecur), PatternLastInst(I), MinMaxKind(MRK_Invalid), in IsRecurrence()
242 MinMaxRecurrenceKind MinMaxKind = MRK_Invalid;
516 RecurrenceDescriptor::MRK_Invalid,
522 MinMaxKind = RecurrenceDescriptor::MRK_Invalid,
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h81 MRK_Invalid, enumerator
92 MinMaxKind(MRK_Invalid), UnsafeAlgebraInst(nullptr), in RecurrenceDescriptor()
108 : IsRecurrence(IsRecur), PatternLastInst(I), MinMaxKind(MRK_Invalid), in IsRecurrence()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandReductions.cpp75 return RecurrenceDescriptor::MRK_Invalid; in getMRK()
92 auto MRK = RecurrenceDescriptor::MRK_Invalid; in expandReductions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp1551 assert(MinMaxKind != RecurrenceDescriptor::MRK_Invalid && in getOrderedReduction()
1595 assert(MinMaxKind != RecurrenceDescriptor::MRK_Invalid && in getShuffleReduction()
1618 RD::MinMaxRecurrenceKind MinMaxKind = RD::MRK_Invalid; in createSimpleTargetReduction()