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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp68 SmallVector<LoadInst*, 2> VecLd; // Container for loads to widen. member in struct:__anon4032::MulCandidate
78 return VecLd.front();
578 if (AreSequentialLoads(Ld0, Ld1, PMul0->VecLd)) {
579 if (AreSequentialLoads(Ld2, Ld3, PMul1->VecLd)) {
583 } else if (AreSequentialLoads(Ld3, Ld2, PMul1->VecLd)) {
589 } else if (AreSequentialLoads(Ld1, Ld0, PMul0->VecLd) &&
590 AreSequentialLoads(Ld2, Ld3, PMul1->VecLd)) {
725 WideLoads[BaseLHS]->getLoad() : CreateWideLoad(LHSMul->VecLd, Ty);
727 WideLoads[BaseRHS]->getLoad() : CreateWideLoad(RHSMul->VecLd, Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 91 milliseconds