Lines Matching refs:Reduction
56 class Reduction;
86 class Reduction { class
94 Reduction() = delete;
96 Reduction (Instruction *Add) : Root(Add) { } in Reduction() function in __anon176cfc890111::Reduction
222 bool Search(Value *V, BasicBlock *BB, Reduction &R);
224 void InsertParallelMACs(Reduction &Reduction);
227 bool CreateParallelPairs(Reduction &R);
428 bool ARMParallelDSP::Search(Value *V, BasicBlock *BB, Reduction &R) { in Search()
525 Reduction R(&I); in MatchSMLAD()
545 bool ARMParallelDSP::CreateParallelPairs(Reduction &R) { in CreateParallelPairs()
557 auto CanPair = [&](Reduction &R, MulCandidate *PMul0, MulCandidate *PMul1) { in CreateParallelPairs()
623 void ARMParallelDSP::InsertParallelMACs(Reduction &R) { in InsertParallelMACs()