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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp564 auto CanPair = [&](Reduction &R, MulCandidate *PMul0, MulCandidate *PMul1) {
570 auto Ld1 = static_cast<LoadInst*>(PMul1->LHS);
572 auto Ld3 = static_cast<LoadInst*>(PMul1->RHS);
579 if (AreSequentialLoads(Ld2, Ld3, PMul1->VecLd)) {
581 R.AddMulPair(PMul0, PMul1);
583 } else if (AreSequentialLoads(Ld3, Ld2, PMul1->VecLd)) {
586 R.AddMulPair(PMul0, PMul1, true);
590 AreSequentialLoads(Ld2, Ld3, PMul1->VecLd)) {
595 R.AddMulPair(PMul1, PMul0, true);
612 MulCandidate *PMul1 local
[all...]

Completed in 50 milliseconds