Searched refs:MinMaxRecurrenceKind (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 81 enum MinMaxRecurrenceKind { enum 94 MinMaxRecurrenceKind MK, Instruction *UAI, Type *RT, in RecurrenceDescriptor() 108 InstDesc(Instruction *I, MinMaxRecurrenceKind K, Instruction *UAI = nullptr) 118 MinMaxRecurrenceKind getMinMaxKind() { return MinMaxKind; } in getMinMaxKind() 129 MinMaxRecurrenceKind MinMaxKind; 162 static Value *createMinMaxOp(IRBuilder<> &Builder, MinMaxRecurrenceKind RK, 200 MinMaxRecurrenceKind getMinMaxRecurrenceKind() { return MinMaxKind; } in getMinMaxRecurrenceKind() 242 MinMaxRecurrenceKind MinMaxKind = MRK_Invalid; 515 RecurrenceDescriptor::MinMaxRecurrenceKind MinMaxKind = 521 RecurrenceDescriptor::MinMaxRecurrenceKind
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | LoopUtils.h | 80 enum MinMaxRecurrenceKind { enum 96 MinMaxRecurrenceKind MK, Instruction *UAI, Type *RT, in RecurrenceDescriptor() 111 InstDesc(Instruction *I, MinMaxRecurrenceKind K, Instruction *UAI = nullptr) 121 MinMaxRecurrenceKind getMinMaxKind() { return MinMaxKind; } in getMinMaxKind() 132 MinMaxRecurrenceKind MinMaxKind; 165 static Value *createMinMaxOp(IRBuilder<> &Builder, MinMaxRecurrenceKind RK, 188 MinMaxRecurrenceKind getMinMaxRecurrenceKind() { return MinMaxKind; } in getMinMaxRecurrenceKind() 248 MinMaxRecurrenceKind MinMaxKind;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ExpandReductions.cpp | 60 RecurrenceDescriptor::MinMaxRecurrenceKind getMRK(Intrinsic::ID ID) { in getMRK()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 712 MinMaxRecurrenceKind RK, in createMinMaxOp() 1536 RecurrenceDescriptor::MinMaxRecurrenceKind MinMaxKind, in getOrderedReduction() 1567 RecurrenceDescriptor::MinMaxRecurrenceKind MinMaxKind, in getShuffleReduction() 1618 RD::MinMaxRecurrenceKind MinMaxKind = RD::MRK_Invalid; in createSimpleTargetReduction() 1710 RD::MinMaxRecurrenceKind MMKind = Desc.getMinMaxRecurrenceKind(); in createTargetReduction()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 613 MinMaxRecurrenceKind RK, in createMinMaxOp()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3519 RecurrenceDescriptor::MinMaxRecurrenceKind MinMaxKind = in vectorizeLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3558 RecurrenceDescriptor::MinMaxRecurrenceKind MinMaxKind = in fixReduction()
|