Searched refs:ImagMuls (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ComplexDeinterleavingPass.cpp | 351 std::vector<Product> &ImagMuls, 358 const std::vector<Product> &ImagMuls, 1069 std::vector<Product> RealMuls, ImagMuls; in identifyReassocNodes() local 1072 !Collect(Imag, ImagMuls, ImagAddends)) in identifyReassocNodes() 1079 if (!RealMuls.empty() || !ImagMuls.empty()) { in identifyReassocNodes() 1083 FinalNode = identifyMultiplications(RealMuls, ImagMuls, FinalNode); in identifyReassocNodes() 1103 const std::vector<Product> &RealMuls, const std::vector<Product> &ImagMuls, in collectPartialMuls() argument 1125 for (unsigned j = 0; j < ImagMuls.size(); ++j) { in collectPartialMuls() 1126 auto *Common = FindCommonInstruction(RealMuls[i], ImagMuls[j]); in collectPartialMuls() 1132 auto *B = ImagMuls[j].Multiplicand == Common ? ImagMuls[j].Multiplier in collectPartialMuls() [all …]
|