Searched refs:AreSequentialLoads (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 131 bool AreSequentialLoads(LoadInst *Ld0, LoadInst *Ld1, MemInstList &VecMem); 283 bool ARMParallelDSP::AreSequentialLoads(LoadInst *Ld0, LoadInst *Ld1, in AreSequentialLoads() function in ARMParallelDSP 373 if (AreSequentialLoads(Ld0, Ld1, PMul0->VecLd)) { in CreateParallelMACPairs() 374 if (AreSequentialLoads(Ld2, Ld3, PMul1->VecLd)) { in CreateParallelMACPairs() 378 } else if (AreSequentialLoads(Ld3, Ld2, PMul1->VecLd)) { in CreateParallelMACPairs() 385 } else if (AreSequentialLoads(Ld1, Ld0, PMul0->VecLd) && in CreateParallelMACPairs() 386 AreSequentialLoads(Ld2, Ld3, PMul1->VecLd)) { in CreateParallelMACPairs()
|