Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp366 bool validate(ReductionTracker &Reductions);
433 ReductionTracker &Reductions);
435 ReductionTracker &Reductions);
541 ReductionTracker &Reductions) { in collectPossibleReductions() argument
556 Reductions.addSLR(SLR); in collectPossibleReductions()
1004 bool LoopReroll::DAGRootTracker::validate(ReductionTracker &Reductions) { in validate() argument
1022 Reductions.restrictToScale(Scale, PossibleRedSet, in validate()
1185 bool InReduction = Reductions.isPairInSame(BaseInst, RootInst); in validate()
1197 if (Reductions.isPairInSame(RootInst, Op2I)) in validate()
1241 Reductions.recordPair(BaseInst, RootInst, Iter); in validate()
[all …]
DLoopInterchange.cpp356 SmallVector<PHINode *, 8> &Reductions);
701 SmallVector<PHINode *, 8> &Reductions) { in findInductionAndReductions() argument
711 Reductions.push_back(PHI); in findInductionAndReductions()
764 SmallVector<PHINode *, 8> Reductions; in currentLimitations() local
765 if (!findInductionAndReductions(InnerLoop, Inductions, Reductions)) in currentLimitations()
774 if (Reductions.size() > 0) in currentLimitations()
778 Reductions.clear(); in currentLimitations()
779 if (!findInductionAndReductions(OuterLoop, Inductions, Reductions)) in currentLimitations()
784 if (!Reductions.empty()) in currentLimitations()
/external/eigen/doc/
DTutorialReductionsVisitorsBroadcasting.dox3 /** \eigenManualPage TutorialReductionsVisitorsBroadcasting Reductions, visitors and broadcasting
10 \section TutorialReductionsVisitorsBroadcastingReductions Reductions
DAsciiQuickReference.txt139 // Reductions.
DQuickReference.dox426 \section QuickRef_Reductions Reductions
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1213 ReductionList *getReductionVars() { return &Reductions; } in getReductionVars()
1225 bool isReductionVariable(PHINode *PN) { return Reductions.count(PN); } in isReductionVariable()
1371 ReductionList Reductions; member in __anon63bf7e8f0111::LoopVectorizationLegality
4193 SmallPtrSetImpl<Value *> &Reductions) { in hasOutsideLoopUser() argument
4196 if (!Reductions.count(Inst)) in hasOutsideLoopUser()
4298 Reductions[Phi])) { in canVectorizeInstrs()
4299 if (Reductions[Phi].hasUnsafeAlgebra()) in canVectorizeInstrs()
4301 Reductions[Phi].getUnsafeAlgebraInst()); in canVectorizeInstrs()
4302 AllowedExit.insert(Reductions[Phi].getLoopExitInstr()); in canVectorizeInstrs()
/external/llvm/docs/
DVectorizers.rst182 Reductions subsection
/external/bison/
DTODO157 ** Disabled Reductions
DNEWS1654 Paul Eggert, "Reductions during Bison error handling" (2002-05-20)
DChangeLog-2012377 (Default Reductions): Update.
455 (Default Reductions): Update.
19614 Reductions in web2c.y are improperly reported.
/external/bison/doc/
Dbison.info253 * Default Reductions:: Disable default reductions.
5473 contain default reductions. *Note Default Reductions::.
7065 * Default Reductions:: Disable default reductions.
7070 File: bison.info, Node: LR Table Construction, Next: Default Reductions, Up: Tuning LR
7176 (*note Default Reductions::), then, for every left context of
7192 File: bison.info, Node: Default Reductions, Next: LAC, Prev: LR Table Construction, Up: Tuning …
7194 5.8.2 Default Reductions
7287 File: bison.info, Node: LAC, Next: Unreachable States, Prev: Default Reductions, Up: Tuning LR
7304 reductions in inconsistent states (*note Default Reductions::), and
7340 Reductions::) affects how soon the parser detects a syntax error:
[all …]
Dbison.texi290 * Default Reductions:: Disable default reductions.
5552 contain default reductions. @xref{Default Reductions}. (The ability to
7448 * Default Reductions:: Disable default reductions.
7565 left disabled (@pxref{Default Reductions}), then, for every left context of
7580 @node Default Reductions
7581 @subsection Default Reductions
7697 in inconsistent states (@pxref{Default Reductions}), and parser state
7734 consistent states (@pxref{Default Reductions}) affects how soon the parser
8837 @subheading Graphical Representation of Reductions
8839 Reductions are shown as solid arrows, leading to a diamond-shaped node
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfoV4.td115 // Predicate Logicals & Reductions