Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp102 Instruction *AccIntAdd; // The accumulating integer add statement, member
107 Reduction (PHINode *P, Instruction *Acc) : Phi(P), AccIntAdd(Acc) { }; in Reduction()
388 Instruction *InsertAfter = Reduction.AccIntAdd; in InsertParallelMACs()
402 Reduction.AccIntAdd->replaceAllUsesWith(Acc); in InsertParallelMACs()
444 dbgs() << "-> "; R.AccIntAdd->dump(); in MatchReductions()
465 const Instruction *Acc = R.AccIntAdd; in MatchParallelMACSequences()