Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SIMDInstrOpt.cpp510 SmallVector<unsigned, MaxNumRepl> ZipDest; in optimizeLdStInterleave() local
529 ZipDest.push_back(MRI->createVirtualRegister(&I.RC)); in optimizeLdStInterleave()
563 BuildMI(MBB, MI, DL, *ReplInstrMCID[0], ZipDest[0]) in optimizeLdStInterleave()
566 BuildMI(MBB, MI, DL, *ReplInstrMCID[1], ZipDest[1]) in optimizeLdStInterleave()
571 .addReg(ZipDest[0]) in optimizeLdStInterleave()
572 .addReg(ZipDest[1]) in optimizeLdStInterleave()
585 BuildMI(MBB, MI, DL, *ReplInstrMCID[0], ZipDest[0]) in optimizeLdStInterleave()
588 BuildMI(MBB, MI, DL, *ReplInstrMCID[1], ZipDest[1]) in optimizeLdStInterleave()
591 BuildMI(MBB, MI, DL, *ReplInstrMCID[2], ZipDest[2]) in optimizeLdStInterleave()
594 BuildMI(MBB, MI, DL, *ReplInstrMCID[3], ZipDest[3]) in optimizeLdStInterleave()
[all …]