Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp109 Instruction *AccIntAdd; // The accumulating integer add statement, member
114 Reduction (PHINode *P, Instruction *Acc) : Phi(P), AccIntAdd(Acc) { }; in Reduction()
436 Instruction *InsertAfter = Reduction.AccIntAdd; in InsertParallelMACs()
453 Reduction.AccIntAdd->replaceAllUsesWith(Acc); in InsertParallelMACs()
495 dbgs() << "-> "; R.AccIntAdd->dump(); in MatchReductions()
517 Instruction *Acc = R.AccIntAdd; in MatchParallelMACSequences()