Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp624 struct ReductionInstDesc { struct in __anon63bf7e8f0111::LoopVectorizationLegality
625 ReductionInstDesc(bool IsRedux, Instruction *I) : in ReductionInstDesc() argument
628 ReductionInstDesc(Instruction *I, MinMaxReductionKind K) : in ReductionInstDesc() argument
831 ReductionInstDesc isReductionInstr(Instruction *I, ReductionKind Kind,
832 ReductionInstDesc &Desc);
835 static ReductionInstDesc isMinMaxSelectCmpPattern(Instruction *I,
836 ReductionInstDesc &Prev);
4083 ReductionInstDesc ReduxDesc(false, nullptr); in AddReductionVar()
4182 ReductionInstDesc IgnoredVal(false, nullptr); in AddReductionVar()
4230 LoopVectorizationLegality::ReductionInstDesc
[all …]