Searched refs:Muls (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp87 MulCandList Muls; member in class:__anon4032::Reduction
117 Muls.push_back(std::make_unique<MulCandidate>(I, LHS, RHS));
173 MulCandList &getMuls() { return Muls; }
188 for (auto &Mul : Muls)
601 MulCandList &Muls = R.getMuls(); local
602 const unsigned Elems = Muls.size();
604 MulCandidate *PMul0 = static_cast<MulCandidate*>(Muls[i].get());
612 MulCandidate *PMul1 = static_cast<MulCandidate*>(Muls[j].get());

Completed in 55 milliseconds