Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp1893 MachineBasicBlock::iterator FirstEpilogSEH = std::prev(MBBI); in expandPostRAPseudo() local
1894 while (FirstEpilogSEH->getFlag(MachineInstr::FrameDestroy) && in expandPostRAPseudo()
1895 FirstEpilogSEH != MBB.begin()) in expandPostRAPseudo()
1896 FirstEpilogSEH = std::prev(FirstEpilogSEH); in expandPostRAPseudo()
1897 if (FirstEpilogSEH != MBB.begin()) in expandPostRAPseudo()
1898 FirstEpilogSEH = std::next(FirstEpilogSEH); in expandPostRAPseudo()
1899 BuildMI(MBB, FirstEpilogSEH, DL, TII->get(AArch64::ADRP)) in expandPostRAPseudo()
1902 BuildMI(MBB, FirstEpilogSEH, DL, TII->get(AArch64::ADDXri)) in expandPostRAPseudo()