Lines Matching refs:Reduction
54 class Reduction;
85 class Reduction { class
93 Reduction() = delete;
95 Reduction (Instruction *Add) : Root(Add) { } in Reduction() function in __anon6435b0bd0111::Reduction
225 bool Search(Value *V, BasicBlock *BB, Reduction &R);
227 void InsertParallelMACs(Reduction &Reduction);
230 bool CreateParallelPairs(Reduction &R);
432 bool ARMParallelDSP::Search(Value *V, BasicBlock *BB, Reduction &R) { in Search()
525 Reduction R(&I); in MatchSMLAD()
544 bool ARMParallelDSP::CreateParallelPairs(Reduction &R) { in CreateParallelPairs()
556 auto CanPair = [&](Reduction &R, MulCandidate *PMul0, MulCandidate *PMul1) { in CreateParallelPairs()
622 void ARMParallelDSP::InsertParallelMACs(Reduction &R) { in InsertParallelMACs()