Home
last modified time | relevance | path

Searched defs:ReductionData (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp705 struct ReductionData { struct
707 ReductionData(ReductionKind Kind, unsigned Opcode, Value *LHS, Value *RHS) in ReductionData() function
711 unsigned Opcode = 0;
712 Value *LHS = nullptr;
713 Value *RHS = nullptr;
714 ReductionKind Kind = RK_None;
715 bool hasSameData(ReductionData &RD) const { in hasSameData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp5456 OperationData ReductionData; member in __anon179022771a11::HorizontalReduction