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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp348 /// \p RealMuls and \p ImagMuls. If \p Accumulator is not null, add the result
350 NodePtr identifyMultiplications(std::vector<Product> &RealMuls,
357 bool collectPartialMuls(const std::vector<Product> &RealMuls,
1069 std::vector<Product> RealMuls, ImagMuls; local
1071 if (!Collect(Real, RealMuls, RealAddends) ||
1079 if (!RealMuls.empty() || !ImagMuls.empty()) {
1083 FinalNode = identifyMultiplications(RealMuls, ImagMuls, FinalNode);
1103 const std::vector<Product> &RealMuls, const std::vector<Product> &ImagMuls,
1123 for (unsigned i = 0; i < RealMuls.size(); ++i) {
1126 auto *Common = FindCommonInstruction(RealMuls[
1102 collectPartialMuls( const std::vector<Product> &RealMuls, const std::vector<Product> &ImagMuls, std::vector<PartialMulCandidate> &PartialMulCandidates) argument
1154 identifyMultiplications( std::vector<Product> &RealMuls, std::vector<Product> &ImagMuls, NodePtr Accumulator = nullptr) argument
[all...]

Completed in 103 milliseconds