Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp511 SmallVector<unsigned, MaxNumRepl> ZipDest; in optimizeLdStInterleave() local
530 ZipDest.push_back(MRI->createVirtualRegister(&I.RC)); in optimizeLdStInterleave()
564 BuildMI(MBB, MI, DL, *ReplInstrMCID[0], ZipDest[0]) in optimizeLdStInterleave()
567 BuildMI(MBB, MI, DL, *ReplInstrMCID[1], ZipDest[1]) in optimizeLdStInterleave()
572 .addReg(ZipDest[0]) in optimizeLdStInterleave()
573 .addReg(ZipDest[1]) in optimizeLdStInterleave()
586 BuildMI(MBB, MI, DL, *ReplInstrMCID[0], ZipDest[0]) in optimizeLdStInterleave()
589 BuildMI(MBB, MI, DL, *ReplInstrMCID[1], ZipDest[1]) in optimizeLdStInterleave()
592 BuildMI(MBB, MI, DL, *ReplInstrMCID[2], ZipDest[2]) in optimizeLdStInterleave()
595 BuildMI(MBB, MI, DL, *ReplInstrMCID[3], ZipDest[3]) in optimizeLdStInterleave()
[all …]