Searched refs:Muls (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 89 MulCandList Muls; member in __anon176cfc890111::Reduction 119 Muls.push_back(std::make_unique<MulCandidate>(I, LHS, RHS)); in InsertMuls() 171 MulCandList &getMuls() { return Muls; } in getMuls() 186 for (auto &Mul : Muls) in dump() 594 MulCandList &Muls = R.getMuls(); in CreateParallelPairs() local 595 const unsigned Elems = Muls.size(); in CreateParallelPairs() 597 MulCandidate *PMul0 = static_cast<MulCandidate*>(Muls[i].get()); in CreateParallelPairs() 605 MulCandidate *PMul1 = static_cast<MulCandidate*>(Muls[j].get()); in CreateParallelPairs()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 1258 auto Muls = {Min.smul_ov(OtherMin, O1), Min.smul_ov(OtherMax, O2), in smul_fast() local 1264 return getNonEmpty(std::min(Muls, Compare), std::max(Muls, Compare) + 1); in smul_fast()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 987 auto Collect = [&Flags](Instruction *Insn, std::vector<Product> &Muls, in identifyReassocNodes() 1048 Muls.push_back(Product{A, B, IsPositive}); in identifyReassocNodes()
|