Searched refs:ZipDest (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64SIMDInstrOpt.cpp | 512 SmallVector<unsigned, MaxNumRepl> ZipDest; in optimizeLdStInterleave() local 531 ZipDest.push_back(MRI->createVirtualRegister(&I.RC)); in optimizeLdStInterleave() 565 BuildMI(MBB, MI, DL, *ReplInstrMCID[0], ZipDest[0]) in optimizeLdStInterleave() 568 BuildMI(MBB, MI, DL, *ReplInstrMCID[1], ZipDest[1]) in optimizeLdStInterleave() 573 .addReg(ZipDest[0]) in optimizeLdStInterleave() 574 .addReg(ZipDest[1]) in optimizeLdStInterleave() 587 BuildMI(MBB, MI, DL, *ReplInstrMCID[0], ZipDest[0]) in optimizeLdStInterleave() 590 BuildMI(MBB, MI, DL, *ReplInstrMCID[1], ZipDest[1]) in optimizeLdStInterleave() 593 BuildMI(MBB, MI, DL, *ReplInstrMCID[2], ZipDest[2]) in optimizeLdStInterleave() 596 BuildMI(MBB, MI, DL, *ReplInstrMCID[3], ZipDest[3]) in optimizeLdStInterleave() [all …]
|