Searched refs:RealMuls (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ComplexDeinterleavingPass.cpp | 365 NodePtr identifyMultiplications(std::vector<Product> &RealMuls, 372 bool collectPartialMuls(const std::vector<Product> &RealMuls, 1233 std::vector<Product> RealMuls, ImagMuls; in identifyReassocNodes() local 1235 if (!Collect(Real, RealMuls, RealAddends) || in identifyReassocNodes() 1243 if (!RealMuls.empty() || !ImagMuls.empty()) { in identifyReassocNodes() 1247 FinalNode = identifyMultiplications(RealMuls, ImagMuls, FinalNode); in identifyReassocNodes() 1267 const std::vector<Product> &RealMuls, const std::vector<Product> &ImagMuls, in collectPartialMuls() argument 1287 for (unsigned i = 0; i < RealMuls.size(); ++i) { in collectPartialMuls() 1290 auto *Common = FindCommonInstruction(RealMuls[i], ImagMuls[j]); in collectPartialMuls() 1294 auto *A = RealMuls[i].Multiplicand == Common ? RealMuls[i].Multiplier in collectPartialMuls() [all …]
|