Home
last modified time | relevance | path

Searched refs:ImagMuls (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp366 std::vector<Product> &ImagMuls,
373 const std::vector<Product> &ImagMuls,
1233 std::vector<Product> RealMuls, ImagMuls; in identifyReassocNodes() local
1236 !Collect(Imag, ImagMuls, ImagAddends)) 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
1289 for (unsigned j = 0; j < ImagMuls.size(); ++j) { in collectPartialMuls()
1290 auto *Common = FindCommonInstruction(RealMuls[i], ImagMuls[j]); in collectPartialMuls()
1296 auto *B = ImagMuls[j].Multiplicand == Common ? ImagMuls[j].Multiplier in collectPartialMuls()
[all …]