Lines Matching refs:Reduction
54 class Reduction;
84 class Reduction { class
92 Reduction() = delete;
94 Reduction (Instruction *Add) : Root(Add) { } in Reduction() function in __anonb3a2f3ff0111::Reduction
220 bool Search(Value *V, BasicBlock *BB, Reduction &R);
222 void InsertParallelMACs(Reduction &Reduction);
225 bool CreateParallelPairs(Reduction &R);
426 bool ARMParallelDSP::Search(Value *V, BasicBlock *BB, Reduction &R) { in Search()
523 Reduction R(&I); in MatchSMLAD()
543 bool ARMParallelDSP::CreateParallelPairs(Reduction &R) { in CreateParallelPairs()
555 auto CanPair = [&](Reduction &R, MulCandidate *PMul0, MulCandidate *PMul1) { in CreateParallelPairs()
621 void ARMParallelDSP::InsertParallelMACs(Reduction &R) { in InsertParallelMACs()