Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIVDescriptors.h80 MRK_Invalid, enumerator
105 : IsRecurrence(IsRecur), PatternLastInst(I), MinMaxKind(MRK_Invalid), in IsRecurrence()
248 MinMaxRecurrenceKind MinMaxKind = MRK_Invalid;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h305 RecurrenceDescriptor::MRK_Invalid,
312 MinMaxKind = RecurrenceDescriptor::MRK_Invalid,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandReductions.cpp75 return RecurrenceDescriptor::MRK_Invalid; in getMRK()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp818 assert(MinMaxKind != RecurrenceDescriptor::MRK_Invalid && in getOrderedReduction()
861 assert(MinMaxKind != RecurrenceDescriptor::MRK_Invalid && in getShuffleReduction()
882 RD::MinMaxRecurrenceKind MinMaxKind = RD::MRK_Invalid; in createSimpleTargetReduction()