Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp513 SmallVector<unsigned, MaxNumRepl> ZipDest; in optimizeLdStInterleave() local
532 ZipDest.push_back(MRI->createVirtualRegister(&I.RC)); in optimizeLdStInterleave()
566 BuildMI(MBB, MI, DL, *ReplInstrMCID[0], ZipDest[0]) in optimizeLdStInterleave()
569 BuildMI(MBB, MI, DL, *ReplInstrMCID[1], ZipDest[1]) in optimizeLdStInterleave()
574 .addReg(ZipDest[0]) in optimizeLdStInterleave()
575 .addReg(ZipDest[1]) in optimizeLdStInterleave()
588 BuildMI(MBB, MI, DL, *ReplInstrMCID[0], ZipDest[0]) in optimizeLdStInterleave()
591 BuildMI(MBB, MI, DL, *ReplInstrMCID[1], ZipDest[1]) in optimizeLdStInterleave()
594 BuildMI(MBB, MI, DL, *ReplInstrMCID[2], ZipDest[2]) in optimizeLdStInterleave()
597 BuildMI(MBB, MI, DL, *ReplInstrMCID[3], ZipDest[3]) in optimizeLdStInterleave()
[all …]